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

Method visit_Compare

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

Source from the content-addressed store, hash-verified

297 self.visit(node.value)
298
299 def visit_Compare(self, node):
300 self.visit(node.left)
301 self.visit_each(node.comparators)
302
303 def visit_UnaryOp(self, node):
304 self.visit(node.operand)

Callers

nothing calls this directly

Calls 1

visit_eachMethod · 0.80

Tested by

no test coverage detected