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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_optparse.py 391 big_thing = [42]
392 refcount = sys.getrefcount(big_thing)
395 parser.big_thing = big_thing
398 #self.assertEqual(refcount, sys.getrefcount(big_thing))
400 self.assertEqual(refcount, sys.getrefcount(big_thing))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_optparse.py 391 big_thing = [42]
392 refcount = sys.getrefcount(big_thing)
395 parser.big_thing = big_thing
398 #self.assertEqual(refcount, sys.getrefcount(big_thing))
400 self.assertEqual(refcount, sys.getrefcount(big_thing))
    [all...]

Completed in 36 milliseconds