????

Your IP : 216.73.216.224


Current Path : C:/opt/pgsql/pgAdmin 4/python/Lib/site-packages/shellingham/
Upload File :
Current File : C:/opt/pgsql/pgAdmin 4/python/Lib/site-packages/shellingham/_core.py

SHELL_NAMES = (
    {"sh", "bash", "dash", "ash"}  # Bourne.
    | {"csh", "tcsh"}  # C.
    | {"ksh", "zsh", "fish"}  # Common alternatives.
    | {"cmd", "powershell", "pwsh"}  # Microsoft.
    | {"elvish", "xonsh", "nu"}  # More exotic.
)


class ShellDetectionFailure(EnvironmentError):
    pass