Table of Contents

Method Generate

Namespace
Bonsai.Scripting.Python
Assembly
Bonsai.Scripting.Python.dll

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.