Lines Matching refs:proxy2
179 proxy2 = weakref.proxy(o)180 self.assertTrue(proxy1 is proxy2,344 proxy2 = weakref.proxy(o, self.callback)348 del ref1, ref2, proxy1, proxy2