Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python-pendulum/pendulum
/ test_tzname
Function
test_tzname
tests/datetime/test_behavior.py:72–73 ·
view source on GitHub ↗
(p, dt)
Source
from the content-addressed store, hash-verified
70
71
72
def
test_tzname(p, dt):
73
assert p.tzname() == dt.tzname()
74
75
76
def
test_dst(p, dt):
Callers
nothing calls this directly
Calls
1
tzname
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…