This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
jedi-fork
Watch
1
Star
0
Fork
0
forked from
VimPlug/jedi
Code
Pull Requests
Activity
Files
94f2677752fe2849cf70b6640f9812a83ae56fc9
jedi-fork
/
jedi
/
api
T
History
Dave Halter
9bb8f335c9
A small improvement for environments
...
see comment in
https://github.com/davidhalter/jedi/commit/8d313e014fa15eaec9fae38080ff19d462bfdf1e
2019-02-22 01:04:01 +01:00
..
__init__.py
Fixed completions of global vars and tensorflow slowness,
fixes
#1228
,
#1116
2018-10-02 15:28:51 +02:00
classes.py
Don't create a FunctionExecutionContext if it's not used.
2018-08-03 00:25:25 +02:00
completion.py
Don't use internal parso APIs if possible
2018-06-29 10:04:03 +02:00
environment.py
A small improvement for environments
2019-02-22 01:04:01 +01:00
exceptions.py
A possible introduction for projects
2018-01-15 23:57:08 +01:00
helpers.py
Improve an error message, see
#1279
2019-02-16 04:32:03 +01:00
interpreter.py
All modules now have a code_lines attribute, see
#1062
2018-03-16 10:20:26 +01:00
keywords.py
Use set literals
2018-01-07 10:40:36 +02:00
project.py
fixing permission denied errors with project.json
2019-02-16 04:28:26 +01:00
replstartup.py
Document that using the REPL autocompletion is only available on Linux/Mac,
fixes
#1184
2018-09-30 13:36:05 +02:00