Lines Matching defs:str
1009 return converterr(c == 'z' ? "str or None" : "str",
1043 return converterr(c == 'Z' ? "str or None" : "str",
1060 return converterr(c == 'Z' ? "str or None" : "str",
1128 recode_strings ? "str" : "str, bytes or bytearray",
1255 return converterr("str", arg, msgbuf, bufsize);
2009 PyObject *str = PyUnicode_FromString(keywords[i]);
2010 if (str == NULL) {
2014 PyUnicode_InternInPlace(&str);
2015 PyTuple_SET_ITEM(kwtuple, i, str);