Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ ZoneOffset
Class
ZoneOffset
Lib/test/test_zoneinfo/test_zoneinfo.py:2027–2030 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2025
2026
@dataclasses.dataclass(frozen=True)
2027
class
ZoneOffset:
2028
tzname: str
2029
utcoffset: timedelta
2030
dst: timedelta = ZERO
2031
2032
2033
@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_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
_America_Los_Angeles
Method · 0.85
_America_Santiago
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_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
_America_Los_Angeles
Method · 0.68
_America_Santiago
Method · 0.68