mirror of
https://github.com/github/codeql.git
synced 2026-01-24 20:02:58 +01:00
10 lines
226 B
Plaintext
10 lines
226 B
Plaintext
|
|
import python
|
|
|
|
import semmle.python.TestUtils
|
|
|
|
import semmle.python.web.tornado.Tornado
|
|
from ClassValue cls
|
|
where cls = aTornadoRequestHandlerClass()
|
|
select remove_library_prefix(cls.getScope().getLocation()), cls.toString()
|