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

Method setUp

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

Source from the content-addressed store, hash-verified

82 sys.path.remove(str(dir))
83
84 def setUp(self):
85 super().setUp()
86 self.fixtures.enter_context(self.add_sys_path(self.site_dir))
87
88
89class DistInfoPkg(OnSysPath, SiteDir):

Callers

nothing calls this directly

Calls 4

add_sys_pathMethod · 0.95
superClass · 0.85
enter_contextMethod · 0.80
setUpMethod · 0.45

Tested by

no test coverage detected