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

Method get_options

lib/utils/api.py:166–167  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

164 return self.options[option]
165
166 def get_options(self):
167 return self.options
168
169 def reset_options(self):
170 self.options = AttribDict(self._original_options)

Callers 1

option_listFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected