Files
codeql/python/ql/test/library-tests/web/twisted/Methods.ql
2019-12-18 10:42:39 +01:00

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())