|
|
|
PEP 844: ``public`` and ``private`` builtins
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 pu...
|
|
PEP 843: Export Statement for DRY Re-exports
Large libraries separate their implementation layout (the tree of modules convenient for maintainers) from their public layout (the shallower, curated tree they present to users). Building that public...
|
|
PEP 842: Module Exports
This PEP proposes an export statement that modules can use to express intent about the visibility of variables from outside the module.
|
|
|