We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
strip_extra
1 parent f334193 commit 4eae06bCopy full SHA for 4eae06b
1 file changed
Lib/test/test_zipfile/test_core.py
@@ -5840,9 +5840,7 @@ class StripExtraTests(unittest.TestCase):
5840
5841
ZIP64_EXTRA = 1
5842
5843
- @classmethod
5844
- def setUpClass(cls):
5845
- cls.strip_extra = staticmethod(zipfile.ZipFile._strip_extra_fields)
+ strip_extra = staticmethod(zipfile.ZipFile._strip_extra_fields)
5846
5847
def test_no_data(self):
5848
s = struct.Struct("<HH")
0 commit comments