Searched refs:PyByteArrayIter_Type (Results 1 – 2 of 2) sorted by relevance
32 PyAPI_DATA(PyTypeObject) PyByteArrayIter_Type;
3015 PyTypeObject PyByteArrayIter_Type = { variable3057 it = PyObject_GC_New(bytesiterobject, &PyByteArrayIter_Type); in bytearray_iter()