ewoksndreg.io.output_stack.OutputStacks#

class ewoksndreg.io.output_stack.OutputStacks[source]#

Bases: object

abstract add_point(name, data)[source]#
Parameters:
  • name (str)

  • data (Union[_SupportsArray[dtype[Any]], _NestedSequence[_SupportsArray[dtype[Any]]], bool, int, float, complex, str, bytes, _NestedSequence[Union[bool, int, float, complex, str, bytes]]])

Return type:

None

abstract add_points(name, data)[source]#
Parameters:
  • name (str)

  • data (Union[_SupportsArray[dtype[Any]], _NestedSequence[_SupportsArray[dtype[Any]]], bool, int, float, complex, str, bytes, _NestedSequence[Union[bool, int, float, complex, str, bytes]]])

Return type:

None

abstract data_for_input()[source]#

Argument to be provided to InputStacks

Return type:

Any