Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_lines
Function · 0.85
max
Function · 0.85
find_first_str
Function · 0.85
_cast
Method · 0.85
__next__
Method · 0.85
yield_delegate_fix.py
File · 0.85
aritprog_float_error.py
File · 0.85
render_lines
Function · 0.85
render_lines
Function · 0.85
Calls
1
next
Method · 0.45
Tested by
no test coverage detected