Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python-pendulum/pendulum
/ test_greater_than_or_equal_false
Function
test_greater_than_or_equal_false
tests/time/test_comparison.py:70–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
69
70
def
test_greater_than_or_equal_false():
71
t1 = pendulum.time(1, 2, 2)
72
t2 = pendulum.time(1, 2, 3)
73
t3 = time(1, 2, 3)
74
75
assert not t1 >= t2
76
assert not t1 >= t3
77
78
79
def
test_less_than_true():
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…