simdb.validation.file.ids_validator module¶
- class simdb.validation.file.ids_validator.IdsValidator[source]¶
Bases:
FileValidatorBase- configure(arguments: dict)[source]¶
Configure the validator with the given arguments.
Needs to be able to configure the validator from both the options found in the [file_validation] section of the server configuration file, and from the dictionary returned from the options() method.