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 Availability: 2.* purpose once but can't be made to work as intended).

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

Meta