class documentation

class DataOutput(Generic[Data]): (source)

View In Hierarchy

Construct an output for the given data objects.

Method __call__ Undocumented
Class Variable dataFactory Undocumented
Instance Variable __automat_data__ Undocumented
Property name Undocumented
def __call__(realself, self: InputImplementer[InputProtocol, Core], dataAtStart: object, *args: object, **kwargs: object) -> Data: (source)

Undocumented

dataFactory: Callable[..., Data] = (source)

Undocumented

__automat_data__ = (source)

Undocumented

@property
name: str = (source)

Undocumented