| 1 | // spell-checker:ignore typevarobject funcobj typevartuples |
| 2 | use crate::{ |
| 3 | Context, PyResult, VirtualMachine, builtins::pystr::AsPyStr, class::PyClassImpl, |
| 4 | function::IntoFuncArgs, |
nothing calls this directly
no outgoing calls
no test coverage detected