MCPcopy 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

8if 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_tokenFunction · 0.70

Calls 1

nextMethod · 0.80

Tested by

no test coverage detected