rex.utilities.fun_utils
Utilities for parsing function signatures to make easy CLI’s or to call functions programmatically
Functions
|
Format input as str w/ appropriate quote types for python call |
|
Get a string representation of positional and keyword arguments required by an input function and provided in the config dictionary. |
|
Get the name of the class that the method object is bound to. |
|
Get a string that will call a function using args and kwargs from a generic config. |
|
Get the function string from a function object including the ClassName.function if the function is bound |
|
Determine whether an object is a method that is bound to a class |
|
Determine whether an object is a standalone function without a class |