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

Class Tuple

parser/src/ast.rs:476–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474
475#[derive(Debug, Clone)]
476pub struct Tuple {
477 pub node: Node,
478 pub elements: Vec<Expression>,
479}
480
481#[derive(Debug, Clone)]
482pub struct Dict {

Callers 10

parse_for_statementMethod · 0.85
parse_expressionsMethod · 0.85
parse_target_listMethod · 0.85
parse_targetMethod · 0.85
parse_expressionMethod · 0.85
parse_expression_listMethod · 0.85
parse_slicesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected