Python: Ignore functions with @property decorator for now

This commit is contained in:
Rasmus Wriedt Larsen
2022-10-14 11:38:45 +02:00
parent cba93ded77
commit 1e96ced3ab
2 changed files with 13 additions and 2 deletions

View File

@@ -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