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

Method test_module_compiled

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

Source from the content-addressed store, hash-verified

7237 '-m', modulename, PYTHONPATH=os.curdir)
7238
7239 def test_module_compiled(self):
7240 self.test_module(compiled=True)
7241
7242 def test_package(self, compiled=False):
7243 basename = 'subpackage' + os_helper.FS_NONASCII

Callers

nothing calls this directly

Calls 1

test_moduleMethod · 0.95

Tested by

no test coverage detected