Files
codeql/python/ql/src/Lexical/CommentedOutCodeExample.inc.qhelp
2021-03-04 22:04:48 +01:00

17 lines
313 B
XML

<!DOCTYPE qhelp PUBLIC
"-//Semmle//qhelp//EN"
"qhelp.dtd">
<qhelp>
<example>
<p>
In the following example, a <code>print</code> statement, originally used
for debugging, is left in the code, but commented out. It should be removed altogether.
</p>
<sample src="CommentedOutCode.py" />
</example>
</qhelp>