Searched defs:stdout_obj (Results 1 - 1 of 1) sorted by relevance
/lxc/src/python-lxc/ | ||
H A D | lxc.c | 154 PyObject *stdout_obj = NULL; local 187 &stdin_obj, &stdout_obj, 223 if (stdout_obj) { 224 options->stdout_fd = PyObject_AsFileDescriptor(stdout_obj); |
Completed in 379 milliseconds