Home
last modified time | relevance | path

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

/external/python/cpython2/PC/
D_subprocess.c271 PyObject* pipe_attributes; /* ignored */ in sp_CreatePipe() local
274 if (! PyArg_ParseTuple(args, "Oi:CreatePipe", &pipe_attributes, &size)) in sp_CreatePipe()