API¶
Package emcdproj¶
Todo
Provide package description.
Module emcdproj.exceptions¶
Family of exceptions for package API.
- exception emcdproj.exceptions.DataAwol(source: str, label: str)¶
Bases:
Omnierror,AssertionErrorUnexpected data absence.
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- args¶
- exception emcdproj.exceptions.FileAwol(file: str | Path)¶
Bases:
Omnierror,AssertionErrorUnexpected file absence.
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- args¶
- exception emcdproj.exceptions.FileDataAwol(file: str | Path, label: str)¶
Bases:
DataAwolUnexpected data absence from file.
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- args¶
- exception emcdproj.exceptions.FileEmpty(file: str | Path)¶
Bases:
Omnierror,AssertionErrorUnexpectedly empty file.
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- args¶
- exception emcdproj.exceptions.Omnierror(*posargs: Any, **nomargs: Any)¶
Bases:
Omniexception,ExceptionBase for error exceptions raised by package API.
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- args¶
- exception emcdproj.exceptions.Omniexception(*posargs: Any, **nomargs: Any)¶
Bases:
BaseExceptionBase for all exceptions raised by package API.
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- args¶