Anonymous ID: 7e6d44 May 13, 2018, 2:44 a.m. No.1395194   🗄️.is 🔗kun   >>5199 >>5231

FUCKING MCFLY !

 

Suppose you want to “pickle” an object — dump it to a pickle file for persistent storage.

 

When you pickle an object, you do two things.

 

You open the file that you want to use as the pickle file. The open(…) returns a file handle object.

You pass the object that you want to pickle, and the file handle object, to pickle.