Searched refs:Intable (Results 1 – 2 of 2) sorted by relevance
1314 class Intable: class1322 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))
390 class Intable(trunc_result_base): class396 return Intable()