Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python-pendulum/pendulum
/ test_combine
Function
test_combine
tests/datetime/test_behavior.py:114–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
112
113
114
def
test_combine():
115
p = pendulum.DateTime.combine(date(2016, 1, 1), time(1, 2, 3, 123456))
116
dt = datetime.combine(date(2016, 1, 1), time(1, 2, 3, 123456))
117
118
assert p == dt
119
120
121
def
test_hash(p, dt):
Callers
nothing calls this directly
Calls
3
date
Function · 0.85
time
Function · 0.85
combine
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…