Home
last modified time | relevance | path

Searched refs:_diffThreshold (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/unittest/test/
Dtest_case.py884 self.assertEqual(self._diffThreshold, 2**16)
889 old_threshold = self._diffThreshold
890 self._diffThreshold = 2**5
920 old_threshold = self._diffThreshold
921 self._diffThreshold = 0
/third_party/python/Lib/unittest/
Dcase.py349 _diffThreshold = 2**16 variable in TestCase
1215 if (len(first) > self._diffThreshold or
1216 len(second) > self._diffThreshold):