Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ keys
Function
keys
pydevd_attach_to_process/winappdbg/compat.py:95–96 ·
view source on GitHub ↗
(d, **kw)
Source
from the content-addressed store, hash-verified
93
return
iter(d.lists(**kw))
94
95
def
keys(d, **kw):
96
return
list(iterkeys(d, **kw))
97
else
:
98
unicode = unicode
99
xrange = xrange
Callers
nothing calls this directly
Calls
2
iterkeys
Function · 0.85
keys
Method · 0.80
Tested by
no test coverage detected