Home | History | Annotate | Download | only in Objects

Lines Matching refs:sobj

361     PyObject *sobj, *srepr;

386 sobj = PyString_FromStringAndSize(s, slen);
387 if (sobj == NULL)
389 srepr = PyObject_Repr(sobj);
390 Py_DECREF(sobj);