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 |