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
c8caa8f4ac3f1ed2c95da6740321c9adc1269d3d
jedi-fork
/
jedi
/
evaluate
/
context
History
Dave Halter
9bba91628a
Annotations can contain forward references even if they are not a string anymore
...
Since Python 3.7 this behavior can be imported with from future import __annotations
2018-07-28 16:35:24 +02:00
..
__init__.py
Common instance objects are now directly accessible
2017-09-30 18:19:25 +02:00
asynchronous.py
Fix the last async issue
2018-02-28 23:47:59 +01:00
function.py
Correct mistakes of lambda names
2018-03-08 09:52:35 +01:00
instance.py
Get some first stubs working
2018-07-25 23:48:53 +02:00
iterable.py
Dict comprehension items call should now work,
fixes
#1129
2018-06-07 21:00:23 +02:00
klass.py
Fix issues with default parameters in functions and classes
2018-03-08 09:59:09 +01:00
module.py
Annotations can contain forward references even if they are not a string anymore
2018-07-28 16:35:24 +02:00
namespace.py
Fix namespace autocompletion error
2018-05-03 09:12:17 +02:00