forked from VimPlug/jedi
Ignore Final/ClassVar if they don't have a generic assignment
This commit is contained in:
@@ -555,15 +555,3 @@ def typed_dict_test_foo(arg: Bar):
|
||||
arg['an_int']
|
||||
#? int()
|
||||
arg['another_variable']
|
||||
|
||||
# -------------------------
|
||||
# Final
|
||||
# -------------------------
|
||||
|
||||
x: Final[str] = 1
|
||||
y: Final = 1
|
||||
#? str()
|
||||
x
|
||||
# TODO
|
||||
#?
|
||||
y
|
||||
|
||||
Reference in New Issue
Block a user