Searched refs:PyByteArrayIter_Type (Results 1 – 5 of 5) sorted by relevance
32 PyAPI_DATA(PyTypeObject) PyByteArrayIter_Type;
35 PyAPI_DATA(PyTypeObject) PyByteArrayIter_Type;
15 PyByteArrayIter_Type=python37.PyByteArrayIter_Type DATA
2380 PyTypeObject PyByteArrayIter_Type = { variable2422 it = PyObject_GC_New(bytesiterobject, &PyByteArrayIter_Type); in bytearray_iter()
3027 PyTypeObject PyByteArrayIter_Type = { variable3069 it = PyObject_GC_New(bytesiterobject, &PyByteArrayIter_Type); in bytearray_iter()