Class CreateModule
Represents an operator that creates a top-level module in the Python runtime.
public class CreateModule : Source<PyModule>
- Inheritance
-
Source<PyModule>CreateModule
- Inherited Members
Properties
- Name
Gets or sets the name of the top-level module.
- ScriptPath
Gets or sets the path to the Python script file to run on module initialization.
Methods
- Generate()
Generates an observable sequence that contains the created top-level module.