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

Method setUp

Lib/test/test_importlib/test_main.py:242–245  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

240 site_dir = '/access-denied'
241
242 def setUp(self):
243 super().setUp()
244 self.setUpPyfakefs()
245 self.fs.create_dir(self.site_dir, perm_bits=000)
246
247 def test_discovery(self):
248 """

Callers

nothing calls this directly

Calls 3

superClass · 0.85
setUpPyfakefsMethod · 0.45
create_dirMethod · 0.45

Tested by

no test coverage detected