Files
codeql/python/ql/test/library-tests/ControlFlow/general/Comments.ql
2018-11-19 15:15:54 +00:00

7 lines
114 B
Plaintext

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