MCPcopy Create free account
hub / github.com/kurtmckee/feedparser / reset

Method reset

feedparser/html.py:96–98  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

94 super(_BaseHTMLProcessor, self).__init__()
95
96 def reset(self):
97 self.pieces = []
98 super(_BaseHTMLProcessor, self).reset()
99
100 def _shorttag_replace(self, match):
101 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected