MCPcopy Create free account
hub / github.com/python/cpython / symlink_to

Method symlink_to

Lib/test/test_importlib/metadata/_path.py:29–29  ·  view source on GitHub ↗
(self, target, /)

Source from the content-addressed store, hash-verified

27 def write_text(self, content, /, *, encoding) -> object: ...
28 def write_bytes(self, content, /) -> object: ...
29 def symlink_to(self, target, /) -> object: ...
30
31
32def _ensure_tree_maker(obj: str | TreeMaker) -> TreeMaker:

Callers 1

_Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected