MCPcopy Create free account
hub / github.com/python/cpython / setUp

Method setUp

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

Source from the content-addressed store, hash-verified

42
43class SiteDir(Fixtures):
44 def setUp(self):
45 super().setUp()
46 self.site_dir = self.fixtures.enter_context(tmp_path())
47
48
49class 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