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
13267adfc2d7c304f434f91f0c115ef2cb7b9749
jedi-fork
/
jedi
/
api
History
Dave Halter
df9452f210
Trying to change the import logic completely. We now have a sys.modules like cache.
2015-04-20 14:47:33 +02:00
..
__init__.py
Trying to change the import logic completely. We now have a sys.modules like cache.
2015-04-20 14:47:33 +02:00
classes.py
Add a py__name__ call to modules. This makes listing the qualified names of modules possible (in combination with the module_name_cache).
Fixes
#519
.
2015-04-14 17:36:20 +02:00
helpers.py
Goto_definitions bug fix -> imports stuff.
2015-02-27 11:56:36 +01:00
interpreter.py
Add a position modifier for the fast parser. Not yet in use though.
2015-01-15 13:57:56 +01:00
keywords.py
Remove NamePart from existance and rename it to Name.
2014-09-26 16:29:53 +02:00
replstartup.py
Print the Jedi version when REPL completion is used
2014-05-06 08:17:09 +02:00
usages.py
Usages/imports cleanup.
2014-12-18 03:22:46 +01:00