MCPcopy Create free account
hub / github.com/Tracktion/choc / stripfolder

Function stripfolder

tidy_whitespace.py:28–33  ·  view source on GitHub ↗
(folder)

Source from the content-addressed store, hash-verified

26 fout.write (newContent)
27
28def stripfolder(folder):
29 print ("Checking " + folder)
30 for root, dirs, files in os.walk (folder):
31 for file in files:
32 if (file.endswith (".cpp") or file.endswith (".h")):
33 stripfile (os.path.join(root, file))
34
35stripfolder (os.path.dirname (os.path.realpath(__file__)))

Callers 1

tidy_whitespace.pyFile · 0.85

Calls 1

stripfileFunction · 0.85

Tested by

no test coverage detected