Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlmapproject/sqlmap
/ __init__
Method
__init__
thirdparty/bottle/bottle.py:2484–2485 ·
view source on GitHub ↗
(self, *a, **k)
Source
from the content-addressed store, hash-verified
2482
""
"
2483
2484
def
__init__(self, *a, **k):
2485
self.dict = dict((k, [v])
for
(k, v) in dict(*a, **k).items())
2486
2487
def
__len__(self):
2488
return
len(self.dict)
Callers
nothing calls this directly
Calls
1
items
Method · 0.80
Tested by
no test coverage detected