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

Method __enter__

thirdparty/bottle/bottle.py:4169–4170  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4167 time.sleep(self.interval)
4168
4169 def __enter__(self):
4170 self.start()
4171
4172 def __exit__(self, exc_type, *_):
4173 if not self.status: self.status = 'exit' # silent exit

Callers

nothing calls this directly

Calls 1

startMethod · 0.80

Tested by

no test coverage detected