Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dsymtable.h49 PyAPI_DATA(PyTypeObject) PySTEntry_Type;
51 #define PySTEntry_Check(op) (Py_TYPE(op) == &PySTEntry_Type)
/external/python/cpython3/Include/
Dsymtable.h70 PyAPI_DATA(PyTypeObject) PySTEntry_Type;
72 #define PySTEntry_Check(op) Py_IS_TYPE(op, &PySTEntry_Type)
/external/python/cpython2/Modules/
Dsymtablemodule.c55 if (PyType_Ready(&PySTEntry_Type) < 0) in init_symtable()
/external/python/cpython3/Modules/
Dsymtablemodule.c91 if (PyType_Ready(&PySTEntry_Type) < 0) in PyInit__symtable()
/external/python/cpython2/Python/
Dsymtable.c30 ste = PyObject_New(PySTEntryObject, &PySTEntry_Type); in ste_new()
123 PyTypeObject PySTEntry_Type = { variable
/external/python/cpython2/PC/os2emx/
Dpython27.def1129 "PySTEntry_Type"
/external/python/cpython3/Python/
Dsymtable.c56 ste = PyObject_New(PySTEntryObject, &PySTEntry_Type); in ste_new()
148 PyTypeObject PySTEntry_Type = { variable
/external/python/cpython3/Tools/c-analyzer/
DTODO917 Python/symtable.c:PySTEntry_Type PyTypeObject PySTEntry_Type
Dknown.tsv1547 Python/symtable.c - PySTEntry_Type variable PyTypeObject PySTEntry_Type