Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
239
def
test_average_is_fluid():
240
d = pendulum.now().average()
241
assert isinstance(d, pendulum.DateTime)
242
243
244
def
test_average_from_same():
Callers
nothing calls this directly
Calls
2
now
Method · 0.80
average
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…