Home
last modified time | relevance | path

Searched refs:PySTEntry_Type (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/internal/
Dpycore_symtable.h78 extern PyTypeObject PySTEntry_Type;
80 #define PySTEntry_Check(op) Py_IS_TYPE(op, &PySTEntry_Type)
/third_party/python/Modules/
Dsymtablemodule.c73 return PyType_Ready(&PySTEntry_Type); in symtable_init_stentry_type()
/third_party/python/Python/
Dsymtable.c69 ste = PyObject_New(PySTEntryObject, &PySTEntry_Type); in ste_new()
163 PyTypeObject PySTEntry_Type = { variable
/third_party/python/Objects/
Dobject.c1854 INIT_TYPE(PySTEntry_Type); in _PyTypes_Init()
/third_party/python/Tools/c-analyzer/
DTODO912 Python/symtable.c:PySTEntry_Type PyTypeObject PySTEntry_Type