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

Method handle_data

html2text.py:430–432  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

428 self.outcount += 1
429
430 def handle_data(self, data):
431 if r'\/script>' in data: self.quiet -= 1
432 self.o(data, 1)
433
434 def unknown_decl(self, data): pass
435

Callers

nothing calls this directly

Calls 1

oMethod · 0.95

Tested by

no test coverage detected