MCPcopy Index your code
hub / github.com/RustPython/RustPython / Chrome

Class Chrome

Lib/webbrowser.py:315–322  ·  view source on GitHub ↗

Launcher class for Google Chrome browser.

Source from the content-addressed store, hash-verified

313
314
315class Chrome(UnixBrowser):
316 """Launcher class for Google Chrome browser."""
317
318 remote_args = ['%action', '%s']
319 remote_action = ""
320 remote_action_newwin = "--new-window"
321 remote_action_newtab = ""
322 background = True
323
324
325Chromium = Chrome

Callers 1

register_X_browsersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected