Skip to content

hello_world.init

This is the documentation page for hello_world.__init__.py.

datethyme.HourRange

Bases: TimeRange[Literal[HOUR]]

allow_wraparound instance-attribute

allow_wraparound = allow_wraparound

inclusive instance-attribute

inclusive = inclusive

start instance-attribute

start = start

step instance-attribute

step = step

stop instance-attribute

stop = stop

unit instance-attribute

unit = HOUR

__init__

__init__(start: Time, stop: Time, *, step: int = 1, inclusive: bool = False, allow_wraparound: bool = True) -> None