Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/datacamp/pythonwhat
/ NodeList
Class
NodeList
pythonwhat/probe.py:166–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
165
166
class
NodeList(Node):
167
def
partial(self):
168
return
[node.partial()
for
node in self.child_list]
169
170
def
update_child_calls(self):
171
pass
172
173
174
class
Probe(object):
Callers
1
build_sub_test_nodes
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected