Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python-pendulum/pendulum
/ offset
Method
offset
src/pendulum/datetime.py:257–258 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
255
256
@property
257
def
offset(self) -> int | None:
258
return
self.get_offset()
259
260
@property
261
def
offset_hours(self) -> float | None:
Callers
nothing calls this directly
Calls
1
get_offset
Method · 0.95
Tested by
no test coverage detected