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

Method __init__

python/cinbase/phrase.py:13–16  ·  view source on GitHub ↗
(self, fs)

Source from the content-addressed store, hash-verified

11 encoding = 'utf-8'
12
13 def __init__(self, fs):
14 self.keynames = []
15 self.chardefs = {}
16 self.__dict__.update(json.load(fs))
17
18
19 def __del__(self):

Callers

nothing calls this directly

Calls 2

updateMethod · 0.45
loadMethod · 0.45

Tested by

no test coverage detected