instances v. threads
Rob Snyder
arkham at gmail.com
Sat Nov 20 09:21:41 EST 2004
More information about the Python-list mailing list
Sat Nov 20 09:21:41 EST 2004
- Previous message (by thread): instances v. threads
- Next message (by thread): instances v. threads
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Scott David Daniels wrote: > Rob Snyder wrote: > ... >> Now, suppose your class really looked like this: >> >> class xyz: >> def one(stuff): >> self.data = stuff >> > > Let's make this (as I'm sure you know): > > class xyz: > > def one(self, stuff): > > self.data = stuff > > I just want to make sure newbies reading this doesn't get confused. > > --Scott David Daniels > Scott.Daniels at Acm.Org <smacks head> thanks Scott!
- Previous message (by thread): instances v. threads
- Next message (by thread): instances v. threads
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list