Searched defs:PySTEntry_Type (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Python/
H A Dsymtable.c30 ste = PyObject_New(PySTEntryObject, &PySTEntry_Type);
123 PyTypeObject PySTEntry_Type = { variable
/external/python/cpython3/Python/
H A Dsymtable.c38 ste = PyObject_New(PySTEntryObject, &PySTEntry_Type);
128 PyTypeObject PySTEntry_Type = { variable

Completed in 112 milliseconds