MCPcopy Index your code
hub / github.com/python/cpython / ZoneOffset

Class ZoneOffset

Lib/test/test_zoneinfo/test_zoneinfo.py:2121–2124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2119
2120@dataclasses.dataclass(frozen=True)
2121class ZoneOffset:
2122 tzname: str
2123 utcoffset: timedelta
2124 dst: timedelta = ZERO
2125
2126
2127@dataclasses.dataclass(frozen=True)

Callers 15

test_one_transitionMethod · 0.85
test_one_zone_dstMethod · 0.85
test_no_tz_strMethod · 0.85
test_tz_before_onlyMethod · 0.85
_addMethod · 0.85
_Africa_AbidjanMethod · 0.85
_Africa_CasablancaMethod · 0.85

Calls

no outgoing calls

Tested by 15

test_one_transitionMethod · 0.68
test_one_zone_dstMethod · 0.68
test_no_tz_strMethod · 0.68
test_tz_before_onlyMethod · 0.68
_addMethod · 0.68
_Africa_AbidjanMethod · 0.68
_Africa_CasablancaMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…