Home | History | Annotate | Download | only in test

Lines Matching refs:big_thing

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))