Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/python-pendulum/pendulum
/ test_tzname
Function
test_tzname
tests/time/test_behavior.py:47–49 ·
view source on GitHub ↗
(p, d)
Source
from the content-addressed store, hash-verified
45
46
47
def
test_tzname(p, d):
48
assert d.tzname() == p.tzname()
49
assert Time(12, 34, 56, 123456).tzname() == time(12, 34, 56, 123456).tzname()
Callers
nothing calls this directly
Calls
3
Time
Class · 0.90
time
Function · 0.85
tzname
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…