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

Method __init__

thirdparty/clientform/clientform.py:1417–1420  ·  view source on GitHub ↗
(self, type, name, attrs, index=None)

Source from the content-addressed store, hash-verified

1415 """
1416
1417 def __init__(self, type, name, attrs, index=None):
1418 ScalarControl.__init__(self, type, name, attrs, index)
1419 self._value = None
1420 self._upload_data = []
1421
1422 def is_of_kind(self, kind): return kind == "file"
1423

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected