pjml.abs.invisible.Invisible

class pjml.abs.invisible.Invisible[source]

Parent class of all atomic components that don’t increase history of transformations.

They are useful, but sometimes do not transform Data objects.

__init__(*args, **kwargs)

Initialize self. See help(type(self)) for accurate signature.

Attributes

transformations Invisible components produce no transformations, so they need to override the list of expected transformations with [].
transformations[source]

Invisible components produce no transformations, so they need to override the list of expected transformations with [].