/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_weakref.py | 460 def acallback(self, ignore): member in class:ReferencesTestCase.test_callback_in_cycle_1.II 465 I.wr = weakref.ref(J, I.acallback) 471 # I.acallback). When we del these three, they all become trash, but 505 # "II instance has no attribute 'J'" in <bound method II.acallback 512 def acallback(self, ignore): member in class:ReferencesTestCase.test_callback_in_cycle_2.II 517 I.wr = weakref.ref(J, I.acallback) 591 def acallback(self, ignore): member in class:ReferencesTestCase.test_callback_in_cycle_resurrection.C 597 c1.wr = weakref.ref(c2, c1.acallback) 598 c2.wr = weakref.ref(c1, c2.acallback) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_weakref.py | 460 def acallback(self, ignore): member in class:ReferencesTestCase.test_callback_in_cycle_1.II 465 I.wr = weakref.ref(J, I.acallback) 471 # I.acallback). When we del these three, they all become trash, but 505 # "II instance has no attribute 'J'" in <bound method II.acallback 512 def acallback(self, ignore): member in class:ReferencesTestCase.test_callback_in_cycle_2.II 517 I.wr = weakref.ref(J, I.acallback) 591 def acallback(self, ignore): member in class:ReferencesTestCase.test_callback_in_cycle_resurrection.C 597 c1.wr = weakref.ref(c2, c1.acallback) 598 c2.wr = weakref.ref(c1, c2.acallback) [all...] |