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

Member predicate DictKind :: getTaintOfMethodResult

Gets the kind of taint results from calling the named method if an object is tainted with this taint. In other words, if x has this kind of taint then it implies that x.name() has result kind of taint.

TaintKind getTaintOfMethodResult ( string name )