Home
last modified time | relevance | path

Searched refs:PySTEntry_Type (Results 1 – 10 of 10) 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/internal/
Dpycore_symtable.h78 extern PyTypeObject PySTEntry_Type;
80 #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.c73 return PyType_Ready(&PySTEntry_Type); in symtable_init_stentry_type()
/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.c69 ste = PyObject_New(PySTEntryObject, &PySTEntry_Type); in ste_new()
163 PyTypeObject PySTEntry_Type = { variable
/external/python/cpython3/Objects/
Dobject.c1864 INIT_TYPE(PySTEntry_Type); in _PyTypes_Init()
/external/python/cpython3/Tools/c-analyzer/
DTODO912 Python/symtable.c:PySTEntry_Type PyTypeObject PySTEntry_Type
/external/python/cpython3/Doc/data/
Dpython3.10.abi18084 …<var-decl name='PySTEntry_Type' type-id='type-id-149' visibility='default' filepath='./Include/int…