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

Method test_directory_compiled

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

Source from the content-addressed store, hash-verified

7227 self.check_usage(f'{py} {dirname2}', dirname2)
7228
7229 def test_directory_compiled(self):
7230 self.test_directory(compiled=True)
7231
7232 def test_module(self, compiled=False):
7233 basename = 'module' + os_helper.FS_NONASCII

Callers

nothing calls this directly

Calls 1

test_directoryMethod · 0.95

Tested by

no test coverage detected