pygrenade_vx.signal_flow.OutputData

class pygrenade_vx.signal_flow.OutputData

Bases: pybind11_builtins.pybind11_object

__init__(self: _pygrenade_vx_signal_flow.OutputData)None

Methods

__init__(self)

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

execution_health_info

execution_time_info

read_ppu_symbols

snippets

batch_size(self: _pygrenade_vx_signal_flow.OutputData)int

Get number of elements in each batch of data.

clear(self: _pygrenade_vx_signal_flow.OutputData)None

Clear content of map.

empty(self: _pygrenade_vx_signal_flow.OutputData)bool

Get whether the map does not contain any elements.

property execution_health_info
property execution_time_info
merge(self: _pygrenade_vx_signal_flow.OutputData, other: _pygrenade_vx_signal_flow.OutputData)None

Merge other map content into this one’s.

property read_ppu_symbols
property snippets
valid(self: _pygrenade_vx_signal_flow.OutputData)bool

Check that all map entries feature the same batch_size value.