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

Method setUp

Lib/test/test_posixpath.py:45–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43class PosixPathTest(unittest.TestCase):
44
45 def setUp(self):
46 for suffix in ["", "1", "2"]:
47 self.assertFalse(posixpath.lexists(ABSTFN + suffix))
48
49 def test_join(self):
50 fn = posixpath.join

Callers

nothing calls this directly

Calls 2

assertFalseMethod · 0.80
lexistsMethod · 0.45

Tested by

no test coverage detected