Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ getCinDir
Method
getCinDir
python/cinbase/config.py:141–142 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
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"
)
143
144
def
getJsonDir(self):
145
return
os.path.join(os.path.dirname(__file__),
"json"
)
Callers
8
__init__
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
Calls
1
join
Method · 0.80
Tested by
no test coverage detected