mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
Python points-to: Cache objects.
This commit is contained in:
@@ -7,7 +7,7 @@ private import semmle.python.pointsto.PointsToContext
|
||||
/** Internal type backing `ObjectInternal` and `Value`
|
||||
* See `ObjectInternal.qll` for an explanation of the API.
|
||||
*/
|
||||
newtype TObject =
|
||||
cached newtype TObject =
|
||||
/* Builtin class objects */
|
||||
TBuiltinClassObject(Builtin bltn) {
|
||||
bltn.isClass() and
|
||||
|
||||
Reference in New Issue
Block a user