MCPcopy 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
34def 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
43def test_greater_than_false():

Callers

nothing calls this directly

Calls 2

timeFunction · 0.85
timeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…