Home
last modified time | relevance | path

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

/external/libiio/src/bindings/python/
Diio.py142 _get_attrs_count = _lib.iio_context_get_attrs_count variable
143 _get_attrs_count.restype = c_uint
144 _get_attrs_count.argtypes = (_ContextPtr, )
741 for x in range(0, _get_attrs_count(self._context)):