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

Function test_diff_in_seconds_positive

tests/time/test_diff.py:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65
66
67def test_diff_in_seconds_positive():
68 dt = Time(12, 34, 56)
69 assert dt.diff(dt.add(minutes=1).add(seconds=2)).in_seconds() == 62
70
71
72def test_diff_in_seconds_positive_big():

Callers

nothing calls this directly

Calls 4

diffMethod · 0.95
addMethod · 0.95
TimeClass · 0.90
in_secondsMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…