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

Method isInKeyName

python/cinbase/cin.py:89–90  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

87
88
89 def isInKeyName(self, key):
90 return key in self.keynames
91
92
93 def getKeyName(self, key):

Callers 4

filterKeyDownMethod · 0.45
onKeyDownMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected