Home
last modified time | relevance | path

Searched refs:PyEllipsis_Type (Results 1 – 8 of 8) 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.c2203 if (PyType_Ready(&PyEllipsis_Type) < 0) in _Py_ReadyTypes()
/external/python/cpython3/Include/
Dsliceobject.h29 PyAPI_DATA(PyTypeObject) PyEllipsis_Type;
/external/python/cpython3/Objects/
Dsliceobject.c49 PyTypeObject PyEllipsis_Type = { variable
92 1, &PyEllipsis_Type
Dobject.c1882 if (PyType_Ready(&PyEllipsis_Type) < 0) in _Py_ReadyTypes()
/external/python/cpython3/PC/
Dpython3.def115 PyEllipsis_Type=python37.PyEllipsis_Type DATA
/external/python/cpython3/Modules/
D_pickle.c3567 else if (obj == (PyObject *)&PyEllipsis_Type) { in save_type()