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
2ba78ab725f1e02dfef8bc50b0204cf656e8ee23
jedi-fork
/
jedi
/
api
History
cologler
a51475d265
Update __init__.py
...
fix the source file read mode issue. if use 'r' mode, this may raise a `UnicodeDecodeError`.
2016-11-09 07:48:45 +08:00
..
__init__.py
Update __init__.py
2016-11-09 07:48:45 +08:00
classes.py
Fix __call__ param completion.
Fixes
#613
.
2016-07-31 21:37:01 +02:00
completion.py
Make it possible to do class context completions even for non functions.
Fixes
#639
.
2016-08-01 23:13:28 +02:00
helpers.py
Fix __call__ param completion.
Fixes
#613
.
2016-07-31 21:37:01 +02:00
interpreter.py
Remove the old interpreter logic.
2016-07-04 08:35:22 +02:00
keywords.py
For Py3.5 embeddable, which misses pydoc_data module
2016-09-17 03:47:56 +04: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