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

Class Elinks

Lib/webbrowser.py:346–357  ·  view source on GitHub ↗

Launcher class for Elinks browsers.

Source from the content-addressed store, hash-verified

344
345
346class Elinks(UnixBrowser):
347 """Launcher class for Elinks browsers."""
348
349 remote_args = ['-remote', 'openURL(%s%action)']
350 remote_action = ""
351 remote_action_newwin = ",new-window"
352 remote_action_newtab = ",new-tab"
353 background = False
354
355 # elinks doesn't like its stdout to be redirected -
356 # it uses redirected stdout as a signal to do -dump
357 redirect_stdout = False
358
359
360class Konqueror(BaseBrowser):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…