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

Method __delitem__

thirdparty/bottle/bottle.py:2638–2639  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

2636 return _hkey(key) in self.dict
2637
2638 def __delitem__(self, key):
2639 del self.dict[_hkey(key)]
2640
2641 def __getitem__(self, key):
2642 return self.dict[_hkey(key)][-1]

Callers

nothing calls this directly

Calls 1

_hkeyFunction · 0.85

Tested by

no test coverage detected