Searched refs:PySTEntry_Type (Results 1 – 6 of 6) sorted by relevance
78 extern PyTypeObject PySTEntry_Type;80 #define PySTEntry_Check(op) Py_IS_TYPE(op, &PySTEntry_Type)
73 return PyType_Ready(&PySTEntry_Type); in symtable_init_stentry_type()
69 ste = PyObject_New(PySTEntryObject, &PySTEntry_Type); in ste_new()163 PyTypeObject PySTEntry_Type = { variable
1922 &PySTEntry_Type,
860 Python/symtable.c:PySTEntry_Type PyTypeObject PySTEntry_Type
124 Python/symtable.c - PySTEntry_Type -