1
0
forked from VimPlug/jedi

function annotations are now safely ignored by the evaluation. the parser just stores them in the right objects.

This commit is contained in:
David Halter
2012-09-02 12:39:11 +02:00
parent acd6488891
commit 1afdb69314
4 changed files with 51 additions and 9 deletions

View File

@@ -46,11 +46,12 @@ Jedi supports many of the widely used Python features:
`__get__`, `__getitem__`, `__init__`
- support for list.append, set.add, list.extend, etc.
- (nested) list comprehensions / ternary expressions
- function annotations (py3k feature, are ignored right now, but being parsed.
I don't know what to do with them.)
However, it does not yet support (and probably will in future versions, because
they are on my todo list):
- function annotations (py3k feature)
- class decorators (py3k feature)
- getattr() / __getattr__ / __getattribute__
- sys.path modifications