Home
last modified time | relevance | path

Searched refs:PySTEntry_Type (Results 1 – 4 of 4) 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/cpython2/Modules/
Dsymtablemodule.c55 if (PyType_Ready(&PySTEntry_Type) < 0) in init_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"