tfdocs.doc_controls.decorate_all_class_attributes

Applies decorator to every attribute defined in cls.

decorator The decorator to apply.
cls The class to apply the decorator to.
skip A collection of attribute names that the decorator should not be aplied to.