On Feb 22, 5:37 pm, "Jason" <[EMAIL PROTECTED]> wrote:
> On Feb 22, 8:27 am, [EMAIL PROTECTED] wrote:
>
> > Hello,
> > Sorry guys for this newbie questions. But I wonder if there is a
> > standard or build-in method to know the methods of a class?
>
> > I'm not originally a progrommer and I have wo
On Feb 22, 8:27 am, [EMAIL PROTECTED] wrote:
> Hello,
> Sorry guys for this newbie questions. But I wonder if there is a
> standard or build-in method to know the methods of a class?
>
> I'm not originally a progrommer and I have worked with python/qt in a
> basic level. Now I work a package which
Check out the dir() function. It does what you want, I think.
Tom
On Feb 22, 9:27 am, [EMAIL PROTECTED] wrote:
> Hello,
> Sorry guys for this newbie questions. But I wonder if there is a
> standard or build-in method to know the methods of a class?
>
> I'm not originally a progrommer and I have
Hello,
Sorry guys for this newbie questions. But I wonder if there is a
standard or build-in method to know the methods of a class?
I'm not originally a progrommer and I have worked with python/qt in a
basic level. Now I work a package which has many predefined classes
which I'm going to resue by