Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python-pendulum/pendulum
/ test_today
Function
test_today
tests/datetime/test_construct.py:63–65 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
62
63
def
test_today():
64
today = pendulum.today()
65
assert isinstance(today, DateTime)
66
67
68
def
test_tomorrow():
Callers
nothing calls this directly
Calls
1
today
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…