MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / __createDirs

Function __createDirs

config.py:97–99  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

95
96
97def __createDirs(path):
98 if not os.path.exists(path):
99 os.makedirs(path)
100
101
102def getPyfaRoot():

Callers 1

defPathsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected