MCPcopy Index your code
hub / github.com/datacamp/pythonwhat / visit_Compare

Method visit_Compare

pythonwhat/parsing.py:547–548  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

545 self.visit(node.value)
546
547 def visit_Compare(self, node):
548 self.visit_each(node.comparators)
549
550 def visit_UnaryOp(self, node):
551 self.visit(node.operand)

Callers

nothing calls this directly

Calls 1

visit_eachMethod · 0.80

Tested by

no test coverage detected