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

Class Edge

Lib/webbrowser.py:414–421  ·  view source on GitHub ↗

Launcher class for Microsoft Edge browser.

Source from the content-addressed store, hash-verified

412
413
414class Edge(UnixBrowser):
415 """Launcher class for Microsoft Edge browser."""
416
417 remote_args = ['%action', '%s']
418 remote_action = ""
419 remote_action_newwin = "--new-window"
420 remote_action_newtab = ""
421 background = True
422
423
424#

Callers 2

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…