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

Method __init__

python/serviceManager.py:66–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

64
65class TextServiceManager:
66 def __init__(self):
67 self.__lock = threading.Lock()
68 self.services = {}
69 self.enumerateServices()
70
71 def enumerateServices(self):
72 # To enumerate currently installed Input Method

Callers

nothing calls this directly

Calls 1

enumerateServicesMethod · 0.95

Tested by

no test coverage detected