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

Method __next__

lib/core/option.py:434–435  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

432 return self
433
434 def __next__(self):
435 return self.next()
436
437 def next(self):
438 try:

Callers 1

nextMethod · 0.45

Calls 1

nextMethod · 0.95

Tested by

no test coverage detected