Closed GoogleCodeExporter closed 9 years ago
The variables window displays the namespace of the variable, i.e. whatever you
get by using the dir() function.
Original comment by pyscripter
on 26 Jul 2012 at 8:22
Shouldn't this (function names) reside in some sort of object inspector? When
debugging I normally expect to view the values of variables. I find the
presence of member functions clutters this part of the UI.
Original comment by haslett....@gmail.com
on 26 Jul 2012 at 4:44
In Python everything is an object, functions, numbers etc. There is no clear
distinction between methods and properties.
Original comment by pyscripter
on 26 Jul 2012 at 6:33
[deleted comment]
I think that perhaps this should be rephrased as an Improvement.
Looking at the variables window I have open at present there are a number of
entries marked as instancemethod, method-wrapper and
builtin_function_or_method. It seems then that it is possible to discriminate
between different kinds of entity within the Variables window.
That being the case I think it would be helpful to offer the user the option to
filter out those Types as he sees fit.
Original comment by haslett....@gmail.com
on 27 Jul 2012 at 5:20
Original issue reported on code.google.com by
haslett....@gmail.com
on 25 Jul 2012 at 9:31Attachments: