launcher_utils#

Provides a module for launching utilities.

Functions:

check_docker_support()

Check if the Python Docker SDK is supported by the current system.

is_linux()

Check if the current operating system is Linux.

is_windows()

Check if the current operating system is Windows.

ansys.cfx.core.launcher.launcher_utils.check_docker_support()#

Check if the Python Docker SDK is supported by the current system.

ansys.cfx.core.launcher.launcher_utils.is_linux()#

Check if the current operating system is Linux.

ansys.cfx.core.launcher.launcher_utils.is_windows()#

Check if the current operating system is Windows.