Searched refs:float_fromhex (Results 1 – 3 of 3) sorted by relevance
125 {"fromhex", (PyCFunction)float_fromhex, METH_O|METH_CLASS, float_fromhex__doc__},
1450 float_fromhex(PyObject *cls, PyObject *arg) in float_fromhex() function2034 {"fromhex", (PyCFunction)float_fromhex,
1275 float_fromhex(PyTypeObject *type, PyObject *string) in float_fromhex() function