MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / create_symlink

Method create_symlink

pyodide/pack_wheel.py:150–152  ·  view source on GitHub ↗
(dst: Path, src: Path)

Source from the content-addressed store, hash-verified

148
149 @staticmethod
150 def create_symlink(dst: Path, src: Path) -> None:
151 Tools.rmrf(dst)
152 dst.symlink_to(src)
153
154 @staticmethod
155 def rmrf(path: Path) -> None:

Callers 1

mainFunction · 0.80

Calls 1

rmrfMethod · 0.80

Tested by

no test coverage detected