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

Method test_package_compiled

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

Source from the content-addressed store, hash-verified

7251 '-m', packagename + '.__main__', PYTHONPATH=os.curdir)
7252
7253 def test_package_compiled(self):
7254 self.test_package(compiled=True)
7255
7256 def test_zipfile(self, compiled=False):
7257 script_name = self.make_script(self.dirname, '__main__', compiled=compiled)

Callers

nothing calls this directly

Calls 1

test_packageMethod · 0.95

Tested by

no test coverage detected