-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Pep257 discusses documenting functions, classes and other objects exported from a module should be documented in the module docstring. Add a linter that checks this:
# module.py
"""...
Functions:
foo: ...
Classes:
FooClass: ...
Constants:
FOO: ...
"""
FOO = ...
def foo(): ...
class FooClass: ...
Metadata
Metadata
Assignees
Labels
No labels