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

Method __init__

module/lib/feedparser.py:1975–1979  ·  view source on GitHub ↗
(self, baseuri, baselang, encoding, entities)

Source from the content-addressed store, hash-verified

1973
1974class _LooseFeedParser(_FeedParserMixin, _BaseHTMLProcessor):
1975 def __init__(self, baseuri, baselang, encoding, entities):
1976 sgmllib.SGMLParser.__init__(self)
1977 _FeedParserMixin.__init__(self, baseuri, baselang, encoding)
1978 _BaseHTMLProcessor.__init__(self, encoding, 'application/xhtml+xml')
1979 self.entities=entities
1980
1981 def decodeEntities(self, element, data):
1982 data = data.replace('<', '<')

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected