Skip to content

Commit 7643aac

Browse files
committed
revert bad nomagic
1 parent 35c7fa5 commit 7643aac

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

python/ql/lib/semmle/python/objects/ObjectAPI.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ module Value {
263263
* object of that name.
264264
* For example `Value::named("len")` is the `Value` representing the `len` built-in function.
265265
*/
266-
pragma[nomagic]
267266
Value named(string name) {
268267
exists(string modname, string attrname | name = modname + "." + attrname |
269268
result = Module::named(modname).attr(attrname)

0 commit comments

Comments
 (0)