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

Method __init__

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

Source from the content-addressed store, hash-verified

2496
2497 """
2498 def __init__(self, type, name, attrs, index=None):
2499 SubmitControl.__init__(self, type, name, attrs, index)
2500 self.readonly = False
2501
2502 def _totally_ordered_pairs(self):
2503 clicked = self._clicked

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected