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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys.py 546 class class_oldstyle(): class in function:SizeofTest.test_objecttypes
549 check(class_oldstyle, size('7P'))
551 check(class_oldstyle(), size('3P'))
553 check(class_oldstyle().method, size('4P'))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys.py 546 class class_oldstyle(): class in function:SizeofTest.test_objecttypes
549 check(class_oldstyle, size('7P'))
551 check(class_oldstyle(), size('3P'))
553 check(class_oldstyle().method, size('4P'))

Completed in 69 milliseconds