MCPcopy Index your code
hub / github.com/python-pendulum/pendulum / timezone

Function timezone

src/pendulum/__init__.py:63–63  ·  view source on GitHub ↗
(name: int)

Source from the content-addressed store, hash-verified

61
62@overload
63def timezone(name: int) -> FixedTimezone: ...
64
65
66@overload

Callers 15

test_precise_diffFunction · 0.90
dtFunction · 0.90
test_setting_timezoneFunction · 0.90
test_tzinfoFunction · 0.90
test_basic_convertFunction · 0.90
test_equalityFunction · 0.90

Calls 2

fixed_timezoneFunction · 0.90
TimezoneClass · 0.90

Tested by 15

test_precise_diffFunction · 0.72
dtFunction · 0.72
test_setting_timezoneFunction · 0.72
test_tzinfoFunction · 0.72
test_basic_convertFunction · 0.72
test_equalityFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…