Files
codeql/python/ql/test/library-tests/ControlFlow/general/Comments.ql
2020-03-30 11:59:10 +02:00

6 lines
113 B
Plaintext

import python
from Module m, int n
where n = m.getMetrics().getNumberOfLinesOfComments()
select m.toString(), n