MCPcopy Index your code
hub / github.com/kurtmckee/feedparser / output

Method output

feedparser/html.py:336–342  ·  view source on GitHub ↗

Return processed HTML as a single string. :rtype: str

(self)

Source from the content-addressed store, hash-verified

334 return '&%s;' % name
335
336 def output(self):
337 """Return processed HTML as a single string.
338
339 :rtype: str
340 """
341
342 return ''.join(self.pieces)
343
344 def parse_declaration(self, i):
345 """

Callers 2

_sanitize_htmlFunction · 0.80
resolve_relative_urisFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected