We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7997e1d commit 2fa20ebCopy full SHA for 2fa20eb
python/ql/src/semmle/python/objects/ObjectAPI.qll
@@ -423,7 +423,7 @@ class ClassValue extends Value {
423
/* To determine whether something is a sequence or a mapping is not entirely clear,
424
* so we need to guess a bit.
425
*/
426
- this.getASuperType() = ClassValue::tupleType()
+ this.getASuperType() = ClassValue::tuple()
427
or
428
this.getASuperType() = ClassValue::list()
429
0 commit comments