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

Method visit_each

pythonwhat/parsing.py:128–130  ·  view source on GitHub ↗
(self, lst)

Source from the content-addressed store, hash-verified

126 # the visit_Module function body.
127
128 def visit_each(self, lst):
129 for el in lst:
130 self.visit(el)
131
132 @staticmethod
133 def get_target_vars(target):

Callers 8

visit_CompareMethod · 0.80
visit_AssignMethod · 0.80
visit_IfMethod · 0.80
visit_WhileMethod · 0.80
visit_ForMethod · 0.80
visit_WithMethod · 0.80
visit_TryMethod · 0.80
visit_CompareMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected