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

Method setUp

Lib/test/test_importlib/fixtures.py:320–322  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

318 }
319
320 def setUp(self):
321 super().setUp()
322 build_files(EggInfoFile.files, prefix=self.site_dir)
323
324
325# dedent all text strings before writing

Callers

nothing calls this directly

Calls 2

superClass · 0.85
setUpMethod · 0.45

Tested by

no test coverage detected