MCPcopy
hub / github.com/pyload/pyload / FeedParserDict

Function FeedParserDict

module/lib/feedparser.py:370–374  ·  view source on GitHub ↗
(aDict=None)

Source from the content-addressed store, hash-verified

368 global FeedParserDict
369 del FeedParserDict
370 def FeedParserDict(aDict=None):
371 rc = {}
372 if aDict:
373 rc.update(aDict)
374 return rc
375
376_ebcdic_to_ascii_map = None
377def _ebcdic_to_ascii(s):

Callers 15

__getitem__Method · 0.70
__init__Method · 0.70
pushContentMethod · 0.70
_start_imageMethod · 0.70
_start_textinputMethod · 0.70
_start_authorMethod · 0.70
_start_contributorMethod · 0.70
_start_dc_contributorMethod · 0.70
_save_authorMethod · 0.70
_save_contributorMethod · 0.70
_sync_author_detailMethod · 0.70
_start_itemMethod · 0.70

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected