pygrenade_vx.signal_flow.OutputDataSnippet

class pygrenade_vx.signal_flow.OutputDataSnippet

Bases: _pygrenade_vx_signal_flow.DataSnippet

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: _pygrenade_vx_signal_flow.OutputDataSnippet) -> None

  2. __init__(self: _pygrenade_vx_signal_flow.OutputDataSnippet, arg0: _pygrenade_vx_signal_flow.OutputDataSnippet) -> None

Methods

__init__(*args, **kwargs)

Overloaded function.

batch_size(self)

Get number of elements in each batch of data.

clear(self)

Clear content of map.

empty(self)

Get whether the map does not contain any elements.

merge(self, other)

Merge other map content into this one’s.

valid(self)

Check that all map entries feature the same batch_size value.

Attributes

pre_execution_chips

batch_size(self: _pygrenade_vx_signal_flow.OutputDataSnippet)int

Get number of elements in each batch of data.

clear(self: _pygrenade_vx_signal_flow.OutputDataSnippet)None

Clear content of map.

empty(self: _pygrenade_vx_signal_flow.OutputDataSnippet)bool

Get whether the map does not contain any elements.

merge(self: _pygrenade_vx_signal_flow.OutputDataSnippet, other: _pygrenade_vx_signal_flow.OutputDataSnippet)None

Merge other map content into this one’s.

property pre_execution_chips
valid(self: _pygrenade_vx_signal_flow.OutputDataSnippet)bool

Check that all map entries feature the same batch_size value.