pencil.io.dill_load
Functions
|
This scripts loads an dill-file. It automatically checks known folders if no folder is specified. |
Module Contents
- pencil.io.dill_load.dill_load(name, folder=False, sim=False, quiet=True)
This scripts loads an dill-file. It automatically checks known folders if no folder is specified. :param name: Name of dill-file (<name>.dill) :param folder: Folder containing dill file :param sim: Simulation for checking automatically folders for
Example
to read “.pc/sim.dill” use: dill_load(‘sim’, ‘.pc’) or simply dill_load(‘sim’), since dill_load checks for following folders automatically: ‘.pc’, ‘data/.pc’