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

Method __getstate__

lib/core/bigarray.py:219–225  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

217 raise SqlmapSystemException(errMsg)
218
219 def __getstate__(self):
220 if self.cache and self.cache.dirty:
221 filename = self._dump(self.cache.data)
222 self.chunks[self.cache.index] = filename
223 self.cache.dirty = False
224
225 return self.chunks, self.filenames, self.chunk_length
226
227 def __setstate__(self, state):
228 self.__init__()

Callers 1

__reduce__Method · 0.95

Calls 1

_dumpMethod · 0.95

Tested by

no test coverage detected