Searched defs:pyobj (Results 1 - 1 of 1) sorted by relevance

/lxc/src/python-lxc/
H A Dlxc.c60 PyObject *pyobj = PySequence_Fast_GET_ITEM(argv, i); local
61 assert(pyobj != NULL);
63 if (!PyUnicode_Check(pyobj)) {
68 pystr = PyUnicode_AsUTF8String(pyobj);
89 /* Do not decref pyobj since we stole a reference by using

Completed in 21 milliseconds