The name of the built-in style this exception applies to.
(self)
| 157 | |
| 158 | @property |
| 159 | def name(self): |
| 160 | """The name of the built-in style this exception applies to.""" |
| 161 | return BabelFish.internal2ui(self._element.name) |
| 162 | |
| 163 | @property |
| 164 | def priority(self): |
nothing calls this directly
no test coverage detected