Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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)
2121
class
ZoneOffset:
2122
tzname: str
2123
utcoffset: timedelta
2124
dst: timedelta = ZERO
2125
2126
2127
@dataclasses.dataclass(frozen=True)
Callers
15
test_one_transition
Method · 0.85
test_one_zone_dst
Method · 0.85
test_no_tz_str
Method · 0.85
test_tz_before_only
Method · 0.85
test_invalid_transition_index
Method · 0.85
test_transition_lookahead_out_of_bounds
Method · 0.85
test_zone_very_large_timestamp
Method · 0.85
test_fixed_offset_phantom_transition
Method · 0.85
_add
Method · 0.85
_populate_fixed_offsets
Method · 0.85
_Africa_Abidjan
Method · 0.85
_Africa_Casablanca
Method · 0.85
Calls
no outgoing calls
Tested by
15
test_one_transition
Method · 0.68
test_one_zone_dst
Method · 0.68
test_no_tz_str
Method · 0.68
test_tz_before_only
Method · 0.68
test_invalid_transition_index
Method · 0.68
test_transition_lookahead_out_of_bounds
Method · 0.68
test_zone_very_large_timestamp
Method · 0.68
test_fixed_offset_phantom_transition
Method · 0.68
_add
Method · 0.68
_populate_fixed_offsets
Method · 0.68
_Africa_Abidjan
Method · 0.68
_Africa_Casablanca
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…