Searched refs:_iscommand (Results 1 – 2 of 2) sorted by relevance
85 if not _iscommand(cmd):121 def _iscommand(cmd): function457 if _iscommand("xdg-open"):461 if "GNOME_DESKTOP_SESSION_ID" in os.environ and _iscommand("gvfs-open"):465 if "GNOME_DESKTOP_SESSION_ID" in os.environ and _iscommand("gnome-open"):469 if "KDE_FULL_SESSION" in os.environ and _iscommand("kfmclient"):472 if _iscommand("x-www-browser"):480 if _iscommand(browser):484 if _iscommand("kfm"):486 elif _iscommand("konqueror"):[all …]
113 from webbrowser import _iscommand168 if _iscommand('kfmclient'):172 if _iscommand(command):