pencil.io.pkl_save

Functions

pkl_save(obj, name[, folder, ascii])

This scripts saves any kind of object as a pkl file in folder.

Module Contents

pencil.io.pkl_save.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