Searched defs:assertLess (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/unittest/ | ||
D | case.py | 1228 def assertLess(self, a, b, msg=None): member in TestCase |
/third_party/python/Lib/test/ | ||
D | test_pathlib.py | 355 def assertLess(a, b): function |