mirror of
https://github.com/github/codeql.git
synced 2025-12-19 10:23:15 +01:00
8 lines
257 B
Plaintext
8 lines
257 B
Plaintext
import python
|
|
import semmle.python.TestUtils
|
|
import semmle.python.web.twisted.Twisted
|
|
|
|
from FunctionValue func, string name
|
|
where func = getTwistedRequestHandlerMethod(name)
|
|
select name, func.toString(), remove_library_prefix(func.getScope().getLocation())
|