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

Class Await

parser/src/ast.rs:689–692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

687// https://docs.python.org/3/library/ast.html#ast.Await
688#[derive(Debug, Clone)]
689pub struct Await {
690 pub node: Node,
691 pub value: Expression,
692}
693
694// https://docs.python.org/3/library/ast.html#ast.Compare
695#[derive(Debug, Clone)]

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected