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

Method __setitem__

thirdparty/bottle/bottle.py:2138–2139  ·  view source on GitHub ↗
(self, name, value)

Source from the content-addressed store, hash-verified

2136 return self._headers[_hkey(name)][-1]
2137
2138 def __setitem__(self, name, value):
2139 self._headers[_hkey(name)] = [_hval(value)]
2140
2141 def get_header(self, name, default=None):
2142 """ Return the value of a previously defined header. If there is no

Callers

nothing calls this directly

Calls 2

_hkeyFunction · 0.85
_hvalFunction · 0.85

Tested by

no test coverage detected