eric7/JediInterface/__init__.py

Sat, 11 Sep 2021 19:47:02 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 11 Sep 2021 19:47:02 +0200
branch
eric7
changeset 8593
1d66b6af60ed
child 8881
54e42bc2437a
permissions
-rw-r--r--

Jedi: integrated the Assistant Jedi plugin as a fixed part of eric.

# -*- coding: utf-8 -*-

# Copyright (c) 2021 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing the jedi assistant interface.

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>).
"""

eric ide

mercurial