PyFloat_GetInfo method

Pointer<PyObject> PyFloat_GetInfo()

Implementation

ffi.Pointer<PyObject> PyFloat_GetInfo() {
  return _PyFloat_GetInfo();
}