Home
last modified time | relevance | path

Searched refs:PyReversed_Type (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython2/Include/
Denumobject.h11 PyAPI_DATA(PyTypeObject) PyReversed_Type;
/external/python/cpython3/Include/
Denumobject.h11 PyAPI_DATA(PyTypeObject) PyReversed_Type;
/external/python/cpython3/Objects/clinic/
Denumobject.c.h67 if ((type == &PyReversed_Type) && in reversed_new()
/external/python/cpython2/Objects/
Denumobject.c236 if (type == &PyReversed_Type && !_PyArg_NoKeywords("reversed()", kwds)) in reversed_new()
345 PyTypeObject PyReversed_Type = { variable
Dobject.c2167 if (PyType_Ready(&PyReversed_Type) < 0) in _Py_ReadyTypes()
/external/python/cpython3/Objects/
Denumobject.c436 PyTypeObject PyReversed_Type = { variable
Dobject.c1863 INIT_TYPE(PyReversed_Type); in _PyTypes_Init()
/external/python/cpython2/PC/os2emx/
Dpython27.def292 "PyReversed_Type"
/external/python/cpython3/Doc/data/
Dstable_abi.dat525 var,PyReversed_Type,3.2,
Dpython3.10.abi1561 …<elf-symbol name='PyReversed_Type' size='408' type='object-type' binding='global-binding' visibili…
7743PyReversed_Type' type-id='type-id-149' mangled-name='PyReversed_Type' visibility='default' filepat…
/external/python/cpython3/PC/
Dpython3dll.c842 EXPORT_DATA(PyReversed_Type)
/external/python/cpython3/Misc/
Dstable_abi.txt1131 data PyReversed_Type
/external/python/cpython3/Python/
Dbltinmodule.c3030 SETBUILTIN("reversed", &PyReversed_Type); in _PyBuiltin_Init()
/external/python/cpython3/Tools/c-analyzer/
DTODO708 Objects/enumobject.c:PyReversed_Type PyTypeObject PyReversed_Type
/external/python/cpython2/Python/
Dbltinmodule.c2741 SETBUILTIN("reversed", &PyReversed_Type); in _PyBuiltin_Init()
/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv1623 Objects/enumobject.c - PyReversed_Type -