MCPcopy 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
47def 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

TimeClass · 0.90
timeFunction · 0.85
tznameMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…