| 1 | // spell-checker:ignore unchunked |
| 2 | use crate::{ |
| 3 | AsObject, PyObject, PyObjectRef, PyResult, TryFromBorrowedObject, VirtualMachine, |
| 4 | anystr::{self, AnyStr, AnyStrContainer, AnyStrWrapper}, |
nothing calls this directly
no outgoing calls
no test coverage detected