DefinitionDict ============== .. currentmodule:: hed.models.definition_dict .. autoclass:: hed.models.definition_dict.DefinitionDict :noindex: .. rubric:: Methods .. autosummary:: DefinitionDict.__init__ DefinitionDict.add_definitions DefinitionDict.check_for_definitions DefinitionDict.get DefinitionDict.get_as_strings DefinitionDict.get_definition_entry DefinitionDict.items .. rubric:: Attributes .. autosummary:: DefinitionDict.issues .. _method-__init__: .. automethod:: hed.models.definition_dict.DefinitionDict.__init__ .. _method-add_definitions: .. automethod:: hed.models.definition_dict.DefinitionDict.add_definitions .. _method-check_for_definitions: .. automethod:: hed.models.definition_dict.DefinitionDict.check_for_definitions .. _method-get: .. automethod:: hed.models.definition_dict.DefinitionDict.get .. _method-get_as_strings: .. automethod:: hed.models.definition_dict.DefinitionDict.get_as_strings .. _method-get_definition_entry: .. automethod:: hed.models.definition_dict.DefinitionDict.get_definition_entry .. _method-items: .. automethod:: hed.models.definition_dict.DefinitionDict.items .. _attribute-issues: .. autoattribute:: hed.models.definition_dict.DefinitionDict.issues