class decorators are just being ignored, until I know of a use case, where Jedi returns the wrong results

This commit is contained in:
David Halter
2012-09-02 14:48:27 +02:00
parent 1afdb69314
commit 1f21fadf55
3 changed files with 11 additions and 2 deletions

View File

@@ -141,3 +141,12 @@ def follow_statement(stmt):
# here we had problems with the else clause, because the parent was not right.
#? int()
follow_statement(1)
# -----------------
# class decorators
# -----------------
# class decorators should just be ignored
@should_ignore
class A(): pass