fetch3.utils.load_yaml#

load_yaml(file_path)#

Load contents of a yaml file to a dictionary

Parameters:

file_path (str or Path) – Path of yaml file

Returns:

Dict with contents of yaml file

Return type:

dict