MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / next

Method next

thirdparty/six/__init__.py:586–587  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

584 class Iterator(object):
585
586 def next(self):
587 return type(self).__next__(self)
588
589 callable = callable
590_add_doc(get_unbound_function,

Callers 1

advance_iteratorFunction · 0.45

Calls 1

__next__Method · 0.45

Tested by

no test coverage detected