Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python-pendulum/pendulum
/ test_equal_to_false
Function
test_equal_to_false
tests/time/test_comparison.py:19–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
18
19
def
test_equal_to_false():
20
t1 = pendulum.time(1, 2, 3)
21
t2 = pendulum.time(1, 2, 4)
22
t3 = time(1, 2, 4)
23
24
assert t1 != t2
25
assert t1 != t3
26
27
28
def
test_not_equal_to_none():
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…