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

Method __reduce__

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

Source from the content-addressed store, hash-verified

165 raise ValueError("%s is not in list" % value)
166
167 def __reduce__(self):
168 return (self.__class__, (), self.__getstate__())
169
170 def close(self):
171 with self._lock:

Callers

nothing calls this directly

Calls 1

__getstate__Method · 0.95

Tested by

no test coverage detected