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

Class Arg

parser/src/ast.rs:793–797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

791// https://docs.python.org/3/library/ast.html#ast.arg
792#[derive(Debug, Clone)]
793pub struct Arg {
794 pub node: Node,
795 pub arg: String,
796 pub annotation: Option<Expression>,
797}
798
799// https://docs.python.org/3/library/ast.html#ast.IfExp
800#[derive(Debug, Clone)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected