Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python-pendulum/pendulum
/ test_construct
Function
test_construct
tests/date/test_construct.py:7–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
6
7
def
test_construct():
8
d = Date(2016, 10, 20)
9
10
assert_date(d, 2016, 10, 20)
11
12
13
def
test_today():
Callers
nothing calls this directly
Calls
2
Date
Class · 0.90
assert_date
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…