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

Class Yield

parser/src/ast.rs:582–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580// https://docs.python.org/3/library/ast.html#ast.Yield
581#[derive(Debug, Clone)]
582pub struct Yield {
583 pub node: Node,
584 pub value: Option<Expression>,
585}
586
587// https://docs.python.org/3/library/ast.html#ast.YieldFrom
588#[derive(Debug, Clone)]

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected