Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_int.py408 class MissingMethods(object): class
410 self.assertRaises(TypeError, int, MissingMethods())
Dtest_long.py485 class MissingMethods(object): class
487 self.assertRaises(TypeError, long, MissingMethods())