class decorator
C39760
concept
A class decorator is a higher-order function or callable that takes a class as input and returns a modified or enhanced version of that class, often used to add behavior or metadata without changing the class’s source code.
All labels observed (1)
| Label | Occurrences |
|---|---|
| class decorator canonical | 1 |
Instances (1)
| Instance | Via concept surface |
|---|---|
|
functools
surface form:
functools.total_ordering
|
— |