You are taking the piss RIGHT ?
KEK
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.