Lines Matching full:acallback
460 def acallback(self, ignore):
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):
517 I.wr = weakref.ref(J, I.acallback)
591 def acallback(self, ignore):
597 c1.wr = weakref.ref(c2, c1.acallback)
598 c2.wr = weakref.ref(c1, c2.acallback)