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

Function test_average_is_fluid

tests/datetime/test_start_end_of.py:239–241  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

237
238
239def test_average_is_fluid():
240 d = pendulum.now().average()
241 assert isinstance(d, pendulum.DateTime)
242
243
244def test_average_from_same():

Callers

nothing calls this directly

Calls 2

nowMethod · 0.80
averageMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…