MCPcopy 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
134def move(source, destination):
135 LOGGER.debug("Moving {} to {}".format(source, destination))
136 shutil.move(source, destination)
137
138
139def touch(filename):

Callers 3

fry_eggsMethod · 0.90
unpackMethod · 0.90

Calls 1

formatMethod · 0.80

Tested by

no test coverage detected