Home | History | Annotate | Download | only in test

Lines Matching refs:__int__

96     def __int__(self, *args):
380 self.assertCallStack([('__int__', (testme,))])
496 def __int__(self):
498 __float__ = __int__
499 __long__ = __int__
500 __str__ = __int__
501 __repr__ = __int__
502 __oct__ = __int__
503 __hex__ = __int__
512 def __int__(self):
525 self.assertCallStack([('__int__', (mixIntAndLong,))])