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

Method test_path_dirname

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

Source from the content-addressed store, hash-verified

1260 self.assertPathEqual(self.path.basename)
1261
1262 def test_path_dirname(self):
1263 self.assertPathEqual(self.path.dirname)
1264
1265 def test_path_islink(self):
1266 self.assertPathEqual(self.path.islink)

Callers

nothing calls this directly

Calls 1

assertPathEqualMethod · 0.95

Tested by

no test coverage detected