HDMF Logo

Getting Started

  • Installing HDMF
  • Tutorials

Overview

  • Introduction
  • Software Architecture
  • Citing HDMF

Resources

  • API Documentation
    • Common data types
    • Base container classes
    • Build layer
    • Specification layer
    • I/O layer
    • Data I/O utilities
    • Development utilities
    • Validation utilities
      • Submodules
        • hdmf.validate.errors module
        • hdmf.validate.validator module
      • Module contents
    • Testing utilities
    • Full list of HDMF package contents
      • Subpackages
        • hdmf.backends package
        • hdmf.build package
        • hdmf.common package
        • hdmf.spec package
        • hdmf.testing package
        • hdmf.validate package
      • Submodules
      • Module contents
  • Extending Standards
  • Building API Classes
  • Export
  • Validating HDMF Data
  • Support for the HDMF Specification Language

For Developers

  • Installing HDMF for Developers
  • Contributing Guide
  • How to Make a Roundtrip Test
  • Software Process

For Maintainers

  • How to Make a Release

Legal

  • Copyright
  • License
HDMF
  • API Documentation
  • hdmf.validate package
  • View page source

hdmf.validate package

Submodules

  • hdmf.validate.errors module
    • Error
      • Error.name
      • Error.reason
      • Error.location
    • DtypeError
    • MissingError
    • ExpectedArrayError
    • ShapeError
    • MissingDataType
      • MissingDataType.data_type
    • IllegalLinkError
    • IncorrectDataType
    • IncorrectQuantityError
  • hdmf.validate.validator module
    • check_type
    • get_iso8601_regex
    • get_string_format
    • EmptyArrayError
    • get_type
    • check_shape
    • ValidatorMap
      • ValidatorMap.namespace
      • ValidatorMap.valid_types
      • ValidatorMap.get_validator
      • ValidatorMap.validate
    • Validator
      • Validator.spec
      • Validator.vmap
      • Validator.validate
      • Validator.get_spec_loc
      • Validator.get_builder_loc
    • AttributeValidator
      • AttributeValidator.validate
    • BaseStorageValidator
      • BaseStorageValidator.validate
    • DatasetValidator
      • DatasetValidator.validate
    • GroupValidator
      • GroupValidator.validate
    • SpecMatches
      • SpecMatches.add
    • SpecMatcher
      • SpecMatcher.unmatched_builders
      • SpecMatcher.spec_matches
      • SpecMatcher.assign_to_specs

Module contents

Previous Next

© Copyright 2017-2025, Hierarchical Data Modeling Framework.

Built with Sphinx using a theme provided by Read the Docs.