From ba615c268f14bd2519dc61746cfa151ce730ec76 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 3 Nov 2015 15:53:42 +0100 Subject: Add more type hint --- libmat/archive.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libmat') diff --git a/libmat/archive.py b/libmat/archive.py index 426dcf9..703ee66 100644 --- a/libmat/archive.py +++ b/libmat/archive.py @@ -81,6 +81,8 @@ class ZipStripper(GenericArchiveStripper): When list_unsupported is True, the method returns a list of all non-supported/archives files contained in the archive. + + :param bool list_unsupported: Should the list of unsupported files be returned """ ret_list = [] zipin = zipfile.ZipFile(self.filename, 'r') -- cgit v1.3