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

Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
yoff
2020-10-08 10:53:52 +02:00
committed by GitHub
parent 19796a4c9c
commit 7d086b23ff

View File

@@ -565,7 +565,7 @@ abstract class DataFlowCall extends TDataFlowCall {
}
/**
* Represents a call to a callable (currently only callable values).
* Represents a call to a function/lambda.
* This excludes calls to bound methods, classes, and special methods.
* Bound method calls and class calls insert an argument for the explicit
* `self` parameter, and special method calls have special argument passing.