Home
last modified time | relevance | path

Searched refs:PyRange_Type (Results 1 – 7 of 7) 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/cpython2/Objects/
Drangeobject.c97 obj = PyObject_New(rangeobject, &PyRange_Type); in range_new()
185 PyTypeObject PyRange_Type = { variable
Dobject.c2110 if (PyType_Ready(&PyRange_Type) < 0) in _Py_ReadyTypes()
/external/python/cpython2/PC/os2vacpp/
Dpython.def55 PyRange_Type
/external/python/cpython2/PC/os2emx/
Dpython27.def502 "PyRange_Type"
/external/python/cpython2/Python/
Dbltinmodule.c2738 SETBUILTIN("xrange", &PyRange_Type); in _PyBuiltin_Init()
/external/python/cpython2/Doc/whatsnew/
D2.5.rst2198 range = PyObject_CallFunction((PyObject*) &PyRange_Type, "lll",