Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
68
def
test_utcoffset(p, dt):
69
assert p.utcoffset() == dt.utcoffset()
70
71
72
def
test_tzname(p, dt):
Callers
nothing calls this directly
Calls
1
utcoffset
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…