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

Function test_astimezone

tests/datetime/test_behavior.py:56–57  ·  view source on GitHub ↗
(p, dt, p1)

Source from the content-addressed store, hash-verified

54
55
56def test_astimezone(p, dt, p1):
57 assert p.astimezone(p1.tzinfo) == dt.astimezone(p1.tzinfo)
58
59
60def test_ctime(p, dt):

Callers

nothing calls this directly

Calls 1

astimezoneMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…