__new__, __init__ and pickle
- From: "Edward C. Jones" <edcjones@xxxxxxxxxxx>
- Date: Wed, 29 Jun 2005 23:54:17 -0400
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.
.
- Prev by Date: Re: Favorite non-python language trick?
- Next by Date: Re: aligning text with space-normalized text
- Previous by thread: Help please: How to assign an object name at runtime
- Next by thread: how to shrink a numarray array?
- Index(es):