Lines Matching full:acallback
463 def acallback(self, ignore):
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):
520 I.wr = weakref.ref(J, I.acallback)
594 def acallback(self, ignore):
600 c1.wr = weakref.ref(c2, c1.acallback)
601 c2.wr = weakref.ref(c1, c2.acallback)