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
9f3542903d1166c3d9f58e6f9a96d7fefaba3c07
jedi-fork
/
jedi
/
api
History
Danilo Bargen
ae8b0d5eab
Print the Jedi version when REPL completion is used
...
This also makes debugging easier, because people see which completion they're actually using.
2014-05-06 08:17:09 +02:00
..
__init__.py
removed call signature caching unintentionally (a few commmits ago).
2014-05-05 12:45:19 +02:00
classes.py
partial support for *args/**kwargs in CallSignature.index,
fixes
#395
2014-05-05 00:12:43 +02:00
helpers.py
ImportPath -> ImportWrapper
2014-04-30 17:15:59 +02:00
interpreter.py
cache compiled.CompiledObject.defined_names attribute, improves test suite performance by 20%, numpy by more than 50%. Awesome!
2014-04-14 02:20:22 +02:00
keywords.py
is_py3k -> is_py3
2014-01-14 11:43:56 +01:00
replstartup.py
Print the Jedi version when REPL completion is used
2014-05-06 08:17:09 +02:00
usages.py
ImportPath -> ImportWrapper
2014-04-30 17:15:59 +02:00