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

Method add_known_xfile

Lib/test/test_getpath.py:963–964  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

961 self.add_known_dir(path.rpartition("\\")[0])
962
963 def add_known_xfile(self, path):
964 self.add_known_file(path)
965
966 def add_known_link(self, path, target):
967 self._links[path.casefold()] = target

Callers 8

test_normal_win32Method · 0.95
test_buildtree_win32Method · 0.95
test_venv_win32Method · 0.95
test_registry_win32Method · 0.95
test_no_dlls_win32Method · 0.95

Calls 1

add_known_fileMethod · 0.95

Tested by

no test coverage detected