mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Python: QL doc
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user