Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ next
Function
next
tools/npy_tempita/compat3.py:10–11 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
8
if
sys.version_info[0] < 3:
9
10
def
next(obj):
11
return
obj.next()
12
13
def
iteritems(d, **kw):
14
return
d.iteritems(**kw)
Callers
1
get_token
Function · 0.70
Calls
1
next
Method · 0.80
Tested by
no test coverage detected