class documentation

class StepValue:

Constructor: StepValue(value)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __repr__ Undocumented
Property is_none Undocumented
Property value Undocumented
Instance Variable __value Undocumented
def __init__(self, value: object = None):

Undocumented

def __repr__(self) -> str:

Undocumented

@property
is_none: bool =

Undocumented

@property
value: object =

Undocumented

__value =

Undocumented