Home | History | Annotate | Download | only in Objects

Lines Matching refs:sobj

347     PyObject *sobj, *srepr;

372 sobj = PyString_FromStringAndSize(s, slen);
373 if (sobj == NULL)
375 srepr = PyObject_Repr(sobj);
376 Py_DECREF(sobj);