24
Are docstrings commonly used?
(programming.dev)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
If you want to see doctrings in action, take a look at Salt (https://saltproject.io/). They're used to build all the module documentation (https://docs.saltproject.io/en/latest/py-modindex.html) using sphinx and they won't accept new modules without them.