MCPcopy
hub / github.com/pyload/pyload / filter

Method filter

module/lib/bottle.py:1668–1671  ·  view source on GitHub ↗
(self, names)

Source from the content-addressed store, hash-verified

1666 def get(self, key, default=None, index=-1):
1667 return MultiDict.get(self, _hkey(key), default, index)
1668 def filter(self, names):
1669 for name in map(_hkey, names):
1670 if name in self.dict:
1671 del self.dict[name]
1672
1673
1674class WSGIHeaderDict(DictMixin):

Callers 15

clearMethod · 0.80
EFunction · 0.80
KaFunction · 0.80
dFunction · 0.80
home.jsFile · 0.80
EFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected