MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_zipfile_compiled

Method test_zipfile_compiled

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

Source from the content-addressed store, hash-verified

7127 self.check_usage(f'{py} {zip_name}', zip_name)
7128
7129 def test_zipfile_compiled(self):
7130 self.test_zipfile(compiled=True)
7131
7132 def test_directory_in_zipfile(self, compiled=False):
7133 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