Lines Matching refs:po
2055 PyObject *po;2060 po = PyObject_Str(v);2061 if (po == NULL)2063 prompt = PyString_AsString(po);2068 po = NULL;2073 Py_XDECREF(po);