Searched defs:PyOS_string_to_double (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Python/
H A Dpystrtod.c284 "deprecated. Use PyOS_string_to_double "
309 /* PyOS_string_to_double is the recommended replacement for the deprecated
336 PyOS_string_to_double(const char *s, function
344 PyFPE_START_PROTECT("PyOS_string_to_double", return -1.0)

Completed in 184 milliseconds