Lines Matching defs:str
60 get_integer(PyObject *str, Py_ssize_t *ppos, Py_ssize_t end,
65 int kind = PyUnicode_KIND(str);
66 const void *data = PyUnicode_DATA(str);
1081 and str(x) if no precision is given, else like 'g', but with
1271 /* Omitted type specifier. Should be like str(self). */
1439 PyObject *str;
1442 str = PyObject_Str(obj);
1443 if (str == NULL)
1445 err = _PyUnicodeWriter_WriteStr(writer, str);
1446 Py_DECREF(str);
1461 it equivalent to str(obj) */
1497 it equivalent to str(obj) */
1557 it equivalent to str(obj) */
1596 it equivalent to str(obj) */