Returns the number of devices known to the backend.
(self)
| 59 | |
| 60 | @abc.abstractmethod |
| 61 | def device_count(self): |
| 62 | """Returns the number of devices known to the backend.""" |
| 63 | |
| 64 | @abc.abstractmethod |
| 65 | def local_device_count(self): |
no outgoing calls
no test coverage detected