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

Class Epiphany

Lib/webbrowser.py:313–320  ·  view source on GitHub ↗

Launcher class for Epiphany browser.

Source from the content-addressed store, hash-verified

311
312
313class Epiphany(UnixBrowser):
314 """Launcher class for Epiphany browser."""
315
316 raise_opts = ["-noraise", ""]
317 remote_args = ['%action', '%s']
318 remote_action = "-n"
319 remote_action_newwin = "-w"
320 background = True
321
322
323class Chrome(UnixBrowser):

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…