![]() |
Applies decorator
to every attribute defined in cls
.
tfdocs.doc_controls.decorate_all_class_attributes(
decorator, cls, skip: Iterable[str]
)
Args | |
---|---|
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. |