MCPcopy Create free account
hub / github.com/numpy/numpy / iteritems

Function iteritems

tools/npy_tempita/compat3.py:13–14  ·  view source on GitHub ↗
(d, **kw)

Source from the content-addressed store, hash-verified

11 return obj.next()
12
13 def iteritems(d, **kw):
14 return d.iteritems(**kw)
15
16 b = bytes = str
17 basestring_ = basestring

Callers 5

_interpret_inheritMethod · 0.85
__init__Method · 0.85
__repr__Method · 0.85
attrFunction · 0.85
_parse_signatureMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected