bundles / IPython 9.12.0 / IPython / utils / path / link
function
IPython.utils.path:link
source: /IPython/utils/path.py :286
Signature
def link ( src , dst ) Summary
Hard links src to dst, returning 0 or errno.
Extended Summary
Note that the special errno ENOLINK will be returned if os.link isn't supported by the operating system.
Aliases
-
IPython.utils.path.link