Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python-pendulum/pendulum
/ test_init
Function
test_init
tests/time/test_construct.py:8–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
7
8
def
test_init():
9
t = pendulum.time(12, 34, 56, 123456)
10
11
assert_time(t, 12, 34, 56, 123456)
12
13
14
def
test_init_with_missing_values():
Callers
nothing calls this directly
Calls
2
assert_time
Function · 0.90
time
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…