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

Method initCursor

plugins/generic/connector.py:45–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 self.cursor = None
44
45 def initCursor(self):
46 self.cursor = self.connector.cursor()
47
48 def close(self):
49 try:

Callers 15

connectMethod · 0.95
connectMethod · 0.95
connectMethod · 0.95
connectMethod · 0.95
connectMethod · 0.95
connectMethod · 0.95
connectMethod · 0.95
connectMethod · 0.95
connectMethod · 0.95
connectMethod · 0.95
connectMethod · 0.95
connectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected