traveler.core.parse_kwds#
Functions#
Count the number of positional and keyword arguments in a function. |
|
|
Normalize arguments for a callable and invoke it. |
|
Convert keyword arguments to positional arguments when possible. |
Decorator to prohibit keyword-only arguments in a function. |
|
|
Get the file and line number where a function is defined. |