Home | History | Annotate | Download | only in Modules

Lines Matching defs:ustr

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