Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlmapproject/sqlmap
/ iterkeys
Function
iterkeys
thirdparty/six/__init__.py:603–604 ·
view source on GitHub ↗
(d, **kw)
Source
from the content-addressed store, hash-verified
601
602
if
PY3:
603
def
iterkeys(d, **kw):
604
return
iter(d.keys(**kw))
605
606
def
itervalues(d, **kw):
607
return
iter(d.values(**kw))
Callers
nothing calls this directly
Calls
2
iterkeys
Method · 0.80
keys
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…