Hacker News new | ask | show | jobs
by hk__2 420 days ago
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.