Searched refs:str_spec (Results 1 – 9 of 9) sorted by relevance
920 PyObject *str_spec = PyObject_Str(format_spec); in complex__format__() local922 if (str_spec == NULL) in complex__format__()926 PyBytes_AS_STRING(str_spec), in complex__format__()927 PyBytes_GET_SIZE(str_spec)); in complex__format__()929 Py_DECREF(str_spec); in complex__format__()
1273 PyObject *str_spec = PyObject_Str(format_spec); in int__format__() local1275 if (str_spec == NULL) in int__format__()1279 PyBytes_AS_STRING(str_spec), in int__format__()1280 PyBytes_GET_SIZE(str_spec)); in int__format__()1282 Py_DECREF(str_spec); in int__format__()
1997 PyObject *str_spec = PyObject_Str(format_spec); in float__format__() local1999 if (str_spec == NULL) in float__format__()2003 PyBytes_AS_STRING(str_spec), in float__format__()2004 PyBytes_GET_SIZE(str_spec)); in float__format__()2006 Py_DECREF(str_spec); in float__format__()
916 PyObject *str_spec = PyObject_Str(format_spec); in complex__format__() local918 if (str_spec == NULL) in complex__format__()922 PyBytes_AS_STRING(str_spec), in complex__format__()923 PyBytes_GET_SIZE(str_spec)); in complex__format__()925 Py_DECREF(str_spec); in complex__format__()
1247 PyObject *str_spec = PyObject_Str(format_spec); in int__format__() local1249 if (str_spec == NULL) in int__format__()1253 PyBytes_AS_STRING(str_spec), in int__format__()1254 PyBytes_GET_SIZE(str_spec)); in int__format__()1256 Py_DECREF(str_spec); in int__format__()
1982 PyObject *str_spec = PyObject_Str(format_spec); in float__format__() local1984 if (str_spec == NULL) in float__format__()1988 PyBytes_AS_STRING(str_spec), in float__format__()1989 PyBytes_GET_SIZE(str_spec)); in float__format__()1991 Py_DECREF(str_spec); in float__format__()
4104 PyObject *str_spec = PyObject_Str(format_spec); in long__format__() local4106 if (str_spec == NULL) in long__format__()4110 PyBytes_AS_STRING(str_spec), in long__format__()4111 PyBytes_GET_SIZE(str_spec)); in long__format__()4113 Py_DECREF(str_spec); in long__format__()
4130 PyObject *str_spec = PyObject_Str(format_spec); in long__format__() local4132 if (str_spec == NULL) in long__format__()4136 PyBytes_AS_STRING(str_spec), in long__format__()4137 PyBytes_GET_SIZE(str_spec)); in long__format__()4139 Py_DECREF(str_spec); in long__format__()