MCPcopy
hub / github.com/pandas-dev/pandas / _open_browser

Method _open_browser

doc/make.py:153–158  ·  view source on GitHub ↗

Open a browser tab showing single

(self, single_doc_html)

Source from the content-addressed store, hash-verified

151 return subprocess.call(cmd)
152
153 def _open_browser(self, single_doc_html) -> None:
154 """
155 Open a browser tab showing single
156 """
157 url = os.path.join("file://", DOC_PATH, "build", "html", single_doc_html)
158 webbrowser.open(url, new=2)
159
160 def _get_page_title(self, page):
161 """

Callers 1

htmlMethod · 0.95

Calls 2

joinMethod · 0.45
openMethod · 0.45

Tested by

no test coverage detected