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
bb4ab45131dd9f7fe316a1a0021021bb4c49e4fe
jedi-fork
/
jedi
/
api
History
Dave Halter
bb4ab45131
Don't use UserContextParser.user_stmt anymore, since we can access it directly.
2016-06-23 16:36:12 +02:00
..
__init__.py
Finally able to remove the user_context. This is awesome!
2016-06-23 16:26:28 +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
Don't use UserContextParser.user_stmt anymore, since we can access it directly.
2016-06-23 16:36:12 +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