MCPcopy Index your code
hub / github.com/RustPython/RustPython / asyncgenerator.rs

File asyncgenerator.rs

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

Source from the content-addressed store, hash-verified

1use super::{PyCode, PyGenerator, PyGenericAlias, PyStrRef, PyType, PyTypeRef};
2use crate::{
3 AsObject, Context, Py, PyObjectRef, PyPayload, PyRef, PyResult, VirtualMachine,
4 builtins::PyBaseExceptionRef,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected