johnf wrote:
> Hi,
> When I use dir() I don't see the __ underscore items.  Is there anything
> that will show all the private vars and functions?
> 
> johnf

The idea of the underscore items is that they aren't to be used by
you.  If you wish to access private variables and functions you will
almost certainly have to look at the source code to make sure of
what they are and how they can be utilized.

-Larry
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to