MCPcopy 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
72def test_tzname(p, dt):
73 assert p.tzname() == dt.tzname()
74
75
76def test_dst(p, dt):

Callers

nothing calls this directly

Calls 1

tznameMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…