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
fd9a4938684bc51e9273b0e8cf7fb42a9f34d008
jedi-fork
/
jedi
/
api
History
Dave Halter
5cd212c51c
Merge branch 'expandtab' of
https://github.com/Carreau/jedi
...
Also modify the test a bit to make sure that it passes properly if there are folders present.
2020-03-13 23:40:48 +01:00
..
__init__.py
Avoid duplicate definitions for goto,
fixes
#1514
2020-03-13 02:22:05 +01:00
classes.py
Generate type hints,
fixes
#987
2020-02-02 16:55:10 +01:00
completion_cache.py
Add a completion cache for numpy/tensorflow,
fixes
#1116
2020-01-05 18:13:24 +01:00
completion.py
Make sure that del_stmt as a name can be handled, see
#313
2020-01-23 23:58:52 +01:00
environment.py
Clarify a sentence around virtualenv security, see
#1250
2019-12-31 19:20:59 +01:00
exceptions.py
A possible introduction for projects
2018-01-15 23:57:08 +01:00
file_name.py
Merge branch 'expandtab' of
https://github.com/Carreau/jedi
2020-03-13 23:40:48 +01:00
helpers.py
Add follow_imports to Definition.goto,
fixes
#1474
2020-01-22 18:29:02 +01:00
interpreter.py
compiled_object -> compiled_value
2020-01-25 18:25:19 +01:00
keywords.py
Separate getting docstrings and getting signatures for names, see discussion
#1466
2020-01-01 23:05:06 +01:00
project.py
Use a different sys path for import completions and import type inference
2019-12-01 00:12:19 +01:00
replstartup.py
Added file fuzzy match and refactored
2019-10-22 15:50:16 +01:00
strings.py
Make the completions possible for Interpreter objects
2019-12-31 18:34:50 +01:00