Searched refs:_get_xml (Results 1 – 1 of 1) sorted by relevance
130 _get_xml = _lib.iio_context_get_xml variable131 _get_xml.restype = c_char_p132 _get_xml.argtypes = (_ContextPtr, )752 self._xml = _get_xml(self._context).decode('ascii')