Bases: object
Class for validating NWB files.
The validator ensures that the file is either:
-
file: Path | NWBFile
Path to the NWB file on disk (ending in “.nwb”) or an NWBFile object.
-
suffixes: ClassVar[set[str]] = {'.nwb'}
Expected suffix(es) for the file.