| 1 | use super::{PyStrInterned, PyStrRef, PyType, type_}; |
| 2 | use crate::{ |
| 3 | AsObject, Context, Py, PyObject, PyObjectRef, PyPayload, PyRef, PyResult, VirtualMachine, |
| 4 | class::PyClassImpl, |
nothing calls this directly
no outgoing calls
no test coverage detected