__all__, public API, private stuff, and leading _

Ethan Furman ethan at stoneleaf.us
Fri May 11 12:41:49 EDT 2012


Style question:

Since __all__ (if defined) is the public API, if I am using that should 
I also still use a leading underscore on my private data/functions/etc?

~Ethan~



More information about the Python-list mailing list