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

Method __init__

lib/utils/api.py:130–136  ·  view source on GitHub ↗
(self, taskid, remote_addr)

Source from the content-addressed store, hash-verified

128
129class Task(object):
130 def __init__(self, taskid, remote_addr):
131 self.remote_addr = remote_addr
132 self.process = None
133 self.output_directory = None
134 self.options = None
135 self._original_options = None
136 self.initialize_options(taskid)
137
138 def initialize_options(self, taskid):
139 datatype = {"boolean": False, "string": None, "integer": None, "float": None}

Callers

nothing calls this directly

Calls 1

initialize_optionsMethod · 0.95

Tested by

no test coverage detected