__new__, __init__ and pickle

E

Edward C. Jones

Suppose I want to define the class MyClass so I can create an instance by

MyClass(arg0, arg1, kwarg0=None, kwarg1=0, reuse=None, save=None)

If reuse is not None, it is the name of a pickle file. Unpickle the file
to get the instance.

If save is not None, it is a file name. Pickle the instance into the
file as part of creating the instance.

How do I write MyClass? Search Google Groups for the phrase "pickling a
subclass of tuple" to find a relevant article.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top