Re: list/get methods/attributes of a class?

2007-02-23 Thread bkamrani
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

Re: list/get methods/attributes of a class?

2007-02-22 Thread Jason
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

Re: list/get methods/attributes of a class?

2007-02-22 Thread Thomas Nelson
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

list/get methods/attributes of a class?

2007-02-22 Thread bkamrani
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