HomeSort by relevance Sort by last modified time
    Searched refs:_diffThreshold (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
case.py 172 # If a string is longer than _diffThreshold, use normal comparison instead
174 _diffThreshold = 2**16
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py 673 self.assertEqual(self._diffThreshold, 2**16)
678 old_threshold = self._diffThreshold
679 self._diffThreshold = 2**8
680 self.addCleanup(lambda: setattr(self, '_diffThreshold', old_threshold))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
case.py 172 # If a string is longer than _diffThreshold, use normal comparison instead
174 _diffThreshold = 2**16
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py 673 self.assertEqual(self._diffThreshold, 2**16)
678 old_threshold = self._diffThreshold
679 self._diffThreshold = 2**8
680 self.addCleanup(lambda: setattr(self, '_diffThreshold', old_threshold))
    [all...]

Completed in 61 milliseconds