pyrokinetics.file_utils.FileInferenceException

pyrokinetics.file_utils.FileInferenceException#

exception pyrokinetics.file_utils.FileInferenceException(excs)[source]#

Collection of Exceptions to be raised at once.

Used by _infer_file_type() if the file type can’t be determined. Shows the user all exceptions that were raised in the process of guessing the file type.

Should be replaced with ExceptionGroup in Python 3.11

Parameters:

excs (Dict[str, Exception])