(self)
| 383 | # Backwards compatibility method. Devices now auto-specialize, so this is |
| 384 | # no longer needed. But code may use it. |
| 385 | def SpecificDevice(self): |
| 386 | return self |
| 387 | |
| 388 | |
| 389 | def device_class(typ): |
nothing calls this directly
no outgoing calls
no test coverage detected