Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlmapproject/sqlmap
/ __delitem__
Method
__delitem__
thirdparty/bottle/bottle.py:2132–2133 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
2130
return
_hkey(name) in self._headers
2131
2132
def
__delitem__(self, name):
2133
del self._headers[_hkey(name)]
2134
2135
def
__getitem__(self, name):
2136
return
self._headers[_hkey(name)][-1]
Callers
nothing calls this directly
Calls
1
_hkey
Function · 0.85
Tested by
no test coverage detected