Home
last modified time | relevance | path

Searched refs:Intable (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_array.py1315 class Intable: class
1323 return Intable(int(self) - int(other))
1325 return Intable(int(self) + int(other))
1338 self.check_overflow(Intable(lower), Intable(upper))
1351 self.check_overflow(Intable(lower), Intable(upper))
H A Dtest_int.py414 class Intable(trunc_result_base): class in IntTestCases.test_intconversion.Classic.ExceptionalTrunc
420 return Intable()

Completed in 8 milliseconds