You are viewing an older version (9.11.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.11.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