MCPcopy Create free account
hub / github.com/Glyphack/enderpy / AsyncWith

Class AsyncWith

parser/src/ast.rs:878–882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

876// https://docs.python.org/3/library/ast.html#ast.AsyncWith
877#[derive(Debug, Clone)]
878pub struct AsyncWith {
879 pub node: Node,
880 pub items: Vec<WithItem>,
881 pub body: Vec<Statement>,
882}
883
884// https://docs.python.org/3/library/ast.html#ast.withitem
885// can be used for With

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected