
April 10, 2021
8:29 p.m.
Theia Vogel wrote:
Hi, I was refactoring some code today and ran into an issue that always bugs me with Python modules. It bugged me enough this time that I spent an hour banging out this potential proposal to add a new contextual keyword. Let me know what you think! Theia
I like the @public decorator like https://public.readthedocs.io/en/latest/index.html (which came from https://bugs.python.org/issue22247). The fact that it's at the definition of a function (or constant) makes it quite enjoyable to use. Joseph