nitypes.time.typing
Type aliases and type variables for time types.
Attributes
Type alias for any |
|
Type variable with a bound of |
|
Type alias for any |
|
Type variable with a bound of |
Module Contents
- type nitypes.time.typing.AnyDateTime = bt.DateTime | dt.datetime | ht.datetime
Type alias for any
datetimeclass.This type alias is a union of the following types:
- nitypes.time.typing.TDateTime
Type variable with a bound of
AnyDateTime.
- type nitypes.time.typing.AnyTimeDelta = bt.TimeDelta | dt.timedelta | ht.timedelta
Type alias for any
timedeltaclass.This type alias is a union of the following types:
- nitypes.time.typing.TTimeDelta
Type variable with a bound of
AnyTimeDelta.