HomeSort by relevance Sort by last modified time
    Searched refs:mixIntAndLong (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_class.py 519 mixIntAndLong = IntLongMixClass()
522 as_int = int(mixIntAndLong)
525 self.assertCallStack([('__int__', (mixIntAndLong,))])
528 as_long = long(mixIntAndLong)
531 self.assertCallStack([('__long__', (mixIntAndLong,))])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_class.py 519 mixIntAndLong = IntLongMixClass()
522 as_int = int(mixIntAndLong)
525 self.assertCallStack([('__int__', (mixIntAndLong,))])
528 as_long = long(mixIntAndLong)
531 self.assertCallStack([('__long__', (mixIntAndLong,))])

Completed in 93 milliseconds