Searched defs:b_meth (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_compare.py | 251 def assert_total_order(self, a, b, comp, a_meth=None, b_meth=None): argument 279 def assert_eq_subtest(self, a, b, comp, a_meth, b_meth): argument 287 def assert_ne_subtest(self, a, b, comp, a_meth, b_meth): argument 295 def assert_lt_subtest(self, a, b, comp, a_meth, b_meth): argument 305 def assert_le_subtest(self, a, b, comp, a_meth, b_meth): argument 315 def assert_gt_subtest(self, a, b, comp, a_meth, b_meth): argument 325 def assert_ge_subtest(self, a, b, comp, a_meth, b_meth): argument
|