Searched refs:PySTEntry_Type (Results 1 – 5 of 5) 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
1854 INIT_TYPE(PySTEntry_Type); in _PyTypes_Init()
912 Python/symtable.c:PySTEntry_Type PyTypeObject PySTEntry_Type