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

Method reset

thirdparty/bottle/bottle.py:527–530  ·  view source on GitHub ↗

Forget any cached values. The next time :attr:`call` is accessed, all plugins are re-applied.

(self)

Source from the content-addressed store, hash-verified

525 return self._make_callback()
526
527 def reset(self):
528 """ Forget any cached values. The next time :attr:`call` is accessed,
529 all plugins are re-applied. """
530 self.__dict__.pop('call', None)
531
532 def prepare(self):
533 """ Do all on-demand work immediately (useful for debugging)."""

Callers 2

resetMethod · 0.45
_handleMethod · 0.45

Calls 1

popMethod · 0.45

Tested by

no test coverage detected