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

Function test_diff_in_seconds_positive_big

tests/datetime/test_diff.py:170–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168
169
170def test_diff_in_seconds_positive_big():
171 dt = pendulum.datetime(2000, 1, 1)
172 assert dt.diff(dt.add(hours=2).add(seconds=2)).in_seconds() == 7202
173
174
175def test_diff_in_seconds_negative_with_sign():

Callers

nothing calls this directly

Calls 4

in_secondsMethod · 0.80
datetimeMethod · 0.45
diffMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…