Returns the number of devices local to this host.
(self)
| 63 | |
| 64 | @abc.abstractmethod |
| 65 | def local_device_count(self): |
| 66 | """Returns the number of devices local to this host.""" |
| 67 | |
| 68 | @abc.abstractmethod |
| 69 | def devices(self): |
no outgoing calls
no test coverage detected