radtools.dump_pickle#

radtools.dump_pickle(object, filename)[source]#

Save any python Object in a binary format.

Parameters:
filenamestr

Name of the file for the Object to be saved in. ".pickle" is added automatically.