Home | History | Annotate | Download | only in Lib

Lines Matching full:rmtree

46            "copytree", "move", "rmtree", "Error", "SpecialFileError",
367 raise OSError("Cannot call rmtree on a symbolic link")
428 raise OSError("Cannot call rmtree on a symbolic "
445 def rmtree(path, ignore_errors=False, onerror=None):
463 # While the unsafe rmtree works fine on bytes, the fd based does not.
488 raise OSError("Cannot call rmtree on a symbolic link")
498 rmtree.avoids_symlink_attacks = _use_fd_functions
556 rmtree(src)