Searched refs:__classcell__ (Results 1 – 7 of 7) sorted by relevance
8 ``super()`` in methods, failing to pass the new ``__classcell__`` namespace112 cover the additional ``__classcell__`` handling needed for custom
1022 ``super()`` in methods, failing to pass the new ``__classcell__`` namespace4879 now cover the additional ``__classcell__`` handling needed for custom
236 WithClassRef.__classcell__
1344 c.__classcell__ = 421345 self.assertEqual(c.__classcell__, 42)1348 __classcell__ = 42 variable in ClassPropertiesAndMethods.test_slots_special2.C3
350 ensure that the new ``__classcell__`` namespace entry is propagated to2314 variable, the implicit ``__classcell__`` namespace entry must now be passed
1952 single: __classcell__ (class namespace entry)1971 as a ``__classcell__`` entry in the class namespace. If present, this must
2360 _Py_IDENTIFIER(__classcell__); in type_new()