Searched refs:Uncollectable (Results 1 – 1 of 1) sorted by relevance
59 class Uncollectable(object): class68 self.partner = Uncollectable(partner=self)1064 if isinstance(obj, Uncollectable):1087 uc = [e for e in gc.garbage if isinstance(e, Uncollectable)]1089 if not isinstance(e, Uncollectable)]1132 Uncollectable()1133 Uncollectable()1146 self.assertIsInstance(e, Uncollectable)