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 2 (Latest)

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.
f676e5e32b68e941eaa7c1db664d77a9489f2de5 David Trowbridge
djblets/configforms/forms.py
djblets/configforms/pages.py
Loading...