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

Class YieldFrom

parser/src/ast.rs:589–592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587// https://docs.python.org/3/library/ast.html#ast.YieldFrom
588#[derive(Debug, Clone)]
589pub struct YieldFrom {
590 pub node: Node,
591 pub value: Expression,
592}
593
594// https://docs.python.org/3/library/ast.html#ast.Starred
595#[derive(Debug, Clone)]

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected