Tagged Questions
4
votes
3answers
462 views
How to hide __methods__ in python?
I just wondered, how to hide special
__.*__
methods in python*? Especially I am using an interactive python interpreter with tab-completion, and I would like to display only the methods my ...