Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Astroid 4.0.0dev1 documentation
Astroid 4.0.0dev1 documentation
  • Inference Introduction
  • Extending astroid syntax tree
  • API
    • General API
    • Nodes
      • AnnAssign
      • Arguments
      • Assert
      • Assign
      • AssignAttr
      • AssignName
      • AsyncFor
      • AsyncFunctionDef
      • AsyncWith
      • Attribute
      • AugAssign
      • Await
      • BinOp
      • BoolOp
      • Break
      • Call
      • ClassDef
      • Compare
      • Comprehension
      • Const
      • Continue
      • Decorators
      • DelAttr
      • DelName
      • Delete
      • Dict
      • DictComp
      • DictUnpack
      • EmptyNode
      • ExceptHandler
      • Expr
      • For
      • FormattedValue
      • FunctionDef
      • GeneratorExp
      • Global
      • If
      • IfExp
      • Import
      • ImportFrom
      • JoinedStr
      • Keyword
      • Lambda
      • List
      • ListComp
      • Match
      • MatchAs
      • MatchCase
      • MatchClass
      • MatchMapping
      • MatchOr
      • MatchSequence
      • MatchSingleton
      • MatchStar
      • MatchValue
      • Module
      • Name
      • Nonlocal
      • ParamSpec
      • Pass
      • Raise
      • Return
      • Set
      • SetComp
      • Slice
      • Starred
      • Subscript
      • Try
      • TryStar
      • Tuple
      • TypeAlias
      • TypeVar
      • TypeVarTuple
      • UnaryOp
      • Unknown
      • While
      • With
      • Yield
      • YieldFrom
    • Base Nodes
      • BaseContainer
      • ComprehensionScope
      • LocalsDictNodeNG
      • NodeNG
      • Pattern
    • Exceptions
  • What’s New in astroid
    • astroid’s ChangeLog

Indices

  • Index
  • Module Index
Back to top
View this page

DictUnpack¶

class astroid.nodes.DictUnpack(lineno: int | None, col_offset: int | None, parent: NodeNG | None, *, end_lineno: int | None, end_col_offset: int | None)[source]¶

Bases: NoChildrenNode

Represents the unpacking of dicts into dicts using PEP 448.

Next
EmptyNode
Previous
DictComp
Copyright © 2003-2025, Logilab, and astroid contributors
Made with Sphinx and @pradyunsg's Furo
On this page
  • DictUnpack
    • DictUnpack