OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pvalue_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
352
pvalue_ustr
= PyUnicode_AsUTF8String(pvalue_pystr);
353
pvalue_cstr = PyBytes_AsString(
pvalue_ustr
);
372
Py_XDECREF(
pvalue_ustr
);
Completed in 147 milliseconds