This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
jedi-fork
Watch
1
Star
0
Fork
0
You've already forked jedi-fork
forked from
VimPlug/jedi
Code
Pull Requests
Activity
Files
a83b43ccfdd07da91e06dfee87cc8f6d7d1ca5c8
jedi-fork
/
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