Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ getDefaultSave
Function
getDefaultSave
config.py:115–116 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
113
114
115
def
getDefaultSave():
116
return
os.path.expanduser(os.path.join(
"~"
,
".pyfa"
))
117
118
119
def
defPaths(customSavePath=None):
Callers
1
defPaths
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected