Py_c_quot method

Py_complex Py_c_quot(
  1. Py_complex arg0,
  2. Py_complex arg1
)

Implementation

Py_complex Py_c_quot(
  Py_complex arg0,
  Py_complex arg1,
) {
  return _Py_c_quot(
    arg0,
    arg1,
  );
}