Lines Matching defs:str
2069 /* Handle `left = left + right` or `left += right` for str.
2073 * quadratic behavior when one neglects to use str.join().
3221 PyObject *str;
3222 str = _PyUnicode_JoinArray(&_Py_STR(empty),
3224 if (str == NULL)
3230 PUSH(str);
3821 // Combined: COMPARE_OP (str == str or str != str) + POP_JUMP_(direction)_IF_(true/false)
7574 "%s in %U.%s must be str, not %.100s",