Home
last modified time | relevance | path

Searched refs:_iscommand (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dwebbrowser.py85 if not _iscommand(cmd):
121 def _iscommand(cmd): function
445 if "GNOME_DESKTOP_SESSION_ID" in os.environ and _iscommand("gnome-open"):
449 if "KDE_FULL_SESSION" in os.environ and _iscommand("kfmclient"):
456 if _iscommand(browser):
460 if _iscommand("kfm"):
462 elif _iscommand("konqueror"):
467 if _iscommand(browser):
471 if _iscommand("skipstone"):
475 if _iscommand("opera"):
[all …]