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

Class Lambda

parser/src/ast.rs:719–723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717// https://docs.python.org/3/library/ast.html#ast.Lambda
718#[derive(Debug, Clone)]
719pub struct Lambda {
720 pub node: Node,
721 pub args: Arguments,
722 pub body: Expression,
723}
724
725// https://docs.python.org/3/library/ast.html#ast.arguments
726#[derive(Debug, Clone)]

Callers 1

parse_expressionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected