Re: Parsing jython code
Garrett Rolfs <[email protected]> Wed, 02 Dec 2020 13:09:29 -0600
| Newsgroups | gmane.comp.lang.jython.devel |
|---|---|
| Message-ID | <[email protected]> |
Albert Cardona <[email protected]> writes: > The ultimate goal is to be able to provide autocompletions for > variables within scope, and for functions of imported modules as well. Are you pursuing something jedi cannot handle? - https://pypi.org/project/jedi/ -Garrett