python3-public

@public decorator for adding names to __all__

Description

His module is a library that provides two simple decorators called @public and @private to document the publicity of names in your Python module. These decorators are used to control what will be imported when someone uses the from <module> import * statement. It's usually good practice to use a special attribute called __all__ to explicitly list the public names you want exposed in your module.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://gitlab.com/warsaw/public


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-public