Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aboutcode-org/scancode-toolkit
/ __iter__
Method
__iter__
src/commoncode/resource.py:1054–1055 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1052
yield
root
1053
1054
def
__iter__(self):
1055
yield
from
self.walk()
1056
1057
def
walk_filtered(self, topdown=True, skip_root=False):
1058
""
"
Callers
nothing calls this directly
Calls
1
walk
Method · 0.95
Tested by
no test coverage detected