Hacker News new | ask | show | jobs
You Don’t Need __all__ to a Python module (jamesturk.net)
2 points by levysoft 1083 days ago
1 comments

From author: "Every now and then, I get a PR from a well-meaning contributor trying to add __all__ to a Python module for whatever reason. I always decline these, they are unnecessary (at least for the way I structure my code) and I thought I’d write a short post explaining why."