Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eaeafd commit 7b070baCopy full SHA for 7b070ba
1 file changed
python/ql/lib/semmle/python/types/IgnoredAndApproximations.txt
@@ -28,7 +28,7 @@ def f(): pass
28
is equivalent to f = dec(x)(f)
29
but in a context-insensitive context.
30
Need a method:
31
-Object decoratored_function(Object decorator, Object undecorated);
+Object decorated_function(Object decorator, Object undecorated);
32
But what is the decorator and what object is available as a result?
33
Need to create an object for each decorator of a class or function.
34
That should be the actual Object.
0 commit comments