Skip to content

Commit 9c2b506

Browse files
committed
Python points-to: Add clarifying comment on internal object predicate.
1 parent 6f1399b commit 9c2b506

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/ql/src/semmle/python/objects/ObjectInternal.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,8 @@ class UndefinedInternal extends ObjectInternal, TUndefined {
411411

412412
override string getName() { none() }
413413

414+
/** Holds if this object requires context to determine the object resulting from a call to it.
415+
* True for most callables. */
414416
override predicate contextSensitiveCallee() { none() }
415417

416418
}

0 commit comments

Comments
 (0)