/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_weakref.py | 439 def acallback(self, ignore):
member in class:ReferencesTestCase.test_callback_in_cycle_1.II 444 I.wr = weakref.ref(J, I.acallback)
450 # I.acallback). When we del these three, they all become trash, but
484 # "II instance has no attribute 'J'" in <bound method II.acallback
491 def acallback(self, ignore):
member in class:ReferencesTestCase.test_callback_in_cycle_2.II 496 I.wr = weakref.ref(J, I.acallback)
570 def acallback(self, ignore):
member in class:ReferencesTestCase.test_callback_in_cycle_resurrection.C 576 c1.wr = weakref.ref(c2, c1.acallback)
577 c2.wr = weakref.ref(c1, c2.acallback)
[all...] |
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...] |
/external/python/cpython2/Lib/test/ |
test_weakref.py | 463 def acallback(self, ignore): member in class:ReferencesTestCase.test_callback_in_cycle_1.II 468 I.wr = weakref.ref(J, I.acallback) 474 # I.acallback). When we del these three, they all become trash, but 508 # "II instance has no attribute 'J'" in <bound method II.acallback 515 def acallback(self, ignore): member in class:ReferencesTestCase.test_callback_in_cycle_2.II 520 I.wr = weakref.ref(J, I.acallback) 594 def acallback(self, ignore): member in class:ReferencesTestCase.test_callback_in_cycle_resurrection.C 600 c1.wr = weakref.ref(c2, c1.acallback) 601 c2.wr = weakref.ref(c1, c2.acallback) [all...] |
/external/python/cpython3/Lib/test/ |
test_weakref.py | 502 def acallback(self, ignore): member in class:ReferencesTestCase.test_callback_in_cycle_1.II 507 I.wr = weakref.ref(J, I.acallback) 513 # I.acallback). When we del these three, they all become trash, but 547 # "II instance has no attribute 'J'" in <bound method II.acallback 554 def acallback(self, ignore): member in class:ReferencesTestCase.test_callback_in_cycle_2.II 559 I.wr = weakref.ref(J, I.acallback) 634 def acallback(self, ignore): member in class:ReferencesTestCase.test_callback_in_cycle_resurrection.C 640 c1.wr = weakref.ref(c2, c1.acallback) 641 c2.wr = weakref.ref(c1, c2.acallback) [all...] |