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

Class Flow::ParameterNode

A data flow node for a parameter.

Import path

import codeql.dataflow.VariableCapture

Direct supertypes

Indirect supertypes

Predicates

getParameter

Gets the parameter corresponding to this node.

Inherited predicates

getLocation

Gets the location of this node.

from ClosureNode
toString

Gets a textual representation of this node.

from ClosureNode