Searched refs:PyFloat_FromString (Results 1 – 12 of 12) sorted by relevance
42 PyAPI_FUNC(PyObject *) PyFloat_FromString(PyObject*);
34 .. c:function:: PyObject* PyFloat_FromString(PyObject *str)
21 PyObject* f = PyFloat_FromString(s); in fuzz_builtin_float()
181 PyFloat_FromString(PyObject *v) in PyFloat_FromString() function1632 return PyFloat_FromString(x); in float_new_impl()
1697 return PyFloat_FromString(o); in PyNumber_Float()
270 function,PyFloat_FromString,3.2,
891 PyFloat_FromString:PyObject*::+1:892 PyFloat_FromString:PyObject*:str:0:
265 EXPORT_FUNC(PyFloat_FromString)
1015 rval = PyFloat_FromString(numstr); in _match_number_unicode()
734 function PyFloat_FromString
17206 - The long-deprecated argument "pend" of PyFloat_FromString() has been26101 - PyFloat_FromString takes a second argument, pend, that was
3629 f = PyFloat_FromString(s); in PyDec_AsFloat()