Home
last modified time | relevance | path

Searched refs:PyFloat_AsString (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Include/
Dfloatobject.h69 PyAPI_FUNC(void) PyFloat_AsString(char*, PyFloatObject *v);
/external/python/cpython2/Doc/c-api/
Dfloat.rst99 .. c:function:: void PyFloat_AsString(char *buf, PyFloatObject *v)
113 Same as PyFloat_AsString, except uses the same rules as
/external/python/cpython2/PC/os2vacpp/
Dpython.def181 PyFloat_AsString
/external/python/cpython2/PC/os2emx/
Dpython27.def320 "PyFloat_AsString"
/external/python/cpython2/Objects/
Dfloatobject.c336 PyFloat_AsString(char *buf, PyFloatObject *v) in PyFloat_AsString() function
/external/python/cpython2/Misc/NEWS.d/
D2.7a1.rst191 Document ``PyFloat_AsString()`` and ``PyFloat_AsReprString()``, and note