mirror of
https://github.com/github/codeql.git
synced 2026-01-01 00:27:24 +01:00
7 lines
190 B
Plaintext
7 lines
190 B
Plaintext
|
|
import python
|
|
import Lexical.CommentedOutCode
|
|
|
|
from CommentedOutCodeBlock c, int bl, int el
|
|
where c.hasLocationInfo(_, bl, _, el, _) and not c.maybeExampleCode()
|
|
select bl, el, c.toString() |