src/eric7/JediInterface/JediClient.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
104 @type dict 104 @type dict
105 """ 105 """
106 projectPath = params["ProjectPath"] 106 projectPath = params["ProjectPath"]
107 self.__project = jedi.Project(projectPath) 107 self.__project = jedi.Project(projectPath)
108 108
109 def __closeProject(self, params): 109 def __closeProject(self, params): # noqa: U100
110 """ 110 """
111 Private method to save a jedi project's data. 111 Private method to save a jedi project's data.
112 112
113 @param params dictionary containing the method parameters 113 @param params dictionary containing the method parameters
114 @type dict 114 @type dict

eric ide

mercurial