Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python-pendulum/pendulum
/ test_greater_than_true
Function
test_greater_than_true
tests/time/test_comparison.py:34–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
33
34
def
test_greater_than_true():
35
t1 = pendulum.time(1, 2, 3)
36
t2 = pendulum.time(1, 2, 2)
37
t3 = time(1, 2, 2)
38
39
assert t1 > t2
40
assert t1 > t3
41
42
43
def
test_greater_than_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…