Method Generate
Generate()
Generates an observable sequence that contains the created top-level module.
public override IObservable<PyModule> Generate()
Returns
- IObservable<PyModule>
A sequence containing a single instance of the Python.Runtime.PyModule class representing the created top-level module.