Table of Contents

Class Get

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

Represents an operator that gets the value of a variable in the specified Python module.

public class Get : Source<PyObject>
Inheritance
Source<PyObject>
Get
Inherited Members

Properties

Module

Gets or sets the Python module containing the variable.

VariableName

Gets or sets the name of the variable to get the value of.

Methods

Generate()

Gets the value of a variable in the specified Python module and surfaces it through an observable sequence.

Generate<TSource>(IObservable<TSource>)

Gets the value of a variable in the specified Python module whenever an observable sequence emits a notification.

Process(IObservable<RuntimeManager>)

Gets the value of the specified variable in the main module of the Python runtime.

Process(IObservable<PyModule>)

Gets the value of the specified variable in each of the Python modules in an observable sequence.