This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
jedi
Watch
1
Star
0
Fork
1
You've already forked jedi
mirror of
https://github.com/davidhalter/jedi.git
synced
2025-12-31 09:14:21 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0effd348e8ae8c9a2b5c173ab68a88ffe5678cb6
jedi
/
jedi
/
api
History
Dave Halter
97fc3bc23c
Refactored the parser calls. Now it's possible to use jedi.parser.python.parse to quickly parse something.
2017-03-14 00:38:58 +01:00
..
__init__.py
Refactored the parser calls. Now it's possible to use jedi.parser.python.parse to quickly parse something.
2017-03-14 00:38:58 +01:00
classes.py
Get rid of get_parent_until.
2017-02-03 09:59:32 +01:00
completion.py
Complete dotted names properly in decorators
2017-02-04 18:05:15 +01:00
helpers.py
Change get_previous_leaf to return None if there is no leaf anymore (at the start of the file).
2017-02-03 17:23:15 +01:00
interpreter.py
Delete a lot of names dict related stuff but also other things that were not used anymore.
2016-12-17 16:51:28 +01:00
keywords.py
Get rid of get_parent_until.
2017-02-03 09:59:32 +01:00
replstartup.py
Print the Jedi version when REPL completion is used
2014-05-06 08:17:09 +02:00
usages.py
Only resolve names for actual modules
2017-03-01 21:06:21 +01:00