Undocumented
Function | _get_callable_parameters |
Undocumented |
Function | _get_func_parameters |
Undocumented |
Function | func_accepts_kwargs |
Return True if function 'func' accepts keyword arguments **kwargs. |
Function | func_accepts_var_args |
Return True if function 'func' accepts positional arguments *args. |
Function | func_supports_parameter |
Undocumented |
Function | get_func_args |
Undocumented |
Function | get_func_full_args |
Return a list of (argument name, default value) tuples. If the argument does not have a default value, omit it in the tuple. Arguments such as *args and **kwargs are also included. |
Function | method_has_no_args |
Return True if a method only accepts 'self'. |