Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ replace
Method
replace
thirdparty/bottle/bottle.py:2650–2651 ·
view source on GitHub ↗
(self, key, value)
Source
from the content-addressed store, hash-verified
2648
self.dict.setdefault(_hkey(key), []).append(_hval(value))
2649
2650
def
replace(self, key, value):
2651
self.dict[_hkey(key)] = [_hval(value)]
2652
2653
def
getall(self, key):
2654
return
self.dict.get(_hkey(key)) or []
Callers
nothing calls this directly
Calls
2
_hkey
Function · 0.85
_hval
Function · 0.85
Tested by
no test coverage detected