MCPcopy Create free account
hub / github.com/Syncplay/syncplay / prepareDeleteListTemplate

Method prepareDeleteListTemplate

buildPy2exe.py:588–594  ·  view source on GitHub ↗
(self, fileList)

Source from the content-addressed store, hash-verified

586 return "\n".join(create)
587
588 def prepareDeleteListTemplate(self, fileList):
589 delete = []
590 for dir_ in fileList.keys():
591 for file_ in fileList[dir_]:
592 delete.append('DELETE "$INSTDIR\\{}\\{}"'.format(dir_, file_))
593 delete.append('RMdir "$INSTDIR\\{}"'.format(file_))
594 return "\n".join(delete)
595
596def pruneUnneededLibraries():
597 from pathlib import Path

Callers 1

createMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected