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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_int.py 324 class MissingMethods(object):
326 self.assertRaises(TypeError, int, MissingMethods())
test_long.py 462 class MissingMethods(object):
464 self.assertRaises(TypeError, long, MissingMethods())
    [all...]
  /external/python/cpython2/Lib/test/
test_int.py 408 class MissingMethods(object):
410 self.assertRaises(TypeError, int, MissingMethods())
test_long.py 485 class MissingMethods(object):
487 self.assertRaises(TypeError, long, MissingMethods())
    [all...]
  /external/python/cpython3/Lib/test/
test_int.py 349 class MissingMethods(object):
351 self.assertRaises(TypeError, int, MissingMethods())

Completed in 287 milliseconds