class
TimeScaleValueStatic methods
- def fromLiteral(value: float, unit: TimeUnit) -> typing.Optional[TimeScaleValue]
- def fromString(str: str) -> typing.Optional[TimeScaleValue]
Special methods
- def __eq__(self, arg0: TimeScaleValue, /) -> bool
- def __init__(self, /) -> None
- def __init__(self, unit: TimeUnit, magnitude: TimeScaleMagnitude) -> None
- def __ne__(self, arg0: TimeScaleValue, /) -> bool
- def __repr__(self, /) -> str
Properties
- magnitude: TimeScaleMagnitude get set
- unit: TimeUnit get set