| 1 | //! Implementation of the python bytearray object. |
| 2 | use super::{ |
| 3 | PositionIterInternal, PyBytes, PyBytesRef, PyDictRef, PyGenericAlias, PyIntRef, PyStrRef, |
| 4 | PyTuple, PyTupleRef, PyType, PyTypeRef, iter::builtins_iter, |
nothing calls this directly
no test coverage detected