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

Method setUp

Lib/test/test_os.py:3268–3270  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3266 junction_target = os.path.dirname(os.path.abspath(__file__))
3267
3268 def setUp(self):
3269 assert os.path.exists(self.junction_target)
3270 assert not os.path.lexists(self.junction)
3271
3272 def tearDown(self):
3273 if os.path.lexists(self.junction):

Callers

nothing calls this directly

Calls 2

existsMethod · 0.45
lexistsMethod · 0.45

Tested by

no test coverage detected