Re: [Tutor] Python dir(handle) function acts weird

2015-04-05 Thread Steven D'Aprano
On Sun, Apr 05, 2015 at 09:39:02AM -0400, Solomon Vimal wrote: > Hi, > I have two versions of the same software S4.1 and S5, say - they are > treated as COM handles. > When I use methodsview in MATLAB to see the list of methods in both, I get > more or less the same function list, but in Python, wh

Re: [Tutor] Python dir(handle) function acts weird

2015-04-05 Thread Alan Gauld
On 05/04/15 14:39, Solomon Vimal wrote: Hi, I have two versions of the same software S4.1 and S5, say - they are treated as COM handles. When I use methodsview in MATLAB to see the list of methods in both, I get more or less the same function list, but in Python, when I use dir(s4.1) I get the id

[Tutor] Python dir(handle) function acts weird

2015-04-05 Thread Solomon Vimal
Hi, I have two versions of the same software S4.1 and S5, say - they are treated as COM handles. When I use methodsview in MATLAB to see the list of methods in both, I get more or less the same function list, but in Python, when I use dir(s4.1) I get the identical list to MATLAB methodsview, but di