class documentation

Undocumented

Class Method fromisoformat Undocumented
Method __format__ Undocumented
Method __ge__ Undocumented
Method __gt__ Undocumented
Method __hash__ Undocumented
Method __le__ Undocumented
Method __lt__ Undocumented
Method dst Undocumented
Method isoformat Undocumented
Method replace Undocumented
Method strftime Undocumented
Method tzname Undocumented
Method utcoffset Undocumented
Class Variable max Undocumented
Class Variable min Undocumented
Class Variable resolution Undocumented
Property fold Undocumented
Property hour Undocumented
Property microsecond Undocumented
Property minute Undocumented
Property second Undocumented
Property tzinfo Undocumented
def fromisoformat(cls, __time_string: str) -> Time[_tzinfo | None]: (source)

Undocumented

def __format__(self, __fmt: str) -> str: (source)

Undocumented

def __ge__(self: Self, __other: Self) -> bool: (source)

Undocumented

def __gt__(self: Self, __other: Self) -> bool: (source)

Undocumented

def __hash__(self) -> int: (source)

Undocumented

def __le__(self: Self, __other: Self) -> bool: (source)

Undocumented

def __lt__(self: Self, __other: Self) -> bool: (source)

Undocumented

def dst(self) -> _timedelta | None: (source)

Undocumented

def isoformat(self, timespec: str = ...) -> str: (source)

Undocumented

def replace(self: Self, hour: int = ..., minute: int = ..., second: int = ..., microsecond: int = ..., *, fold: int = ...) -> Self:
def replace(self, hour: int = ..., minute: int = ..., second: int = ..., microsecond: int = ..., *, tzinfo: _FuncTZ, fold: int = ...) -> Time[_FuncTZ]:
def replace(self, hour: int = ..., minute: int = ..., second: int = ..., microsecond: int = ..., *, tzinfo: None, fold: int = ...) -> Time[None]:
def replace(self, hour: int, minute: int, second: int, microsecond: int, tzinfo: None, *, fold: int) -> Time[None]:
def replace(self, hour: int, minute: int, second: int, microsecond: int, tzinfo: _FuncTZ, *, fold: int) -> Time[_FuncTZ]:
(source)

Undocumented

def strftime(self, __format: str) -> str: (source)

Undocumented

def tzname(self) -> str | None: (source)

Undocumented

def utcoffset(self) -> _timedelta | None: (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

microsecond: int = (source)

Undocumented

Undocumented

Undocumented

Undocumented