Home
last modified time | relevance | path

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

/external/libiio/src/bindings/python/
Diio.py146 _get_attr = _lib.iio_context_get_attr variable
147 _get_attr.restype = c_int
148 _get_attr.argtypes = (_ContextPtr, c_uint, _POINTER(c_char_p), _POINTER(c_char_p))
149 _get_attr.errcheck = _checkNegative
744 _get_attr(self._context, x, _byref(str1), _byref(str2))