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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_weakref.py 659 self.check_gc_during_creation(weakref.ref)
662 self.check_gc_during_creation(weakref.proxy)
664 def check_gc_during_creation(self, makeref): member in class:ReferencesTestCase
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_weakref.py 659 self.check_gc_during_creation(weakref.ref)
662 self.check_gc_during_creation(weakref.proxy)
664 def check_gc_during_creation(self, makeref): member in class:ReferencesTestCase
    [all...]

Completed in 31 milliseconds