is_archive method

is_archive

Determines whether input FileType is archive format.

Returns

if input FileType is archive format; otherwise,

def is_archive(self, file_type):
    ...
Parameter Type Description
file_type FileType The FileType object.

See Also