PyFloat_FromString

Return Python float from string PyObject. Second argument ignored on input, and, if non-NULL, NULL is stored into *junk (this tried to serve a purpose once but can't be made to work as intended). */ /// Availability: 2.

  1. PyObject* PyFloat_FromString(PyObject*)
  2. PyObject* PyFloat_FromString(PyObject*, char** junk)
    version(!Python_3_0_Or_Later)
    PyFloat_FromString
    (
    ,
    char** junk
    )

Meta