MCPcopy Create free account
hub / github.com/sqlmapproject/sqlmap / __contains__

Method __contains__

thirdparty/bottle/bottle.py:2129–2130  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

2127 return hdict
2128
2129 def __contains__(self, name):
2130 return _hkey(name) in self._headers
2131
2132 def __delitem__(self, name):
2133 del self._headers[_hkey(name)]

Callers

nothing calls this directly

Calls 1

_hkeyFunction · 0.85

Tested by

no test coverage detected