Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_array.py1314 class Intable: class
1322 return Intable(int(self) - int(other))
1324 return Intable(int(self) + int(other))
1337 self.check_overflow(Intable(lower), Intable(upper))
1350 self.check_overflow(Intable(lower), Intable(upper))
Dtest_int.py390 class Intable(trunc_result_base): class
396 return Intable()