Home | History | Annotate | Download | only in Objects

Lines Matching refs:sobj

354     PyObject *sobj, *srepr;
379 sobj = PyString_FromStringAndSize(s, slen);
380 if (sobj == NULL)
382 srepr = PyObject_Repr(sobj);
383 Py_DECREF(sobj);