Home
last modified time | relevance | path

Searched refs:_devices_count (Results 1 – 1 of 1) sorted by relevance

/external/libiio/src/bindings/python/
Diio.py151 _devices_count = _lib.iio_context_get_devices_count variable
152 _devices_count.restype = c_uint
153 _devices_count.argtypes = (_ContextPtr, )
749 [ _get_device(self._context, x) for x in range(0, _devices_count(self._context)) ]]