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 _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/CSVJBWKLWH2W5RXCVLDK2XVYDAXMW6EZ/ Code of Conduct: http://python.org/psf/codeofconduct/