MCPcopy Create free account
hub / github.com/EasyIME/PIME / getDefaultConfigDir

Method getDefaultConfigDir

python/cinbase/config.py:147–148  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

145 return os.path.join(os.path.dirname(__file__), "json")
146
147 def getDefaultConfigDir(self):
148 return os.path.abspath(os.path.join(os.path.dirname(__file__), os.path.pardir, "input_methods", self.imeDirName, "config"))
149
150 def findFile(self, dirs, name):
151 for dirname in dirs:

Callers 2

loadMethod · 0.95
configtool.pyFile · 0.80

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected