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

Method test_script_compiled

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

Source from the content-addressed store, hash-verified

7216 self.check_usage(os.path.basename(script_name), script_name, '-h')
7217
7218 def test_script_compiled(self):
7219 self.test_script(compiled=True)
7220
7221 def test_directory(self, compiled=False):
7222 dirname = os.path.join(self.dirname, os_helper.TESTFN)

Callers

nothing calls this directly

Calls 1

test_scriptMethod · 0.95

Tested by

no test coverage detected