Searched refs:PyEllipsis_Type (Results 1 – 3 of 3) sorted by relevance
28 PyAPI_DATA(PyTypeObject) PyEllipsis_Type;
25 PyTypeObject PyEllipsis_Type = { variable50 1, &PyEllipsis_Type
2198 if (PyType_Ready(&PyEllipsis_Type) < 0) in _Py_ReadyTypes()