MCPcopy Index your code
hub / github.com/python/cpython / test_zipfile_compiled

Method test_zipfile_compiled

Lib/test/test_argparse.py:7261–7262  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

7259 self.check_usage(f'{py} {zip_name}', zip_name)
7260
7261 def test_zipfile_compiled(self):
7262 self.test_zipfile(compiled=True)
7263
7264 def test_directory_in_zipfile(self, compiled=False):
7265 script_name = self.make_script(self.dirname, '__main__', compiled=compiled)

Callers

nothing calls this directly

Calls 1

test_zipfileMethod · 0.95

Tested by

no test coverage detected