Home
last modified time | relevance | path

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

/external/libiio/src/bindings/python/
Diio.py100 _new_xml = _lib.iio_create_xml_context variable
101 _new_xml.restype = _ContextPtr
102 _new_xml.argtypes = (c_char_p, )
103 _new_xml.errcheck = _checkNull
834 ctx = _new_xml(xmlfile.encode('ascii'))