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

Class IfExp

parser/src/ast.rs:801–806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

799// https://docs.python.org/3/library/ast.html#ast.IfExp
800#[derive(Debug, Clone)]
801pub struct IfExp {
802 pub node: Node,
803 pub test: Expression,
804 pub body: Expression,
805 pub orelse: Expression,
806}
807
808// https://docs.python.org/3/library/ast.html#ast.FormattedValue
809#[derive(Debug, Clone)]

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected