Python: QL doc

This commit is contained in:
Rasmus Lerchedahl Petersen
2020-08-18 14:37:59 +02:00
parent d0eaa13974
commit aab603d261

View File

@@ -200,6 +200,7 @@ class CallNodeCall extends DataFlowCall, TCallNode {
override DataFlowCallable getEnclosingCallable() { result.getScope() = call.getNode().getScope() }
}
/** Represents a call to a special method. */
class SpecialCall extends DataFlowCall, TSpecialCall {
SpecialMethodCallNode special;