Skip to content

hello_world.main

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

datethyme.MinuteRange

Bases: TimeRange[Literal[MINUTE]]

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 = MINUTE

__init__

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