mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
run the non-us patch
This commit is contained in:
@@ -175,7 +175,7 @@ newtype TObject =
|
||||
not count(instantiation.getAnArg()) = 1 and
|
||||
Types::getMro(metacls).contains(TType())
|
||||
} or
|
||||
/** Represents `sys.version_info`. Acts like a tuple with a range of values depending on the version being analysed. */
|
||||
/** Represents `sys.version_info`. Acts like a tuple with a range of values depending on the version being analyzed. */
|
||||
TSysVersionInfo() or
|
||||
/** Represents a module that is inferred to perhaps exist, but is not present in the database. */
|
||||
TAbsentModule(string name) { missing_imported_module(_, _, name) } or
|
||||
|
||||
Reference in New Issue
Block a user