(ctx: &Context)
| 430 | impl PyPayload for PyType { |
| 431 | #[inline] |
| 432 | fn class(ctx: &Context) -> &'static Py<PyType> { |
| 433 | ctx.types.type_type |
| 434 | } |
| 435 | } |
| 436 | |
| 437 | fn downcast_qualname(value: PyObjectRef, vm: &VirtualMachine) -> PyResult<PyRef<PyStr>> { |
no outgoing calls
no test coverage detected