Functools (utilipy.utils.functools)¶
Reference/API¶
utilipy.utils.functools Module¶
Added functionality to functools.
Routine Listings¶
makeFunctionmake a function from an existing code object.
copy_functionCopy a function.
update_wrapperthis overrides the default
functoolsupdate_wrapperand adds signature and docstring overridingwrapsoverrides the default
functoolsupdate_wrapperand adds signature and docstring overriding
References¶
Some functions modified from https://docs.python.org/3/library/functools.html
Notes¶
Todo
improve makeFunction call signature
test makeFunction-made function speeds
todo make partial respect signature