Home
last modified time | relevance | path

Searched refs:__slotnames__ (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/
H A Dcopyreg.py125 names = cls.__dict__.get("__slotnames__")
158 cls.__slotnames__ = names
/third_party/python/Include/internal/
H A Dpycore_global_strings.h195 STRUCT_FOR_ID(__slotnames__)
H A Dpycore_runtime_init.h818 INIT_ID(__slotnames__), \
/third_party/python/Lib/test/
H A Dtest_descr.py5544 __slotnames__ = [S('spam')] variable in PicklingTests.test_issue24097.A
5547 A.__slotnames__[:] = [S('spam')]
/third_party/python/Objects/
H A Dtypeobject.c4921 slotnames = PyDict_GetItemWithError(cls->tp_dict, &_Py_ID(__slotnames__)); in _PyType_GetSlotNames()
4925 "%.200s.__slotnames__ should be a list or None, " in _PyType_GetSlotNames()
4946 in __slotnames__. */ in _PyType_GetSlotNames()

Completed in 21 milliseconds