UserSpace.new_space_from_module#
- UserSpace.new_space_from_module(module, recursive=False, **params)#
Create a child space from an module.
Alias to
import_module()
.- Parameters:
module – a module object or name of the module object.
recursive – Not yet implemented.
**params – arguments to pass to
new_space()
- Returns:
The new child space created from the module.