Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Drangeobject.h18 PyAPI_DATA(PyTypeObject) PyRange_Type;
22 #define PyRange_Check(op) Py_IS_TYPE((op), &PyRange_Type)
/external/python/cpython3/Objects/
Drangeobject.c767 PyTypeObject PyRange_Type = { variable
853 range = (PyObject*)make_range_object(&PyRange_Type, in rangeiter_reduce()
1000 range = (PyObject*)make_range_object(&PyRange_Type, in longrangeiter_reduce()
Dobject.c2301 &PyRange_Type,
Dtypeobject.c10893 && type != &PyRange_Type in expect_manually_inherited()
10928 || type == &PyRange_Type in expect_manually_inherited()
/external/python/cpython3/Tools/c-analyzer/cpython/
Dglobals-to-fix.tsv83 Objects/rangeobject.c - PyRange_Type -
/external/python/cpython3/PC/
Dpython3dll.c902 EXPORT_DATA(PyRange_Type)
/external/python/cpython3/Doc/data/
Dstable_abi.dat566 data,PyRange_Type,3.2,,
Dpython3.13.abi1608 …<elf-symbol name='PyRange_Type' size='416' type='object-type' binding='global-binding' visibility=…
9514PyRange_Type' type-id='type-id-266' mangled-name='PyRange_Type' visibility='default' filepath='./I…
/external/python/cpython3/Tools/c-analyzer/
DTODO824 Objects/rangeobject.c:PyRange_Type PyTypeObject PyRange_Type
/external/python/cpython3/Python/
Dbltinmodule.c3183 SETBUILTIN("range", &PyRange_Type); in _PyBuiltin_Init()
/external/python/cpython3/Misc/
Dstable_abi.toml1234 [data.PyRange_Type]
/external/python/cpython3/Doc/whatsnew/
D2.5.rst2199 range = PyObject_CallFunction((PyObject*) &PyRange_Type, "lll",