Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
class
Node(object):
Callers
nothing calls this directly
Calls
1
descend
Method · 0.95
Tested by
no test coverage detected