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

Method test_path_expanduser

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

Source from the content-addressed store, hash-verified

1272 self.assertPathEqual(self.path.ismount)
1273
1274 def test_path_expanduser(self):
1275 self.assertPathEqual(self.path.expanduser)
1276
1277 def test_path_expandvars(self):
1278 self.assertPathEqual(self.path.expandvars)

Callers

nothing calls this directly

Calls 1

assertPathEqualMethod · 0.95

Tested by

no test coverage detected