MCPcopy 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))
97else:
98 unicode = unicode
99 xrange = xrange

Callers

nothing calls this directly

Calls 2

iterkeysFunction · 0.85
keysMethod · 0.80

Tested by

no test coverage detected