Annotation indicating that a class is involved in a multiple inheritance relationship
| 75 | |
| 76 | /// Annotation indicating that a class is involved in a multiple inheritance relationship |
| 77 | struct multiple_inheritance {}; |
| 78 | |
| 79 | /// Annotation which enables dynamic attributes, i.e. adds `__dict__` to a class |
| 80 | struct dynamic_attr {}; |
no outgoing calls