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

Class Epiphany

Lib/webbrowser.py:305–312  ·  view source on GitHub ↗

Launcher class for Epiphany browser.

Source from the content-addressed store, hash-verified

303
304
305class Epiphany(UnixBrowser):
306 """Launcher class for Epiphany browser."""
307
308 raise_opts = ["-noraise", ""]
309 remote_args = ['%action', '%s']
310 remote_action = "-n"
311 remote_action_newwin = "-w"
312 background = True
313
314
315class Chrome(UnixBrowser):

Callers 1

register_X_browsersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected