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

Method parse_handler

pythonwhat/parsing.py:846–847  ·  view source on GitHub ↗
(handler)

Source from the content-addressed store, hash-verified

844
845 @staticmethod
846 def parse_handler(handler):
847 return {"node": handler.body, "target_vars": TargetVars([handler.name])}
848
849
850parser_dict = {

Callers 1

visit_TryMethod · 0.95

Calls 1

TargetVarsClass · 0.85

Tested by

no test coverage detected