Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_copyreg.py109 self.assertEqual(copyreg._slotnames(WithoutSlots), [])
110 self.assertEqual(copyreg._slotnames(WithWeakref), [])
112 self.assertEqual(copyreg._slotnames(WithPrivate), expected)
114 self.assertEqual(copyreg._slotnames(_WithLeadingUnderscoreAndPrivate),
116 self.assertEqual(copyreg._slotnames(___), ['__spam'])
117 self.assertEqual(copyreg._slotnames(WithSingleString), ['spam'])
120 result = copyreg._slotnames(WithInherited)
/third_party/python/Lib/
Dcopyreg.py109 def _slotnames(cls): function
/third_party/python/Doc/library/
Dmodulefinder.rst98 copyreg: _inverted_registry,_slotnames,__all__
/third_party/python/Misc/NEWS.d/
D3.6.3rc1.rst480 Fix `copyreg._slotnames()` mangled attribute calculation for classes whose
D3.7.0a1.rst1976 Fix `copyreg._slotnames()` mangled attribute calculation for classes whose
/third_party/python/Tools/c-analyzer/
DTODO437 Objects/typeobject.c:_PyType_GetSlotNames():PyId__slotnames _Py_IDENTIFIER(_slotnames)
/third_party/python/Objects/
Dtypeobject.c4839 _Py_IDENTIFIER(_slotnames); in _PyType_GetSlotNames()