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

Function test_utcoffset

tests/datetime/test_behavior.py:68–69  ·  view source on GitHub ↗
(p, dt)

Source from the content-addressed store, hash-verified

66
67
68def test_utcoffset(p, dt):
69 assert p.utcoffset() == dt.utcoffset()
70
71
72def test_tzname(p, dt):

Callers

nothing calls this directly

Calls 1

utcoffsetMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…