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

13 lines
305 B
XML

<!DOCTYPE qhelp PUBLIC
"-//Semmle//qhelp//EN"
"qhelp.dtd">
<qhelp>
<fragment>
<p> Variables that are defined in a group, for example <code>x, y = func()</code> are handled collectively.
If they are all unused, then this is reported. Otherwise they are all treated as used.
</p>
</fragment>
</qhelp>