Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ __init__
Method
__init__
thirdparty/clientform/clientform.py:1600–1602 ·
view source on GitHub ↗
(self, type, name, attrs, index=None)
Source
from the content-addressed store, hash-verified
1598
1599
""
"
1600
def
__init__(self, type, name, attrs, index=None):
1601
ScalarControl.__init__(self, type, name, attrs, index)
1602
self._value = None
1603
1604
def
is_of_kind(self, kind):
return
False
1605
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected