Skip to content

Commit 9338d21

Browse files
committed
Removes unnecessary explanation
1 parent 4059a99 commit 9338d21

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -434,10 +434,7 @@ class ClassValue extends Value {
434434
)
435435
}
436436

437-
/** Holds if this class is a mapping.
438-
*
439-
* This is an attempt to translate ClassObject::isMapping()
440-
*/
437+
/** Holds if this class is a mapping. */
441438
predicate isMapping() {
442439
this.hasAttribute("__getitem__")
443440
and

0 commit comments

Comments
 (0)