Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It’s never a good idea. I use `__all__` to explicitely list my exports in libraries, so that when one write `from mylib import `, the IDE auto-completes only the public classes and functions.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: