assert m.test_function2.__doc__ == "A custom docstring" # docstring specified on just the first overload definition: assert m.test_overloaded1.__doc__ == "Overload ...
Overview Glossa statically analyzes Python source files to enforce docstring conventions based on the numpydoc standard. It reports violations, suggests fixes, and optionally applies corrections ...