Searched refs:PySTEntry_Type (Results 1 – 10 of 10) sorted by relevance
49 PyAPI_DATA(PyTypeObject) PySTEntry_Type;51 #define PySTEntry_Check(op) (Py_TYPE(op) == &PySTEntry_Type)
78 extern PyTypeObject PySTEntry_Type;80 #define PySTEntry_Check(op) Py_IS_TYPE(op, &PySTEntry_Type)
55 if (PyType_Ready(&PySTEntry_Type) < 0) in init_symtable()
73 return PyType_Ready(&PySTEntry_Type); in symtable_init_stentry_type()
30 ste = PyObject_New(PySTEntryObject, &PySTEntry_Type); in ste_new()123 PyTypeObject PySTEntry_Type = { variable
1129 "PySTEntry_Type"
69 ste = PyObject_New(PySTEntryObject, &PySTEntry_Type); in ste_new()163 PyTypeObject PySTEntry_Type = { variable
1864 INIT_TYPE(PySTEntry_Type); in _PyTypes_Init()
912 Python/symtable.c:PySTEntry_Type PyTypeObject PySTEntry_Type
18084 …<var-decl name='PySTEntry_Type' type-id='type-id-149' visibility='default' filepath='./Include/int…