src/eric7/JediInterface/JediServer.py

branch
eric7
changeset 10526
2549534fcb55
parent 10517
aecd5a8c958c
child 10534
783d835d7fe4
child 10683
779cda568acb
equal deleted inserted replaced
10525:e2b37b8ae403 10526:2549534fcb55
89 "RefactoringDiff": self.__showRefactoringDiff, 89 "RefactoringDiff": self.__showRefactoringDiff,
90 "RefactoringApplyResult": self.__checkRefactoringResult, 90 "RefactoringApplyResult": self.__checkRefactoringResult,
91 "ClientException": self.__processClientException, 91 "ClientException": self.__processClientException,
92 } 92 }
93 93
94 # temporary store for editor references indexed by Uuid 94 # temporary store for editor references indexed by UUID
95 self.__editors = {} 95 self.__editors = {}
96 96
97 # Python 3 97 # Python 3
98 self.__ensureActive("Python3") 98 self.__ensureActive("Python3")
99 99

eric ide

mercurial