Add a bit of type info to configforms classes.

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

david
Djblets
release-4.x
djblets

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.

Summary
Add a bit of type info to configforms classes.
Description From Last Updated

Can you add a __future__ ... annotations import?

chipx86chipx86

__future__ import?

chipx86chipx86
chipx86
  1. 
      
  2. djblets/configforms/forms.py (Diff revision 1)
     
     

    Can you add a __future__ ... annotations import?

  3. djblets/configforms/pages.py (Diff revision 1)
     
     

    __future__ import?

  4. 
      
david
maubin
  1. Ship It!
  2. 
      
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-4.x (53dc700)
Loading...