MCPcopy 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
50def test_fromtimestamp():
51 assert pendulum.Date.fromtimestamp(0) == date.fromtimestamp(0)
52
53
54def test_fromordinal():

Callers

nothing calls this directly

Calls 1

fromtimestampMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…