Searched refs:_get_attr (Results 1 – 1 of 1) sorted by relevance
146 _get_attr = _lib.iio_context_get_attr variable147 _get_attr.restype = c_int148 _get_attr.argtypes = (_ContextPtr, c_uint, _POINTER(c_char_p), _POINTER(c_char_p))149 _get_attr.errcheck = _checkNegative744 _get_attr(self._context, x, _byref(str1), _byref(str2))