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

Class MatchClass

parser/src/ast.rs:1048–1054  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1046
1047#[derive(Debug, Clone)]
1048pub struct MatchClass {
1049 pub node: Node,
1050 pub cls: Expression,
1051 pub patterns: Vec<MatchPattern>,
1052 pub kwd_attrs: Vec<String>,
1053 pub kwd_patterns: Vec<MatchPattern>,
1054}
1055
1056// https://docs.python.org/3/library/ast.html#ast-type-params
1057#[derive(Debug, Clone)]

Callers 1

parse_class_patternMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected