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

Method getJsonDir

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

Source from the content-addressed store, hash-verified

142 return os.path.join(os.path.dirname(__file__), "cin")
143
144 def getJsonDir(self):
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"))

Callers 8

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected