Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/kivy/python-for-android
/ move
Function
move
pythonforandroid/util.py:134–136 ·
view source on GitHub ↗
(source, destination)
Source
from the content-addressed store, hash-verified
132
133
134
def
move(source, destination):
135
LOGGER.debug(
"Moving {} to {}"
.format(source, destination))
136
shutil.move(source, destination)
137
138
139
def
touch(filename):
Callers
3
fry_eggs
Method · 0.90
unpack
Method · 0.90
reduce_object_file_names
Method · 0.90
Calls
1
format
Method · 0.80
Tested by
no test coverage detected