Searched refs:assert_gt (Results 1 – 1 of 1) sorted by relevance
/external/python/cffi/c/ |
D | test_c.py | 4093 def assert_gt(a, b, check_hash=True): function 4125 assert_gt(cast(t1, 200), b'A') 4129 assert_gt(cast(t2, -25), -26) 4133 assert_gt(cast(t4, -1), -1, check_hash=False) 4134 assert_gt(cast(t4, -1), cast(t2, -1), check_hash=False) 4135 assert_gt(cast(t4, -1), 99999) 4145 assert_gt(cast(t5, 3.1), 3)
|