Searched refs:PySTEntry_Type (Results 1 – 9 of 9) sorted by relevance
49 PyAPI_DATA(PyTypeObject) PySTEntry_Type;51 #define PySTEntry_Check(op) (Py_TYPE(op) == &PySTEntry_Type)
70 PyAPI_DATA(PyTypeObject) PySTEntry_Type;72 #define PySTEntry_Check(op) Py_IS_TYPE(op, &PySTEntry_Type)
55 if (PyType_Ready(&PySTEntry_Type) < 0) in init_symtable()
91 if (PyType_Ready(&PySTEntry_Type) < 0) in PyInit__symtable()
30 ste = PyObject_New(PySTEntryObject, &PySTEntry_Type); in ste_new()123 PyTypeObject PySTEntry_Type = { variable
1129 "PySTEntry_Type"
56 ste = PyObject_New(PySTEntryObject, &PySTEntry_Type); in ste_new()148 PyTypeObject PySTEntry_Type = { variable
917 Python/symtable.c:PySTEntry_Type PyTypeObject PySTEntry_Type
1547 Python/symtable.c - PySTEntry_Type variable PyTypeObject PySTEntry_Type