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

Method setUp

Lib/test/test_importlib/metadata/fixtures.py:52–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50
51class SiteDir(Fixtures):
52 def setUp(self):
53 super().setUp()
54 self.site_dir = self.fixtures.enter_context(tmp_path())
55
56
57class OnSysPath(Fixtures):

Callers 2

setUpMethod · 0.45
setUpMethod · 0.45

Calls 3

superClass · 0.85
tmp_pathFunction · 0.85
enter_contextMethod · 0.80

Tested by

no test coverage detected