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
- nitypes.time.typing.AnyDateTime: typing_extensions.TypeAlias
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.
- nitypes.time.typing.AnyTimeDelta: typing_extensions.TypeAlias
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.