Add a bit of type info to configforms classes.

Review Request #13208 — Created Aug. 14, 2023 and submitted — Latest diff uploaded

Information

Djblets
release-4.x

Reviewers

This change adds some type hints for the base classes in the configforms
app (ConfigPage and ConfigPageForm). This doesn't cover very much of the
app code, but is enough for subclasses to make use of.

Ran unit tests.

Diff Revision 1

This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.

orig
1
2

Commits

First Last Summary ID Author
Add a bit of type info to configforms classes.
This change adds some type hints for the base classes in the configforms app (ConfigPage and ConfigPageForm). This doesn't cover very much of the app code, but is enough for subclasses to make use of. Testing Done: Ran unit tests.
cdf6acf8b88ca8cc96907bd4958eeda10bc10798 David Trowbridge
djblets/configforms/forms.py
djblets/configforms/pages.py
Loading...