Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
377
def
_ebcdic_to_ascii(s):
Callers
15
__getitem__
Method · 0.70
__init__
Method · 0.70
pushContent
Method · 0.70
_start_image
Method · 0.70
_start_textinput
Method · 0.70
_start_author
Method · 0.70
_start_contributor
Method · 0.70
_start_dc_contributor
Method · 0.70
_save_author
Method · 0.70
_save_contributor
Method · 0.70
_sync_author_detail
Method · 0.70
_start_item
Method · 0.70
Calls
1
update
Method · 0.45
Tested by
no test coverage detected