Home
last modified time | relevance | path

Searched refs:PyBytesIter_Type (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Include/
H A Dbytesobject.h28 PyAPI_DATA(PyTypeObject) PyBytesIter_Type;
/third_party/python/Objects/
H A Dbytesobject.c3123 if (PyType_Ready(&PyBytesIter_Type) < 0) { in _PyBytes_InitTypes()
3233 PyTypeObject PyBytesIter_Type = { variable
3275 it = PyObject_GC_New(striterobject, &PyBytesIter_Type); in bytes_iter()
H A Dobject.c1866 &PyBytesIter_Type,
/third_party/python/PC/
H A Dpython3dll.c751 EXPORT_DATA(PyBytesIter_Type)
/third_party/python/Python/
H A Dspecialize.c2067 if (t == &PyBytesIter_Type) { in _PySpecialization_ClassifyIterator()

Completed in 11 milliseconds