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

Class DictComp

parser/src/ast.rs:624–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

622
623#[derive(Debug, Clone)]
624pub struct DictComp {
625 pub node: Node,
626 pub key: Expression,
627 pub value: Expression,
628 pub generators: Vec<Comprehension>,
629}
630
631// https://docs.python.org/3/library/ast.html#ast.comprehension
632#[derive(Debug, Clone)]

Callers 1

parse_dictMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected