File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
python/ql/src/semmle/python/objects Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ class ObjectInternal extends TObject {
156
156
predicate functionAndOffset ( CallableObjectInternal function , int offset ) { none ( ) }
157
157
158
158
/** Holds if this 'object' represents an entity that should be exposed to the legacy points_to API
159
- * This should hold for almost objects that do not have an underlying DB object representing their source,
159
+ * This should hold for almost all objects that do not have an underlying DB object representing their source,
160
160
* for example `super` objects and bound-method. This should not hold for objects that are inferred to exists by
161
161
* an import statements or the like, but which aren't in the database. */
162
162
/* This predicate can be removed when the legacy points_to API is removed. */
You can’t perform that action at this time.
0 commit comments