pencil.io.pkl_save ================== .. py:module:: pencil.io.pkl_save Functions --------- .. autoapisummary:: pencil.io.pkl_save.pkl_save Module Contents --------------- .. py:function:: pkl_save(obj, name, folder='.pc', ascii=True) This scripts saves any kind of object as a pkl file in folder. Args: obj: object you want to save in an pkl file name: name of pkl file, '.pkl' will be added automatically if missing ascii: if you dont want to save pkl file in ascii set this to false