Python: QL doc

This commit is contained in:
Rasmus Lerchedahl Petersen
2020-08-18 15:11:20 +02:00
parent aab603d261
commit f8364dc74b

View File

@@ -102,6 +102,7 @@ module SpecialMethod {
}
}
/** A control flow node corresponding to a special method call. */
class SpecialMethodCallNode extends PotentialSpecialMethodCallNode {
Value resolvedSpecialMethod;