act.utils.is_gunzip_file# act.utils.is_gunzip_file(filepath)[source]# Function to test if file is a gunzip file. Parameters: filepath (str or pathlib.Path to file to test) Returns: test (boolean) – Result from testing if file is a gunzip file