mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
7 lines
163 B
Plaintext
7 lines
163 B
Plaintext
import python
|
|
import semmle.python.web.pyramid.View
|
|
|
|
from Function func
|
|
where is_pyramid_view_function(func)
|
|
select func.getLocation().toString(), func.toString()
|