Home
last modified time | relevance | path

Searched refs:__classcell__ (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Misc/NEWS.d/
D3.6.0rc1.rst8 ``super()`` in methods, failing to pass the new ``__classcell__`` namespace
112 cover the additional ``__classcell__`` handling needed for custom
D3.7.0a1.rst1022 ``super()`` in methods, failing to pass the new ``__classcell__`` namespace
4879 now cover the additional ``__classcell__`` handling needed for custom
/external/python/cpython3/Lib/test/
Dtest_super.py236 WithClassRef.__classcell__
Dtest_descr.py1344 c.__classcell__ = 42
1345 self.assertEqual(c.__classcell__, 42)
1348 __classcell__ = 42 variable in ClassPropertiesAndMethods.test_slots_special2.C3
/external/python/cpython3/Doc/whatsnew/
D3.6.rst350 ensure that the new ``__classcell__`` namespace entry is propagated to
2314 variable, the implicit ``__classcell__`` namespace entry must now be passed
/external/python/cpython3/Doc/reference/
Ddatamodel.rst1952 single: __classcell__ (class namespace entry)
1971 as a ``__classcell__`` entry in the class namespace. If present, this must
/external/python/cpython3/Objects/
Dtypeobject.c2360 _Py_IDENTIFIER(__classcell__); in type_new()