You means get the pointer to an inner function from a module
import foomethod = foo.barexecuted = method(parameter)
This is not a better pythonic way indeed is possible for punctual cases
You means get the pointer to an inner function from a module
import foomethod = foo.barexecuted = method(parameter)
This is not a better pythonic way indeed is possible for punctual cases