Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ keys
Method
keys
Lib/idlelib/debugobj.py:81–82 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
79
def
IsExpandable(self):
80
return
len(self.object) > 0
81
def
keys(self):
82
return
range(len(self.object))
83
def
GetSubList(self):
84
sublist = []
85
for
key in self.keys():
Callers
2
GetSubList
Method · 0.95
test_keys
Method · 0.95
Calls
no outgoing calls
Tested by
1
test_keys
Method · 0.76