Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python-pendulum/pendulum
/ test_previous
Function
test_previous
tests/date/test_day_of_week_modifiers.py:63–65 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
62
63
def
test_previous():
64
d = pendulum.date(1975, 5, 21).previous()
65
assert_date(d, 1975, 5, 14)
66
67
68
def
test_previous_monday():
Callers
nothing calls this directly
Calls
3
assert_date
Function · 0.90
date
Method · 0.80
previous
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…