Skip to content

Commit e29b756

Browse files
committed
Python: Add missing QLDoc for subclass label
1 parent 2408573 commit e29b756

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/ql/src/semmle/python/ApiGraphs.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,5 +585,6 @@ private module Label {
585585
/** Gets the `return` edge label. */
586586
string return() { result = "getReturn()" }
587587

588+
/** Gets the `subclass` edge label. */
588589
string subclass() { result = "getASubclass()" }
589590
}

0 commit comments

Comments
 (0)