UserSpace.import_module#

UserSpace.import_module(module=None, recursive=False, **params)#

Create a child space from an 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.