We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7eaf2b commit 5b6675aCopy full SHA for 5b6675a
python/ql/test/library-tests/web/tornado/Classes.expected
@@ -1,4 +1,4 @@
1
-| class DeepInheritance | test.py:23 |
2
-| class Handler1 | test.py:4 |
3
-| class Handler2 | test.py:8 |
4
-| class Handler3 | test.py:14 |
+| test.py:4 | class Handler1 |
+| test.py:8 | class Handler2 |
+| test.py:14 | class Handler3 |
+| test.py:23 | class DeepInheritance |
python/ql/test/library-tests/web/tornado/Classes.ql
@@ -6,4 +6,4 @@ import semmle.python.TestUtils
6
import semmle.python.web.tornado.Tornado
7
from ClassValue cls
8
where cls = aTornadoRequestHandlerClass()
9
-select cls.toString(), remove_library_prefix(cls.getScope().getLocation())
+select remove_library_prefix(cls.getScope().getLocation()), cls.toString()
0 commit comments