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

Class Mozilla

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

Launcher class for Mozilla browsers.

Source from the content-addressed store, hash-verified

283
284
285class Mozilla(UnixBrowser):
286 """Launcher class for Mozilla browsers."""
287
288 remote_args = ['%action', '%s']
289 remote_action = ""
290 remote_action_newwin = "-new-window"
291 remote_action_newtab = "-new-tab"
292 background = True
293
294
295class Netscape(UnixBrowser):

Callers 1

register_X_browsersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected