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

Method __init__

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

Source from the content-addressed store, hash-verified

2457
2458 """
2459 def __init__(self, type, name, attrs, index=None):
2460 ScalarControl.__init__(self, type, name, attrs, index)
2461 # IE5 defaults SUBMIT value to "Submit Query"; Firebird 0.6 leaves it
2462 # blank, Konqueror 3.1 defaults to "Submit". HTML spec. doesn't seem
2463 # to define this.
2464 if self.value is None and not self.disabled and not self.readonly: self.value = ""
2465 self.readonly = True
2466
2467 def get_labels(self):
2468 res = []

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected