MCPcopy Index your code
hub / github.com/davispuh/MySQL-for-Python-3 / _rename_path

Function _rename_path

distribute_setup.py:256–260  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

254
255
256def _rename_path(path):
257 new_name = path + '.OLD.%s' % time.time()
258 log.warn('Renaming %s into %s', path, new_name)
259 os.rename(path, new_name)
260 return new_name
261
262
263def _remove_flat_installation(placeholder):

Callers 3

_patch_fileFunction · 0.85
_patch_egg_dirFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected