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 2408573 commit e29b756Copy full SHA for e29b756
1 file changed
python/ql/src/semmle/python/ApiGraphs.qll
@@ -585,5 +585,6 @@ private module Label {
585
/** Gets the `return` edge label. */
586
string return() { result = "getReturn()" }
587
588
+ /** Gets the `subclass` edge label. */
589
string subclass() { result = "getASubclass()" }
590
}
0 commit comments