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

Method partial

pythonwhat/probe.py:167–168  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

165
166class 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

Callers

nothing calls this directly

Calls 1

partialMethod · 0.45

Tested by

no test coverage detected