Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python-pendulum/pendulum
/ test_to_date_string
Function
test_to_date_string
tests/date/test_strings.py:11–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
10
11
def
test_to_date_string():
12
d = pendulum.Date(1975, 12, 25)
13
assert d.to_date_string() ==
"1975-12-25"
14
15
16
def
test_to_formatted_date_string():
Callers
nothing calls this directly
Calls
1
to_date_string
Method · 0.95
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…