Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ advance_iterator
Function
advance_iterator
thirdparty/six/__init__.py:552–553 ·
view source on GitHub ↗
(it)
Source
from the content-addressed store, hash-verified
550
advance_iterator = next
551
except
NameError:
552
def
advance_iterator(it):
553
return
it.next()
554
next = advance_iterator
555
556
Callers
nothing calls this directly
Calls
1
next
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…