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

Function test_utcfromtimestamp

tests/datetime/test_behavior.py:103–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101
102
103def test_utcfromtimestamp():
104 p = pendulum.DateTime.utcfromtimestamp(0)
105 dt = datetime.utcfromtimestamp(0)
106
107 assert p == dt
108
109
110def test_fromordinal():

Callers

nothing calls this directly

Calls 1

utcfromtimestampMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…