Class ParameterPosition
A parameter position.
Import path
import semmle.python.dataflow.new.internal.DataFlowDispatch
Direct supertypes
Predicates
isDictSplat |
Holds if this position represents a |
isKeyword |
Holds if this position represents a keyword parameter named |
isPositional |
Holds if this position represents a positional parameter at (0-based) |
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. |