Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
850
parser_dict = {
Callers
1
visit_Try
Method · 0.95
Calls
1
TargetVars
Class · 0.85
Tested by
no test coverage detected