Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ getDataDir
Method
getDataDir
python/cinbase/config.py:138–139 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
136
pass
# FIXME: handle I/O errors?
137
138
def
getDataDir(self):
139
return
os.path.join(os.path.dirname(__file__),
"data"
)
140
141
def
getCinDir(self):
142
return
os.path.join(os.path.dirname(__file__),
"cin"
)
Callers
5
update
Method · 0.95
initCinBaseContext
Method · 0.45
checkConfigChange
Method · 0.45
run
Method · 0.45
run
Method · 0.45
Calls
1
join
Method · 0.80
Tested by
no test coverage detected