Add missing docstrings in reviewboard/accounts/

Review Request #7055 — Created March 13, 2015 and submitted — Latest diff uploaded

Information

Review Board
master
a2a22f4...

Reviewers

This change adds all missing docstrings for classes and methods in the
reviewboard/accounts/ subdirectory. This makes the pep257 tool relatively
happy.

Ran pep257 --ignore=D100,D203 (disables module docstrings and the blank line
before class docstring rules). The only remaining errors were with the way we
wrap our long testcase docstrings.

    Loading...