Searched refs:PyByteArrayIter_Type (Results 1 – 4 of 4) sorted by relevance
32 PyAPI_DATA(PyTypeObject) PyByteArrayIter_Type;
3002 PyTypeObject PyByteArrayIter_Type = { variable3044 it = PyObject_GC_New(bytesiterobject, &PyByteArrayIter_Type); in bytearray_iter()
2994 PyTypeObject PyByteArrayIter_Type = { variable3036 it = PyObject_GC_New(bytesiterobject, &PyByteArrayIter_Type); in bytearray_iter()