mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
8 lines
224 B
Plaintext
8 lines
224 B
Plaintext
import python
|
|
import semmle.python.TestUtils
|
|
import semmle.python.web.twisted.Twisted
|
|
|
|
from ClassValue cls
|
|
where cls = aTwistedRequestHandlerClass()
|
|
select cls.toString(), remove_library_prefix(cls.getScope().getLocation())
|