| 1 | use super::{genericalias, type_}; |
| 2 | use crate::common::lock::LazyLock; |
| 3 | use crate::{ |
| 4 | AsObject, Context, Py, PyObject, PyObjectRef, PyPayload, PyRef, PyResult, VirtualMachine, |
nothing calls this directly
no outgoing calls
no test coverage detected