Py_HashDouble method

int Py_HashDouble(
  1. double arg0
)

Implementation

int Py_HashDouble(
  double arg0,
) {
  return _Py_HashDouble(
    arg0,
  );
}