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

Method test_path_isabs

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

Source from the content-addressed store, hash-verified

1238 self.assertPathEqual(self.path.normcase)
1239
1240 def test_path_isabs(self):
1241 self.assertPathEqual(self.path.isabs)
1242
1243 def test_path_join(self):
1244 self.assertEqual(self.path.join('a', FakePath('b'), 'c'),

Callers

nothing calls this directly

Calls 1

assertPathEqualMethod · 0.95

Tested by

no test coverage detected