nip.utils.runtime_module._RuntimeModule#

class nip.utils.runtime_module._RuntimeModule[source]#

Create a module object at runtime and insert it into sys.path. If called, same as from_objects().

Methods Summary

__call__(*args, **kwargs)

Call self as a function.

from_objects(name, docstring, **d)

from_string(name, docstring, s)

Methods

__call__(*args, **kwargs)[source]#

Call self as a function.

static from_objects(name, docstring, **d)[source]#
static from_string(name, docstring, s)[source]#