Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
ASDF ProjectsTutorialsCommunity
asdf v4.2.0
Light Logo Dark Logo
asdf v4.2.0
  • Installation
  • Overview
  • Core Features
    • Array Data
    • Using Extensions
  • Configuration
  • Command line tool
  • Common use cases
  • URIs in ASDF
  • ASDF schemas
  • Resources and resource mappings
  • Converters
  • Extensions
  • Extension manifests
  • Binary block compressors
  • Validators
  • User API
    • asdf Package
      • config_context
      • get_config
      • info
      • open
      • AsdfFile
      • ExternalArrayReference
      • IntegerType
      • __version__
    • asdf.search Module
      • AsdfSearchResult
    • asdf.config Module
      • config_context
      • get_config
      • AsdfConfig
  • Developer API
    • get_tag
    • tag_object
    • Tagged
    • TaggedDict
    • TaggedList
    • TaggedString
    • AsdfConversionWarning
    • AsdfDeprecationWarning
    • AsdfLazyReferenceError
    • AsdfManifestURIMismatchWarning
    • AsdfPackageVersionWarning
    • AsdfProvisionalAPIWarning
    • AsdfSerializationError
    • AsdfWarning
    • DelimiterNotFoundError
    • ValidationError
    • get_cached_extension_manager
    • Compressor
    • Converter
    • ConverterProxy
    • Extension
    • ExtensionManager
    • ExtensionProxy
    • ManifestExtension
    • SerializationContext
    • TagDefinition
    • Validator
    • DirectoryResourceMapping
    • JsonschemaResourceMapping
    • ResourceManager
    • ResourceMappingProxy
    • custom_tree_to_tagged_tree
    • tagged_tree_to_custom_tree
    • get_children
    • is_container
    • iter_tree
    • walk
    • walk_and_modify
    • calculate_padding
    • get_array_base
    • get_base_uri
    • get_class_name
    • get_file_type
    • load_yaml
    • uri_match
    • FileType
    • join_tag_version
    • split_tag_version
    • AsdfVersion
    • AsdfVersionMixin
    • check_schema
    • fill_defaults
    • load_schema
    • remove_defaults
    • validate
    • AsdfObject
    • Constant
    • ExtensionMetadata
    • HistoryEntry
    • NDArrayType
    • Software
    • Stream
    • SubclassMetadata
    • roundtrip_object
    • yaml_to_asdf
    • AsdfDictNode
    • AsdfListNode
    • AsdfOrderedDictNode
  • Contributing
  • ASDF-format Open Source Code of Conduct
  • Release Cycle and Major Dependency Support Policy
  • What’s New
  • Deprecations
  • Change Log
  • Citation
Back to top
View this page

TaggedDict¶

class asdf.tagged.TaggedDict(data=None, tag=None)[source]¶

Bases: Tagged, UserDict, dict

A Python dict with a tag attached.

Attributes Summary

flow_style

property_order

Attributes Documentation

flow_style = None¶
property_order = None¶
Next
TaggedList
Previous
Tagged
Copyright © 2025, The ASDF Developers <help@stsci.edu>
Made with Sphinx and @pradyunsg's Furo
Last updated on 30 May 2025
On this page
  • TaggedDict
    • TaggedDict
      • TaggedDict.flow_style
      • TaggedDict.property_order