MCPcopy Create free account
hub / github.com/datacamp/pythonwhat / visit_FunctionDef

Method visit_FunctionDef

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

Source from the content-addressed store, hash-verified

617 self.out = {}
618
619 def visit_FunctionDef(self, node):
620 self.out[node.name] = self.parse_node(node)
621
622 @classmethod
623 def parse_node(cls, node):

Callers

nothing calls this directly

Calls 1

parse_nodeMethod · 0.95

Tested by

no test coverage detected