mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
Removes unnecessary explanation
This commit is contained in:
@@ -434,10 +434,7 @@ class ClassValue extends Value {
|
||||
)
|
||||
}
|
||||
|
||||
/** Holds if this class is a mapping.
|
||||
*
|
||||
* This is an attempt to translate ClassObject::isMapping()
|
||||
*/
|
||||
/** Holds if this class is a mapping. */
|
||||
predicate isMapping() {
|
||||
this.hasAttribute("__getitem__")
|
||||
and
|
||||
|
||||
Reference in New Issue
Block a user