actio_python_utils.utils.which

actio_python_utils.utils.which(program)[source]
Parameters:

program (str) – The program to find

Return type:

Optional[str]

Returns:

The path to the program if location, None otherwise