Home
last modified time | relevance | path

Searched refs:PySTEntry_Type (Results 1 – 6 of 6) 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.c1922 &PySTEntry_Type,
/third_party/python/Tools/c-analyzer/
DTODO860 Python/symtable.c:PySTEntry_Type PyTypeObject PySTEntry_Type
/third_party/python/Tools/c-analyzer/cpython/
Dglobals-to-fix.tsv124 Python/symtable.c - PySTEntry_Type -