MCPcopy Index your code
hub / github.com/RustPython/RustPython / PyAsyncGenWrappedValue

Class PyAsyncGenWrappedValue

crates/vm/src/builtins/asyncgenerator.rs:229–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227)]
228#[derive(Debug)]
229pub(crate) struct PyAsyncGenWrappedValue(pub PyObjectRef);
230
231unsafe impl Traverse for PyAsyncGenWrappedValue {
232 fn traverse(&self, tracer_fn: &mut TraverseFn<'_>) {

Callers 1

call_intrinsic_1Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected