Method Generate
Generate()
Creates an observable sequence that initializes a Python runtime object which can be used to import modules, evaluate expressions, and pass data to and from a Python scope.
public override IObservable<RuntimeManager> Generate()
Returns
- IObservable<RuntimeManager>
An observable sequence that initializes and returns a RuntimeManager object on subscription. On cancellation, the runtime object is disposed.