Searched refs:PySTEntry_Type (Results 1 – 7 of 7) sorted by relevance
49 PyAPI_DATA(PyTypeObject) PySTEntry_Type;51 #define PySTEntry_Check(op) (Py_TYPE(op) == &PySTEntry_Type)
66 PyAPI_DATA(PyTypeObject) PySTEntry_Type;68 #define PySTEntry_Check(op) (Py_TYPE(op) == &PySTEntry_Type)
55 if (PyType_Ready(&PySTEntry_Type) < 0) in init_symtable()
79 if (PyType_Ready(&PySTEntry_Type) < 0) in PyInit__symtable()
30 ste = PyObject_New(PySTEntryObject, &PySTEntry_Type); in ste_new()123 PyTypeObject PySTEntry_Type = { variable
48 ste = PyObject_New(PySTEntryObject, &PySTEntry_Type); in ste_new()137 PyTypeObject PySTEntry_Type = { variable
1129 "PySTEntry_Type"