MCPcopy Index your code
hub / github.com/python/cpython / Chrome

Class Chrome

Lib/webbrowser.py:323–330  ·  view source on GitHub ↗

Launcher class for Google Chrome browser.

Source from the content-addressed store, hash-verified

321
322
323class Chrome(UnixBrowser):
324 """Launcher class for Google Chrome browser."""
325
326 remote_args = ['%action', '%s']
327 remote_action = ""
328 remote_action_newwin = "--new-window"
329 remote_action_newtab = ""
330 background = True
331
332
333Chromium = Chrome

Callers 1

register_X_browsersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…