pybtls.utils.output_pickle.load_output#

load_output(file_path)[source]#

Load the output data from a file.

Parameters:

file_path (Path) – The path to the file where the output data is saved.

Returns:

The output data.

Return type:

dict[str, _OutputManager]