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

Class SetComp

parser/src/ast.rs:617–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

615
616#[derive(Debug, Clone)]
617pub struct SetComp {
618 pub node: Node,
619 pub element: Expression,
620 pub generators: Vec<Comprehension>,
621}
622
623#[derive(Debug, Clone)]
624pub struct DictComp {

Callers 1

parse_setMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected