mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-19 23:09:43 +08:00
class decorators are just being ignored, until I know of a use case, where Jedi returns the wrong results
This commit is contained in:
+2
-1
@@ -48,11 +48,12 @@ Jedi supports many of the widely used Python features:
|
||||
- (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.)
|
||||
- class decorators (py3k feature, are being ignored too, until I find a use
|
||||
case, that doesn't work with Jedi)
|
||||
|
||||
However, it does not yet support (and probably will in future versions, because
|
||||
they are on my todo list):
|
||||
|
||||
- class decorators (py3k feature)
|
||||
- getattr() / __getattr__ / __getattribute__
|
||||
- sys.path modifications
|
||||
- manipulations of instances outside the instance variables, without using
|
||||
|
||||
Reference in New Issue
Block a user