pygeodes.utils.dataclasses_utils.class_from_args#

pygeodes.utils.dataclasses_utils.class_from_args(class_obj, arg_dict: str)[source]#

Returns an instance of a class from the class object and a dictionnary containing all the args

Parameters:
class_objClass

a class object

arg_dictstr

an argument dictionnary

Returns:
_type_

an instance of the class class_obj