run the non-us patch

This commit is contained in:
Erik Krogh Kristensen
2021-12-20 16:24:41 +01:00
parent 2f559696e4
commit d17879e1f9
39 changed files with 65 additions and 65 deletions

View File

@@ -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