nip.utils.runtime_module.copyfunc#
- nip.utils.runtime_module.copyfunc(f)[source]#
Copies a funcion.
- Parameters:
f – The function to copy.
- Returns:
The copied function.
Deprecated since version 0.4: Use
modify_function()
instead.
Copies a funcion.
f – The function to copy.
The copied function.
Deprecated since version 0.4: Use modify_function()
instead.