I've got a bunch of pickled class instances, and I'm trying to load them as variables using a function. The class has a self.name attribute, and I've got a list of
self.name for all the instances pickled separately. When I would like to attach the names of each instance to the corresponding class instance (using self.name
def loadClassInst():
classInstFile = "filepath"
_______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor