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

Function test_diff_in_months_positive

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

Source from the content-addressed store, hash-verified

33
34
35def test_diff_in_months_positive():
36 dt = pendulum.datetime(2000, 1, 1)
37 assert dt.diff(dt.add(years=1).add(months=1)).in_months() == 13
38
39
40def test_diff_in_months_negative_with_sign():

Callers

nothing calls this directly

Calls 4

in_monthsMethod · 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…