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
9b85080fb8250e10f2823066554fbece79433c60
jedi-fork
/
jedi
/
api
History
Dave Halter
969100e471
Move the parsing away from user_context to api.py.
2016-06-27 08:48:36 +02:00
..
__init__.py
Move the parsing away from user_context to api.py.
2016-06-27 08:48:36 +02:00
classes.py
Remove needs_dot and settings.add_dot_after_module. Both are not really used anymore with context completions anymore.
2016-06-22 22:52:10 +02:00
completion.py
Move the parsing away from user_context to api.py.
2016-06-27 08:48:36 +02:00
helpers.py
Don't use UserContextParser.user_stmt anymore, since we can access it directly.
2016-06-23 16:36:12 +02:00
interpreter.py
Break Interpreter completion even more in favor of a better solution in the future.
2016-06-03 19:31:42 +02:00
keywords.py
opting for skipping PEP492 backwards compatibility magic, instead directly making await and async keywords
2016-02-11 19:30:01 +01:00
replstartup.py
Print the Jedi version when REPL completion is used
2014-05-06 08:17:09 +02:00
usages.py
Change parser and api to use tree instead of pr.
2015-04-27 23:38:48 +02:00