MCPcopy 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

updateMethod · 0.95
initCinBaseContextMethod · 0.45
checkConfigChangeMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected