Skip to content
Advertisement

Tag: var

Pickle all variables

I”m looking for a way to pickle all the variables with their values in a sorted order. I’m trying the method below: Expected result: Append value of va to totalList , then vb’s value..and so on. And then dump the totalList to a pickle file. I’m getting result like this: I want to get rid of the results (‘pickle’, ‘time’,

Advertisement