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

Method test_module_compiled

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

Source from the content-addressed store, hash-verified

7105 '-m', modulename, PYTHONPATH=os.curdir)
7106
7107 def test_module_compiled(self):
7108 self.test_module(compiled=True)
7109
7110 def test_package(self, compiled=False):
7111 basename = 'subpackage' + os_helper.FS_NONASCII

Callers

nothing calls this directly

Calls 1

test_moduleMethod · 0.95

Tested by

no test coverage detected