mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
Python: Ignore functions with @property decorator for now
This commit is contained in:
@@ -51,4 +51,4 @@ prop.arg2 = 43
|
||||
del prop.arg2
|
||||
|
||||
f = prop.func_prop
|
||||
f() # $ SPURIOUS: tt=Prop.func_prop MISSING: tt=func
|
||||
f() # $ MISSING: tt=func
|
||||
|
||||
Reference in New Issue
Block a user