MCPcopy Index your code
hub / github.com/pyload/pyload / dict

Function dict

module/lib/feedparser.py:276–280  ·  view source on GitHub ↗
(aList)

Source from the content-addressed store, hash-verified

274 # Python 2.1 does not have dict
275 from UserDict import UserDict
276 def dict(aList):
277 rc = {}
278 for k, v in aList:
279 rc[k] = v
280 return rc
281
282class FeedParserDict(UserDict):
283 keymap = {'channel': 'feed',

Callers 15

remove_charsFunction · 0.85
getAllInfoMethod · 0.85
getInfoMethod · 0.85
myurlencodeFunction · 0.85
unknown_starttagMethod · 0.85
normalize_attrsMethod · 0.85
unknown_starttagMethod · 0.85
_stripDoctypeFunction · 0.85
parseFunction · 0.85
_contextMethod · 0.85
copyMethod · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected