Searched refs:use_pos (Results 1 – 1 of 1) sorted by relevance
127 PyObject *use_pos=Py_None; in IO_getval() local132 if (!PyArg_UnpackTuple(args,"getval", 0, 1,&use_pos)) return NULL; in IO_getval()134 b = PyObject_IsTrue(use_pos); in IO_getval()