MCPcopy Index your code
hub / github.com/python-pendulum/pendulum / test_greater_than_or_equal_true

Function test_greater_than_or_equal_true

tests/time/test_comparison.py:52–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50
51
52def test_greater_than_or_equal_true():
53 t1 = pendulum.time(1, 2, 3)
54 t2 = pendulum.time(1, 2, 2)
55 t3 = time(1, 2, 2)
56
57 assert t1 >= t2
58 assert t1 >= t3
59
60
61def test_greater_than_or_equal_true_equal():

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…