Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8558cb3 commit 685826eCopy full SHA for 685826e
1 file changed
python/ql/src/semmle/python/objects/ObjectInternal.qll
@@ -97,6 +97,7 @@ class ObjectInternal extends TObject {
97
* for an object `x` the attribute `name` (`x.name`) may refer to a bound-method, an attribute of the
98
* instance, or an attribute of the class.
99
*/
100
+ pragma [nomagic]
101
abstract predicate attribute(string name, ObjectInternal value, CfgOrigin origin);
102
103
/** Holds if the attributes of this object are wholy or partly unknowable */
0 commit comments