MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / move

Function move

Lib/shutil.py:264–302  ·  view source on GitHub ↗

Recursively move a file or directory to another location. This is similar to the Unix "mv" command. If the destination is a directory or a symlink to a directory, the source is moved inside the directory. The destination path must not already exist. If the destination already e

(src, dst)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

gl_moveFunction · 0.50

Calls 11

_samefileFunction · 0.85
_basenameFunction · 0.85
_destinsrcFunction · 0.85
rmtreeFunction · 0.85
copy2Function · 0.85
copytreeFunction · 0.70
isdirMethod · 0.45
renameMethod · 0.45
joinMethod · 0.45
existsMethod · 0.45
unlinkMethod · 0.45

Tested by

no test coverage detected