Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_inherit
Method · 0.85
__init__
Method · 0.85
__repr__
Method · 0.85
attr
Function · 0.85
_parse_signature
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected