Remove hidden attributes from documentation.

Review Request #14282 — Created Jan. 1, 2025 and updated

Information

Review Board
release-7.1.x

Reviewers

This removes the following dunder attributes from any classes or objects
in the documentation:

  • __annotations__
  • __orig_bases__
  • __parameters__

These aren't needed for the docs, and only confuse things.

Built the docs and saw that these attributes went away.

Summary ID
Remove hidden attributes from documentation.
This removes the following dunder attributes from any classes or objects in the documentation: * `__annotations__` * `__orig_bases__` * `__parameters__` These aren't needed for the docs, and only confuse things.
17f070e506ed9acfd9153c8c106d03dd556bf0af
Checks run (2 succeeded)
flake8 passed.
JSHint passed.
david
  1. Ship It!
  2.