funcs ¶
Functions:
-
copy_func–Try copying a function.
-
erase_module–Delete the module of the function.
copy_func ¶
copy_func(f: Callable[..., Any]) -> FunctionType
Try copying a function.
Source code in jetpytools/utils/funcs.py
10 11 12 13 14 15 16 17 18 19 | |
erase_module ¶
Delete the module of the function.
Source code in jetpytools/utils/funcs.py
27 28 29 30 31 32 33 | |