MCPcopy
hub / github.com/impira/docquery / get_html

Method get_html

src/docquery/web.py:61–63  ·  view source on GitHub ↗
(self, html)

Source from the content-addressed store, hash-verified

59 raise
60
61 def get_html(self, html):
62 # https://stackoverflow.com/questions/22538457/put-a-string-with-html-javascript-into-selenium-webdriver
63 self.get("data:text/html;charset=utf-8," + html)
64
65 def find_word_boxes(self):
66 # Assumes the driver has been pointed at the right website already

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected