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

Class Edge

Lib/webbrowser.py:405–412  ·  view source on GitHub ↗

Launcher class for Microsoft Edge browser.

Source from the content-addressed store, hash-verified

403
404
405class Edge(UnixBrowser):
406 """Launcher class for Microsoft Edge browser."""
407
408 remote_args = ['%action', '%s']
409 remote_action = ""
410 remote_action_newwin = "--new-window"
411 remote_action_newtab = ""
412 background = True
413
414
415#

Callers 2

register_X_browsersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected