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

Class Opera

Lib/webbrowser.py:328–335  ·  view source on GitHub ↗

Launcher class for Opera browser.

Source from the content-addressed store, hash-verified

326
327
328class Opera(UnixBrowser):
329 """Launcher class for Opera browser."""
330
331 remote_args = ['%action', '%s']
332 remote_action = ""
333 remote_action_newwin = "--new-window"
334 remote_action_newtab = ""
335 background = True
336
337
338class Elinks(UnixBrowser):

Callers 1

register_X_browsersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected