| 1 | use super::{PyCode, PyGenerator, PyGenericAlias, PyStrRef, PyType, PyTypeRef}; |
| 2 | use crate::{ |
| 3 | AsObject, Context, Py, PyObjectRef, PyPayload, PyRef, PyResult, VirtualMachine, |
| 4 | builtins::PyBaseExceptionRef, |
nothing calls this directly
no outgoing calls
no test coverage detected