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

Method __init__

lib/core/option.py:428–429  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

426
427 class _(object):
428 def __init__(self):
429 self.__rest = OrderedSet()
430
431 def __iter__(self):
432 return self

Callers 1

_setHTTPHandlersFunction · 0.45

Calls 1

OrderedSetClass · 0.90

Tested by

no test coverage detected