mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
Python points-to: Add clarifying comment on internal object predicate.
This commit is contained in:
@@ -411,6 +411,8 @@ class UndefinedInternal extends ObjectInternal, TUndefined {
|
||||
|
||||
override string getName() { none() }
|
||||
|
||||
/** Holds if this object requires context to determine the object resulting from a call to it.
|
||||
* True for most callables. */
|
||||
override predicate contextSensitiveCallee() { none() }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user