Lines Matching full:argument
4 This module provides argument manipulation functions like pop_arg.
14 … Pop a named argument from the args/kwargs and return a tuple consisting of the argument value, the
17 …The name of the argument is determined automatically by this function by examining the source code…
18 …calls it (see examples below). If no suitable argument can be found, the default value passed to …
19 …function will be returned as the argument value. This function is useful for wrapper functions th…
40 positional argument, it was popped from args.
49 Description of argument(s):
50 …pop_arg_default The value to return if the named argument is not present in args/k…
55 # Retrieve the argument name by examining the source code.
127 Description of argument(s):
158 Description of argument(s):