edfio.AnonymizedDateError#

exception edfio.AnonymizedDateError[source]#

Bases: ValueError

Raised when trying to access an anonymized startdate or birthdate.

with_traceback()[source]#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.