venue coding q

Ivan R. Judson judson at mcs.anl.gov
Thu Feb 20 11:27:57 CST 2003


Late night coding, copying style from various places.

--Ivan

> -----Original Message-----
> From: owner-ag-dev at mcs.anl.gov 
> [mailto:owner-ag-dev at mcs.anl.gov] On Behalf Of Robert Olson
> Sent: Thursday, February 20, 2003 11:05 AM
> To: ag-dev at mcs.anl.gov
> Subject: venue coding q
> 
> 
> is there a reason that this:
> 
> >         self.__dict__["users"] = dict()
> >         self.__dict__["clients"] = dict()
> >         self.__dict__["nodes"] = dict()
> >         self.__dict__["dataStore"] = None
> >         self.__dict__["multicastAddressAllocator"] = None
> >         self.__dict__["cleanupTime"] = 30
> >         self.__dict__["nextPrivateId"] = 1
> >         self.__dict__["encryptionKey"] = AllocateEncryptionKey()
> 
> 
> isn't just written
> 
>          self.users = {}
> 
> etc ?
> 
> --bob 
> 




More information about the ag-dev mailing list