Class DictUnpacking_
INTERNAL: See the class DictUnpacking
for further information.
Import path
import python
Direct supertypes
Indirect supertypes
Known direct subtypes
Predicates
getLocation | Gets the location of this dictionary unpacking. |
getValue | Gets the value of this dictionary unpacking. |
toString |
Inherited predicates
contains | Whether this contains | from AstNode |
containsInScope | Whether this contains | from AstNode |
getAChildNode | Gets a child node of this node in the AST. This predicate exists to aid exploration of the AST and other experiments. The child-parent relation may not be meaningful. For a more meaningful relation in terms of dependency use Expr.getASubExpression(), Stmt.getASubStatement(), Stmt.getASubExpression() or Scope.getAStmt(). | from DictItem |
getAFlowNode | Gets a flow node corresponding directly to this node. NOTE: For some statements and other purely syntactic elements, there may not be a | from AstNode |
getParent | Gets a parent of this dict_item | from DictItem_ |
getParentNode | Gets the parent node of this node in the AST. This predicate exists to aid exploration of the AST and other experiments. The child-parent relation may not be meaningful. For a more meaningful relation in terms of dependency use Expr.getASubExpression(), Stmt.getASubStatement(), Stmt.getASubExpression() or Scope.getAStmt() applied to the parent. | from AstNode |
getScope | Gets the scope that this node occurs in | from DictItem |
isArtificial | Whether this syntactic element is artificial, that is it is generated by the compiler and is not present in the source | from AstNode |