Home | History | Annotate | Download | only in Modules

Lines Matching defs:ustr

393         PyObject *ustr = PyUnicode_FromUnicode(NULL, 0);
394 if (ustr == NULL)
397 joinfn = PyObject_GetAttrString(ustr, "join");
398 Py_DECREF(ustr);