Tagged Questions

5
votes
3answers
475 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 ...