This PEP proposes adding two new builtin functions, public() and private(), which document the public interface of a module by keeping its __all__ synchronized with the names actually defined to be public in that module. Both are used as decorators (@public and @private) on class and function definitions, so that a name’s visibility is declared exactly once, at the point where t...
follow.it gives you an easy way to subscribe to Newest Python PEPs's news feed! Click on Follow below and we deliver the updates you want via email, phone or you can read them here on the website on your own news page.
You can also unsubscribe anytime painlessly. You can even combine feeds from Newest Python PEPs with other site's feeds!
Title: PEP 0 – Index of Python Enhancement Proposals (PEPs) | peps.python.org