MCPcopy
hub / github.com/pyload/pyload / __contains__

Method __contains__

module/lib/feedparser.py:364–365  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

362 return self.__setitem__(key, value)
363
364 def __contains__(self, key):
365 return self.__has_key(key)
366
367def zopeCompatibilityHack():
368 global FeedParserDict

Callers 2

__getitem__Method · 0.45
has_keyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected