Re: [Python.NET] Class Member completion

2006-06-23 Thread Matthew Pontefract
gives you all the help you need. Matthew -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Srivatsa, Radhika Sent: 22 June 2006 23:09 To: Brian Lloyd; Bruce Dodson; [email protected] Subject: [Python.NET] Class Member completion Like in C++, can w

[Python.NET] Class Member completion

2006-06-22 Thread Srivatsa, Radhika
Like in C++, can we have the members of a class to be completed for us in the case of Python - like for example, if a class 'TestClass' has been defined with two methods "test1' and "test2" and when I enter "TestClass.", I'd like to see the possible methods/member variables that can be used - some