[Tutor] unpickling a class

Lloyd Hugh Allen lha2@columbia.edu
Sat, 22 Dec 2001 11:01:03 -0500


Andy W wrote:
>     if pickle_file is not None:

Can this be abbreviated to

     if pickle_file:

?