class documentation

class Direction(_Enum):

View In Hierarchy

Enum describing the temporal direction.

  • Forward: Forward in time, from the present point to the future
  • Backward: Backward in time, from the present point to the past
Class Variable Backward Undocumented
Class Variable Forward Undocumented
Backward: int =

Undocumented

Forward: int =

Undocumented