Home
last modified time | relevance | path

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

/third_party/python/Include/
Drangeobject.h18 PyAPI_DATA(PyTypeObject) PyRange_Type;
22 #define PyRange_Check(op) Py_IS_TYPE(op, &PyRange_Type)
/third_party/python/Objects/
Drangeobject.c718 PyTypeObject PyRange_Type = { variable
811 range = (PyObject*)make_range_object(&PyRange_Type, in rangeiter_reduce()
960 range = (PyObject*)make_range_object(&PyRange_Type, in longrangeiter_reduce()
Dobject.c1852 INIT_TYPE(PyRange_Type); in _PyTypes_Init()
/third_party/python/Doc/data/
Dstable_abi.dat524 var,PyRange_Type,3.2,
/third_party/python/PC/
Dpython3dll.c840 EXPORT_DATA(PyRange_Type)
/third_party/python/Misc/
Dstable_abi.txt1129 data PyRange_Type
/third_party/python/Python/
Dbltinmodule.c3029 SETBUILTIN("range", &PyRange_Type); in _PyBuiltin_Init()
/third_party/python/Tools/c-analyzer/
DTODO877 Objects/rangeobject.c:PyRange_Type PyTypeObject PyRange_Type
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1632 Objects/rangeobject.c - PyRange_Type -
/third_party/python/Doc/whatsnew/
D2.5.rst2199 range = PyObject_CallFunction((PyObject*) &PyRange_Type, "lll",