Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python-pendulum/pendulum
/ test_equal_to_true
Function
test_equal_to_true
tests/time/test_comparison.py:10–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
9
10
def
test_equal_to_true():
11
t1 = pendulum.time(1, 2, 3)
12
t2 = pendulum.time(1, 2, 3)
13
t3 = time(1, 2, 3)
14
15
assert t1 == t2
16
assert t1 == t3
17
18
19
def
test_equal_to_false():
Callers
nothing calls this directly
Calls
2
time
Function · 0.85
time
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…