MCPcopy Index your code
hub / github.com/fluentpython/example-code-2e / next

Function next

21-async/mojifinder/bottle.py:117–117  ·  view source on GitHub ↗
(it)

Source from the content-addressed store, hash-verified

115 warnings.warn(msg, DeprecationWarning)
116 from UserDict import DictMixin
117 def next(it): return it.next()
118 bytes = str
119 else: # 2.6, 2.7
120 from collections import MutableMapping as DictMixin

Callers 9

render_linesFunction · 0.85
maxFunction · 0.85
find_first_strFunction · 0.85
_castMethod · 0.85
__next__Method · 0.85
render_linesFunction · 0.85
render_linesFunction · 0.85

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected