This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
jedi
Watch
1
Star
0
Fork
1
You've already forked jedi
mirror of
https://github.com/davidhalter/jedi.git
synced
2026-02-26 02:27:15 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
05ad8c6608e29771b62781a38a96d2110ed3d0c8
jedi
/
jedi
/
api
History
Dave Halter
9acb5cf1b3
Make it possible to do class context completions even for non functions.
Fixes
#639
.
2016-08-01 23:13:28 +02:00
..
__init__.py
An empty path given to Jedi should not raise errors.
Fixes
#577
.
2016-07-09 17:27:57 +02: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
Refactor Evaluator.wrap to use the types in a more consequent way.
2016-06-29 21:06:35 +02: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