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

Method __init__

lib/utils/har.py:32–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30
31class HTTPCollector(object):
32 def __init__(self):
33 self.messages = BigArray()
34 self.extendedArguments = {}
35
36 def setExtendedArguments(self, arguments):
37 self.extendedArguments = arguments

Callers

nothing calls this directly

Calls 1

BigArrayClass · 0.90

Tested by

no test coverage detected