Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
97
def
__createDirs(path):
98
if
not os.path.exists(path):
99
os.makedirs(path)
100
101
102
def
getPyfaRoot():
Callers
1
defPaths
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected