Skip to content

Commit aab603d

Browse files
committed
Python: QL doc
1 parent d0eaa13 commit aab603d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/ql/src/experimental/dataflow/internal/DataFlowPrivate.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ class CallNodeCall extends DataFlowCall, TCallNode {
200200
override DataFlowCallable getEnclosingCallable() { result.getScope() = call.getNode().getScope() }
201201
}
202202

203+
/** Represents a call to a special method. */
203204
class SpecialCall extends DataFlowCall, TSpecialCall {
204205
SpecialMethodCallNode special;
205206

0 commit comments

Comments
 (0)