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

Class Mozilla

Lib/webbrowser.py:295–302  ·  view source on GitHub ↗

Launcher class for Mozilla browsers.

Source from the content-addressed store, hash-verified

293
294
295class Mozilla(UnixBrowser):
296 """Launcher class for Mozilla browsers."""
297
298 remote_args = ['%action', '%s']
299 remote_action = ""
300 remote_action_newwin = "-new-window"
301 remote_action_newtab = "-new-tab"
302 background = True
303
304
305class Epiphany(UnixBrowser):

Callers 1

register_X_browsersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected