Lines Matching defs:str
2411 2 'bytes' is just an alias for 'str' (which has different
2413 to create the appropriate 'str' object when unpickled using
3564 "should be pairs of str, not (%.200s, %.200s)",
5637 PyObject *str;
5646 str = PyUnicode_DecodeRawUnicodeEscape(s, len - 1, NULL);
5647 if (str == NULL)
5650 PDATA_PUSH(self->stack, str, -1);
5657 PyObject *str;
5675 str = PyUnicode_DecodeUTF8(s, size, "surrogatepass");
5676 if (str == NULL)
5679 PDATA_PUSH(self->stack, str, -1);
6040 PyErr_SetString(st->UnpicklingError, "STACK_GLOBAL requires str");
7029 needed. Both arguments passed are str objects.
7074 "pairs of str, not (%.200s, %.200s)",
7221 encoding: str = 'ASCII'
7222 errors: str = 'strict'
7776 encoding: str = 'ASCII'
7777 errors: str = 'strict'
7845 encoding: str = 'ASCII'
7846 errors: str = 'strict'