Searched refs:Uncollectable (Results 1 – 1 of 1) sorted by relevance
60 class Uncollectable(object): class69 self.partner = Uncollectable(partner=self)1065 if isinstance(obj, Uncollectable):1088 uc = [e for e in gc.garbage if isinstance(e, Uncollectable)]1090 if not isinstance(e, Uncollectable)]1133 Uncollectable()1134 Uncollectable()1147 self.assertIsInstance(e, Uncollectable)