Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/webpy/webpy
/ iterkeys
Method
iterkeys
web/utils.py:1316–1320 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1314
return
self.__dict__.keys()
1315
1316
def
iterkeys(self):
1317
try
:
1318
return
iterkeys(self.__dict__)
1319
except
NameError:
1320
return
self.__dict__.keys()
1321
1322
iter = iterkeys
1323
Callers
nothing calls this directly
Calls
1
keys
Method · 0.45
Tested by
no test coverage detected