Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python-pendulum/pendulum
/ test_next_saturday
Function
test_next_saturday
tests/datetime/test_day_of_week_modifiers.py:51–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
50
51
def
test_next_saturday():
52
d = pendulum.datetime(1975, 5, 21).next(5)
53
assert_datetime(d, 1975, 5, 24, 0, 0, 0)
54
55
56
def
test_next_keep_time():
Callers
nothing calls this directly
Calls
3
assert_datetime
Function · 0.90
next
Method · 0.45
datetime
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…