Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ iterkeys
Function
iterkeys
pydevd_attach_to_process/winappdbg/compat.py:75–78 ·
view source on GitHub ↗
(d, **kw)
Source
from the content-addressed store, hash-verified
73
bytes = bytes
74
75
def
iterkeys(d, **kw):
76
if
hasattr(d,
"iterkeys"
):
77
return
iter(d.iterkeys(**kw))
78
return
iter(d.keys(**kw))
79
80
def
itervalues(d, **kw):
81
if
hasattr(d,
"itervalues"
):
Callers
1
keys
Function · 0.85
Calls
2
keys
Method · 0.80
iterkeys
Method · 0.45
Tested by
no test coverage detected