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

Class Compare

parser/src/ast.rs:696–701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

694// https://docs.python.org/3/library/ast.html#ast.Compare
695#[derive(Debug, Clone)]
696pub struct Compare {
697 pub node: Node,
698 pub left: Expression,
699 pub ops: Vec<ComparisonOperator>,
700 pub comparators: Vec<Expression>,
701}
702
703#[derive(Debug, Clone)]
704pub enum ComparisonOperator {

Callers 1

parse_comparisonMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected