HomeSort by relevance Sort by last modified time
    Searched full:ptype_ustr (Results 1 - 1 of 1) sorted by null

  /hardware/bsp/intel/peripheral/libmraa/src/gpio/
gpio.c 351 PyObject *pvalue_ustr, *ptype_ustr, *ptraceback_ustr; local
354 ptype_ustr = PyUnicode_AsUTF8String(ptype_pystr);
355 ptype_cstr = PyBytes_AsString(ptype_ustr);
373 Py_XDECREF(ptype_ustr);

Completed in 395 milliseconds