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

Class ListComp

parser/src/ast.rs:610–614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

608
609#[derive(Debug, Clone)]
610pub struct ListComp {
611 pub node: Node,
612 pub element: Expression,
613 pub generators: Vec<Comprehension>,
614}
615
616#[derive(Debug, Clone)]
617pub struct SetComp {

Callers 1

parse_listMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected