flake8
passed.
JSHint
passed.
Review Request #13279 — Created Sept. 20, 2023 and submitted
This updates all of
WebAPIResource
to add typing for methods,
attributes, and local variables, improving code maintenance.Some logic and typing errors were discovered throughout all this, and
those have now been fixed.The typing work has also uncovered potential issues with positional vs.
keyword arguments in many of our calls. To resolve this, we'll
eventually need to do away with positional arguments passed to the view,
but that would be a completely separate body of work not planned for
this release.
Unit tests pass.
Summary | ID |
---|---|
ee0bb318a761617704a6cf20e2bd39c5d5770764 |