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/date/test_start_end_of.py:218–220 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
216
217
218
def
test_average_is_fluid():
219
d = Date.today().average()
220
assert isinstance(d, Date)
221
222
223
def
test_average_from_same():
Callers
nothing calls this directly
Calls
2
average
Method · 0.45
today
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…