ClassWithMetaData
Class to manage metadata, providing methods to convert to/from dict and JSON.
sync_field_image_db(image, element_db, tag_name[, ...])
sync_field_image_db
sync_field_image_to_db(image, element_db, tag_name)
sync_field_image_to_db
sync_field_db_to_image(image, element_db, tag_name)
sync_field_db_to_image
sync_field_image_db_auto(image, element_db, tag_name)
sync_field_image_db_auto
sync_field_image_db_check(image, element_db, tag_name)
sync_field_image_db_check
Class to manage metadata, providing methods to convert to/from dict and JSON. The class fields that are considered as metadata are store in _metadata_fields.
Store the metadata attributes to a dictionary.
Set the metadata attributes of the instance from a dictionary.
Save the metadata attributes to a JSON file.
Load metadata attributes from a JSON file.
Contents: