Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Denumobject.h11 PyAPI_DATA(PyTypeObject) PyReversed_Type;
/external/python/cpython2/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.c406 PyTypeObject PyReversed_Type = { variable
Dobject.c1787 INIT_TYPE(&PyReversed_Type, "reversed"); in _PyTypes_Init()
/external/python/cpython3/PC/
Dpython3.def504 PyReversed_Type=python39.PyReversed_Type DATA
/external/python/cpython2/PC/os2emx/
Dpython27.def292 "PyReversed_Type"
/external/python/cpython3/Python/
Dbltinmodule.c2828 SETBUILTIN("reversed", &PyReversed_Type); in _PyBuiltin_Init()
/external/python/cpython3/Tools/c-analyzer/
DTODO713 Objects/enumobject.c:PyReversed_Type PyTypeObject PyReversed_Type
Dknown.tsv1535 Objects/enumobject.c - PyReversed_Type variable PyTypeObject PyReversed_Type
/external/python/cpython2/Python/
Dbltinmodule.c2741 SETBUILTIN("reversed", &PyReversed_Type); in _PyBuiltin_Init()