Class ParameterPosition
A parameter position.
Import path
import semmle.python.dataflow.new.internal.DataFlowDispatchDirect supertypes
Predicates
| isDictSplat | Holds if this position represents a |
| isKeyword | Holds if this position represents a keyword parameter named |
| isLambdaSelf | Holds if this position represents a reference to a lambda itself. Only used for tracking flow through captured variables. |
| isPositional | Holds if this position represents a positional parameter at (0-based) |
| isPositionalLowerBound | Holds if this position represents any positional parameter starting from position |
| isSelf | Holds if this position represents a |
| isStarArgs | Holds if this position represents a |
| isSynthDictSplat | Holds if this position represents a synthetic |
| isSynthStarArgsElement | Holds if this position represents a synthetic parameter at or after (0-based) position |
| toString | Gets a textual representation of this element. |