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.
1 parent d122a64 commit a11948bCopy full SHA for a11948b
1 file changed
python/ql/lib/semmle/python/ApiGraphs.qll
@@ -1069,7 +1069,7 @@ module API {
1069
1070
/** A label that gets the subscript of a sequence/mapping. */
1071
class LabelSubscript extends ApiLabel, MkLabelSubscript {
1072
- override string toString() { result = "getSubscript()" }
+ override string toString() { result = "getASubscript()" }
1073
}
1074
1075
/** A label for entry points. */
0 commit comments