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