We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc50e90 commit 3e38339Copy full SHA for 3e38339
3 files changed
python/ql/src/semmle/python/web/tornado/Tornado.qll
@@ -11,10 +11,6 @@ ClassObject aTornadoRequestHandlerClass() {
11
result.getASuperType() = theTornadoRequestHandlerClass()
12
}
13
14
-FunctionObject getTornadoRequestHandlerMethod(string name) {
15
- result = theTornadoRequestHandlerClass().declaredAttribute(name)
16
-}
17
-
18
/** Holds if `node` is likely to refer to an instance of a tornado
19
* `RequestHandler` class.
20
*/
python/ql/test/library-tests/web/tornado/Methods.expected
python/ql/test/library-tests/web/tornado/Methods.ql
0 commit comments