Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ iterkeys
Method
iterkeys
service/settings.py:121–122 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
119
return
self.info.__iter__()
120
121
def
iterkeys(self):
122
return
iter(self.info.keys())
123
124
def
itervalues(self):
125
return
iter(self.info.values())
Callers
nothing calls this directly
Calls
1
keys
Method · 0.45
Tested by
no test coverage detected