Class ArgumentPosition
An argument 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 argument named |
isLambdaSelf | Holds if this position represents a lambda |
isPositional | Holds if this position represents a positional argument at (0-based) |
isSelf | Holds if this position represents a |
isStarArgs | Holds if this position represents a |
toString | Gets a textual representation of this element. |