radtools.dump_pickle# radtools.dump_pickle(object, filename)[source]# Save any python Object in a binary format. Parameters: filenamestrName of the file for the Object to be saved in. ".pickle" is added automatically.