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

Method test_directory_compiled

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

Source from the content-addressed store, hash-verified

7095 self.check_usage(f'{py} {dirname2}', dirname2)
7096
7097 def test_directory_compiled(self):
7098 self.test_directory(compiled=True)
7099
7100 def test_module(self, compiled=False):
7101 basename = 'module' + os_helper.FS_NONASCII

Callers

nothing calls this directly

Calls 1

test_directoryMethod · 0.95

Tested by

no test coverage detected