Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python-pendulum/pendulum
/ test_fromtimestamp
Function
test_fromtimestamp
tests/date/test_behavior.py:50–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
49
50
def
test_fromtimestamp():
51
assert pendulum.Date.fromtimestamp(0) == date.fromtimestamp(0)
52
53
54
def
test_fromordinal():
Callers
nothing calls this directly
Calls
1
fromtimestamp
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…