On Fri, 21 Nov 2003 09:56:07 -0500, campbell95 wrote:
I've been hacking visual basic for several years and understand the basic
concepts of OOP. That said, I'm stumped here with the Python Class.
I've been hacking visual basic for several years and understand the basic
concepts of OOP. That said, I'm stumped here with the Python Class.
def getSomething(self):
return self.something
return self.something
x.getSomething
-Mark