Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af469fd + 20fc64c commit c6c307fCopy full SHA for c6c307f
1 file changed
python/ql/src/semmle/python/objects/Constants.qll
@@ -78,6 +78,7 @@ abstract class ConstantObjectInternal extends ObjectInternal {
78
79
}
80
81
+pragma[nomagic]
82
private boolean callToBool(CallNode call, PointsToContext context) {
83
PointsToInternal::pointsTo(call.getFunction(), context, ClassValue::bool(), _) and
84
exists(ObjectInternal arg |
0 commit comments