MCPcopy Index your code
hub / github.com/clips/pattern / output

Method output

pattern/web/feed/feedparser.py:2048–2050  ·  view source on GitHub ↗

Return processed HTML as a single string

(self)

Source from the content-addressed store, hash-verified

2046 return '&%s;' % name
2047
2048 def output(self):
2049 '''Return processed HTML as a single string'''
2050 return ''.join([str(p) for p in self.pieces])
2051
2052 def parse_declaration(self, i):
2053 try:

Callers 2

_resolveRelativeURIsFunction · 0.80
_sanitizeHTMLFunction · 0.80

Calls 1

strFunction · 0.85

Tested by

no test coverage detected