carbatpy.helpers.json_yaml_attribute_store_load =============================================== .. py:module:: carbatpy.helpers.json_yaml_attribute_store_load .. autoapi-nested-parse:: Read and load an instance of a class from/to a file from chatgpt Created on Thu Jul 25 13:40:23 2024 @author: atakan Classes ------- .. autoapisummary:: carbatpy.helpers.json_yaml_attribute_store_load.MyClass Functions --------- .. autoapisummary:: carbatpy.helpers.json_yaml_attribute_store_load.save_instance_to_file carbatpy.helpers.json_yaml_attribute_store_load.load_instance_from_file Module Contents --------------- .. py:function:: save_instance_to_file(instance, file_path) .. py:function:: load_instance_from_file(instance, file_path) .. py:class:: MyClass(name, age, occupation) .. py:attribute:: name .. py:attribute:: age .. py:attribute:: occupation .. py:attribute:: additional_info