mirror of
https://github.com/github/codeql.git
synced 2026-05-11 09:49:26 +02:00
10 lines
166 B
Plaintext
10 lines
166 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()
|