MCPcopy 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

itemsMethod · 0.80
iteritemsMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…