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

/external/python/cpython2/Python/
H A Dpystrtod.c61 * PyOS_ascii_strtod:
273 /* PyOS_ascii_strtod is DEPRECATED in Python 2.7 and 3.1 */
276 PyOS_ascii_strtod(const char *nptr, char **endptr) function
283 "PyOS_ascii_strtod and PyOS_ascii_atof are "
301 /* PyOS_ascii_strtod is DEPRECATED in Python 2.7 and 3.1 */
306 return PyOS_ascii_strtod(nptr, NULL);
310 PyOS_ascii_strtod and PyOS_ascii_atof functions. It converts a
313 contrast, PyOS_ascii_strtod allows leading whitespace but not trailing

Completed in 60 milliseconds