Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python-pendulum/pendulum
/ test_day_of_iso_week
Function
test_day_of_iso_week
tests/formatting/test_formatter.py:130–133 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
128
129
130
def
test_day_of_iso_week():
131
f = Formatter()
132
d = pendulum.datetime(2016, 8, 28)
133
assert f.format(d,
"E"
) ==
"7"
134
135
136
def
test_am_pm():
Callers
nothing calls this directly
Calls
3
format
Method · 0.95
Formatter
Class · 0.90
datetime
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…