Home
last modified time | relevance | path

Searched refs:PyRange_Type (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Include/
Drangeobject.h21 PyAPI_DATA(PyTypeObject) PyRange_Type;
23 #define PyRange_Check(op) (Py_TYPE(op) == &PyRange_Type)
/external/python/cpython3/Include/
Drangeobject.h18 PyAPI_DATA(PyTypeObject) PyRange_Type;
22 #define PyRange_Check(op) (Py_TYPE(op) == &PyRange_Type)
/external/python/cpython2/Objects/
Drangeobject.c97 obj = PyObject_New(rangeobject, &PyRange_Type); in range_new()
185 PyTypeObject PyRange_Type = { variable
Dobject.c2115 if (PyType_Ready(&PyRange_Type) < 0) in _Py_ReadyTypes()
/external/python/cpython3/Objects/
Drangeobject.c666 PyTypeObject PyRange_Type = { variable
758 range = (PyObject*)make_range_object(&PyRange_Type, in rangeiter_reduce()
914 range = (PyObject*)make_range_object(&PyRange_Type, in longrangeiter_reduce()
Dobject.c1780 if (PyType_Ready(&PyRange_Type) < 0) in _Py_ReadyTypes()
/external/python/cpython2/PC/os2vacpp/
Dpython.def55 PyRange_Type
/external/python/cpython3/PC/
Dpython3.def501 PyRange_Type=python37.PyRange_Type DATA
/external/python/cpython2/PC/os2emx/
Dpython27.def502 "PyRange_Type"
/external/python/cpython3/Python/
Dbltinmodule.c2846 SETBUILTIN("range", &PyRange_Type); in _PyBuiltin_Init()
/external/python/cpython2/Python/
Dbltinmodule.c2749 SETBUILTIN("xrange", &PyRange_Type); in _PyBuiltin_Init()
/external/python/cpython2/Doc/whatsnew/
D2.5.rst2198 range = PyObject_CallFunction((PyObject*) &PyRange_Type, "lll",
/external/python/cpython3/Doc/whatsnew/
D2.5.rst2199 range = PyObject_CallFunction((PyObject*) &PyRange_Type, "lll",