Home
last modified time | relevance | path

Searched refs:PyEllipsis_Type (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Dsliceobject.h28 PyAPI_DATA(PyTypeObject) PyEllipsis_Type;
/external/python/cpython2/Objects/
Dsliceobject.c25 PyTypeObject PyEllipsis_Type = { variable
50 1, &PyEllipsis_Type
Dobject.c2198 if (PyType_Ready(&PyEllipsis_Type) < 0) in _Py_ReadyTypes()