Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/datacamp/pythonwhat
/ get_arg
Method
get_arg
pythonwhat/parsing.py:145–149 ·
view source on GitHub ↗
(el)
Source
from the content-addressed store, hash-verified
143
144
@staticmethod
145
def
get_arg(el):
146
if
el is None:
147
return
None
148
else
:
149
return
el.arg
150
151
@staticmethod
152
def
get_arg_tuples(arguments, defaults):
Callers
1
parse_node
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected