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

Method __iter__

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

Source from the content-addressed store, hash-verified

81 return sum(children, base)
82
83 def __iter__(self):
84 for ii in self.descend(self.crnt_node):
85 yield ii
86
87
88class Node(object):

Callers

nothing calls this directly

Calls 1

descendMethod · 0.95

Tested by

no test coverage detected