Home
last modified time | relevance | path

Searched refs:PyByteArrayIter_Type (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dbytearrayobject.h32 PyAPI_DATA(PyTypeObject) PyByteArrayIter_Type;
/external/python/cpython2/Objects/
Dbytearrayobject.c3015 PyTypeObject PyByteArrayIter_Type = { variable
3057 it = PyObject_GC_New(bytesiterobject, &PyByteArrayIter_Type); in bytearray_iter()