orkes.graph.check_dict_values_type# orkes.graph.check_dict_values_type(d, cls)[source]# Checks if all values in a dictionary are of a certain type. Parameters: d (dict) – The dictionary to check. cls (type) – The expected type of the values. Returns: True if all values are of the specified type, False otherwise. Return type: bool