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

Function test_average_from_same

tests/date/test_start_end_of.py:223–226  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

221
222
223def test_average_from_same():
224 d1 = pendulum.date(2000, 1, 31)
225 d2 = pendulum.date(2000, 1, 31).average(d1)
226 assert_date(d2, 2000, 1, 31)
227
228
229def test_average_from_greater():

Callers

nothing calls this directly

Calls 3

assert_dateFunction · 0.90
dateMethod · 0.80
averageMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…