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

Function test_diff_in_minutes_positive_big

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

Source from the content-addressed store, hash-verified

38
39
40def test_diff_in_minutes_positive_big():
41 dt = Time(12, 34, 56)
42 assert dt.diff(dt.add(hours=25).add(minutes=2)).in_minutes() == 62
43
44
45def test_diff_in_minutes_negative_with_sign():

Callers

nothing calls this directly

Calls 4

diffMethod · 0.95
addMethod · 0.95
TimeClass · 0.90
in_minutesMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…