MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / Galeon

Class Galeon

tools/python-3.11.9-amd64/Lib/webbrowser.py:306–313  ·  view source on GitHub ↗

Launcher class for Galeon/Epiphany browsers.

Source from the content-addressed store, hash-verified

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

Callers 1

register_X_browsersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected