[Tutor] Re: *var*

Luiz Siqueira Neto cybersamurai@mac.com
Wed Jul 9 12:29:02 2003


Okay, it is probable a *emphasis*. Thanks.  :)

I see this in a source generated by WxGlade tool.

example:

--
def makeSome(y):
     x = "Foobar" + y
     *return* x
--

Now another question:
the __doc__ is only a variable defined in some super class to associate 
the documentation or is more of this?
Where I can get some about documentation inside a class?

Thanks again.  :)