CodeQL library for Python
codeql/python-all 0.12.1 (changelog, source)
Search

Predicate parseInt

Parses an integer constant n or interval n1..n2 (inclusive) and gets the value of the constant or any value contained in the interval.

Import path

import codeql.dataflow.internal.AccessPathSyntax
int parseInt(string arg)