MCPcopy
hub / github.com/pyload/pyload / __init__

Method __init__

module/lib/feedparser.py:1813–1817  ·  view source on GitHub ↗
(self, encoding, _type)

Source from the content-addressed store, hash-verified

1811 ]
1812
1813 def __init__(self, encoding, _type):
1814 self.encoding = encoding
1815 self._type = _type
1816 if _debug: sys.stderr.write('entering BaseHTMLProcessor, encoding=%s\n' % self.encoding)
1817 sgmllib.SGMLParser.__init__(self)
1818
1819 def reset(self):
1820 self.pieces = []

Callers

nothing calls this directly

Calls 2

writeMethod · 0.45
__init__Method · 0.45

Tested by

no test coverage detected