Return description/name string for this driver.
(self)
| 95 | |
| 96 | @property |
| 97 | def name(self): |
| 98 | """ |
| 99 | Return description/name string for this driver. |
| 100 | """ |
| 101 | return force_str(capi.get_driver_description(self.ptr)) |
nothing calls this directly
no test coverage detected