Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
DcStringIO.c127 PyObject *use_pos=Py_None; in IO_getval() local
132 if (!PyArg_UnpackTuple(args,"getval", 0, 1,&use_pos)) return NULL; in IO_getval()
134 b = PyObject_IsTrue(use_pos); in IO_getval()