nnmt.utils.build_full_arg_list

nnmt.utils.build_full_arg_list(signature, args, kwargs)[source]

Creates a full list of arguments including standard arguments.

Parameters:
signatureSignature object

The signature of a given function.

argslist

List of passed positional arguments.

kwargsdict

Dict of passed keyword arguments.

Returns:
list

Full list of arguments.