MCPcopy Index your code
hub / github.com/python/cpython / setUp

Method setUp

Lib/test/test_os/test_windows.py:423–425  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

421 junction_target = os.path.dirname(os.path.abspath(__file__))
422
423 def setUp(self):
424 assert os.path.exists(self.junction_target)
425 assert not os.path.lexists(self.junction)
426
427 def tearDown(self):
428 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