MCPcopy 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
602if 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

iterkeysMethod · 0.80
keysMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…