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

Method setUp

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

Source from the content-addressed store, hash-verified

7055 ''')
7056
7057 def setUp(self):
7058 self.dirname = 'package' + os_helper.FS_NONASCII
7059 self.addCleanup(os_helper.rmtree, self.dirname)
7060 os.mkdir(self.dirname)
7061
7062 def make_script(self, dirname, basename, *, compiled=False):
7063 script_name = script_helper.make_script(dirname, basename, self.source)

Callers

nothing calls this directly

Calls 2

addCleanupMethod · 0.80
mkdirMethod · 0.45

Tested by

no test coverage detected