Home
last modified time | relevance | path

Searched refs:PyBytesIter_Type (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/
Dbytesobject.h45 PyAPI_DATA(PyTypeObject) PyBytesIter_Type;
/external/python/cpython3/PC/
Dpython3.def23 PyBytesIter_Type=python37.PyBytesIter_Type DATA
/external/python/cpython2/Objects/
Dbytesobject.c3103 PyTypeObject PyBytesIter_Type = { variable
3145 it = PyObject_GC_New(striterobject, &PyBytesIter_Type); in bytes_iter()
/external/python/cpython3/Objects/
Dbytesobject.c3148 PyTypeObject PyBytesIter_Type = { variable
3190 it = PyObject_GC_New(striterobject, &PyBytesIter_Type); in bytes_iter()