Home
last modified time | relevance | path

Searched refs:pyfloat (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Doc/c-api/
Dfloat.rst53 .. c:function:: double PyFloat_AsDouble(PyObject *pyfloat)
55 Return a C :c:type:`double` representation of the contents of *pyfloat*. If
56 *pyfloat* is not a Python floating point object but has a :meth:`__float__`
57 method, this method will first be called to convert *pyfloat* into a float.
62 .. c:function:: double PyFloat_AS_DOUBLE(PyObject *pyfloat)
64 Return a C :c:type:`double` representation of the contents of *pyfloat*, but
/external/python/cpython2/Lib/
Dpickletools.py748 pyfloat = StackObject( variable
1099 stack_after=[pyfloat],
1119 stack_after=[pyfloat],
/external/python/cpython2/Doc/data/
Drefcounts.dat425 PyFloat_AS_DOUBLE:PyObject*:pyfloat:0:
428 PyFloat_AsDouble:PyObject*:pyfloat:0: