MCPcopy Create free account
hub / github.com/aaronsw/html2text / outtextf

Method outtextf

html2text.py:181–182  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

179 self.baseurl = baseurl
180
181 def outtextf(self, s):
182 self.outtext += s
183
184 def close(self):
185 HTMLParser.HTMLParser.close(self)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected