Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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)]
229
pub(crate) struct PyAsyncGenWrappedValue(pub PyObjectRef);
230
231
unsafe impl Traverse for PyAsyncGenWrappedValue {
232
fn traverse(&self, tracer_fn: &mut TraverseFn<'_>) {
Callers
1
call_intrinsic_1
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected