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

Method test_path_basename

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

Source from the content-addressed store, hash-verified

1257 self.assertPathEqual(self.path.splitroot)
1258
1259 def test_path_basename(self):
1260 self.assertPathEqual(self.path.basename)
1261
1262 def test_path_dirname(self):
1263 self.assertPathEqual(self.path.dirname)

Callers

nothing calls this directly

Calls 1

assertPathEqualMethod · 0.95

Tested by

no test coverage detected