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

Class Mozilla

Lib/webbrowser.py:303–310  ·  view source on GitHub ↗

Launcher class for Mozilla browsers.

Source from the content-addressed store, hash-verified

301
302
303class Mozilla(UnixBrowser):
304 """Launcher class for Mozilla browsers."""
305
306 remote_args = ['%action', '%s']
307 remote_action = ""
308 remote_action_newwin = "-new-window"
309 remote_action_newtab = "-new-tab"
310 background = True
311
312
313class Epiphany(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…