src/eric7/Documentation/Source/index-eric7.JediInterface.html

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8671
8857942747cb
child 10479
856476537696
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.JediInterface</title>
4 <meta charset="UTF-8">
5 <link rel="stylesheet" href="styles.css">
6 </head>
7 <body>
8 <h1>eric7.JediInterface</h1>
9
10 <p>
11 Package implementing the jedi assistant interface.
12 </p>
13 <p>
14 This package implements just the interface for the eric7 IDE. The
15 underlying functionality is provided by the jedi library
16 (<a href="https://github.com/davidhalter/jedi">
17 https://github.com/davidhalter/jedi</a>).
18 </p>
19
20
21 <h3>Modules</h3>
22 <table>
23
24 <tr>
25 <td><a href="eric7.JediInterface.AssistantJedi.html">AssistantJedi</a></td>
26 <td>Module implementing the Jedi assistant plug-in.</td>
27 </tr>
28 <tr>
29 <td><a href="eric7.JediInterface.JediClient.html">JediClient</a></td>
30 <td>Module implementing the Jedi client of eric7.</td>
31 </tr>
32 <tr>
33 <td><a href="eric7.JediInterface.JediServer.html">JediServer</a></td>
34 <td>Module implementing the autocompletion interface to jedi.</td>
35 </tr>
36 <tr>
37 <td><a href="eric7.JediInterface.RefactoringPreviewDialog.html">RefactoringPreviewDialog</a></td>
38 <td>Module implementing a dialog to preview refactoring changes.</td>
39 </tr>
40 </table>
41 </body></html>

eric ide

mercurial