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

Method add_known_xfile

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

Source from the content-addressed store, hash-verified

1137 self.add_known_dir(path.rpartition("/")[0])
1138
1139 def add_known_xfile(self, path):
1140 self.add_known_file(path)
1141 self._xfiles.add(path)
1142
1143 def add_known_link(self, path, target):
1144 self._links[path] = target

Calls 2

add_known_fileMethod · 0.95
addMethod · 0.45

Tested by

no test coverage detected