We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c9aff commit b2c8e0fCopy full SHA for b2c8e0f
python/ql/test/experimental/dataflow/typetracking/test.py
@@ -65,6 +65,9 @@ def foo():
65
also_x = foo() # $ MISSING: tracked
66
print(also_x) # $ MISSING: tracked
67
68
+# ------------------------------------------------------------------------------
69
+# Function decorator
70
71
72
def my_decorator(func):
73
# This part doesn't make any sense in a normal decorator, but just shows how we
0 commit comments