We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565543a commit b2f5bfaCopy full SHA for b2f5bfa
1 file changed
python/ql/src/semmle/python/functions/ModificationOfParameterWithDefaultCustomizations.qll
@@ -54,7 +54,7 @@ module ModificationOfParameterWithDefault {
54
*/
55
abstract class MustBeNonEmpty extends DataFlow::Node { }
56
57
- /** Gets the truthiness (non emptyness) of the default of `p` if that value is mutable */
+ /** Gets the truthiness (non emptiness) of the default of `p` if that value is mutable */
58
private boolean mutableDefaultValue(Parameter p) {
59
exists(Dict d | p.getDefault() = d |
60
exists(d.getAKey()) and result = true
0 commit comments