Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ iteritems
Function
iteritems
thirdparty/six/__init__.py:609–610 ·
view source on GitHub ↗
(d, **kw)
Source
from the content-addressed store, hash-verified
607
return
iter(d.values(**kw))
608
609
def
iteritems(d, **kw):
610
return
iter(d.items(**kw))
611
612
def
iterlists(d, **kw):
613
return
iter(d.lists(**kw))
Callers
nothing calls this directly
Calls
2
items
Method · 0.80
iteritems
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…