MCPcopy Create free account
hub / github.com/RustPython/RustPython / setUp

Method setUp

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

Source from the content-addressed store, hash-verified

160 }
161
162 def setUp(self):
163 super().setUp()
164 build_files(DistInfoPkgWithDotLegacy.files, self.site_dir)
165
166
167class DistInfoPkgOffPath(SiteDir):

Callers

nothing calls this directly

Calls 2

superClass · 0.85
setUpMethod · 0.45

Tested by

no test coverage detected