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

  /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...]

Completed in 241 milliseconds