Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ rename_directory
Function
rename_directory
Google_Image_Downloader/create_dir.py:37–38 ·
view source on GitHub ↗
(direct, name)
Source
from the content-addressed store, hash-verified
35
36
# Rename a directory
37
def
rename_directory(direct, name):
38
rename(direct, name)
39
40
41
# Sets the working directory
Callers
nothing calls this directly
Calls
1
rename
Function · 0.85
Tested by
no test coverage detected