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

Sat, 26 Apr 2025 12:34:32 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 26 Apr 2025 12:34:32 +0200
branch
eric7
changeset 11240
c48c615c04a3
parent 10479
856476537696
permissions
-rw-r--r--

MicroPython
- Added a configuration option to disable the support for the no longer produced Pimoroni Pico Wireless Pack.

<!DOCTYPE html>
<html><head>
<title>eric7.JediInterface</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>eric7.JediInterface</h1>
<p>
Package implementing the jedi assistant interface.
</p>
<p>
This package implements just the interface for the eric7 IDE. The
underlying functionality is provided by the jedi library
(<a href="https://github.com/davidhalter/jedi">
https://github.com/davidhalter/jedi</a>).
</p>



<h3>Modules</h3>
<table>

<tr>
<td><a href="eric7.JediInterface.AssistantJedi.html">AssistantJedi</a></td>
<td>Module implementing the Jedi assistant plug-in.</td>
</tr>
<tr>
<td><a href="eric7.JediInterface.JediClient.html">JediClient</a></td>
<td>Module implementing the Jedi client of eric7.</td>
</tr>
<tr>
<td><a href="eric7.JediInterface.JediServer.html">JediServer</a></td>
<td>Module implementing the autocompletion interface to jedi.</td>
</tr>
<tr>
<td><a href="eric7.JediInterface.RefactoringPreviewDialog.html">RefactoringPreviewDialog</a></td>
<td>Module implementing a dialog to preview refactoring changes.</td>
</tr>
</table>
</body></html>

eric ide

mercurial