Py_c_quot method Null safety
- Py_complex arg0,
- Py_complex arg1
Implementation
Py_complex Py_c_quot(
Py_complex arg0,
Py_complex arg1,
) {
return _Py_c_quot(
arg0,
arg1,
);
}
Py_complex Py_c_quot(
Py_complex arg0,
Py_complex arg1,
) {
return _Py_c_quot(
arg0,
arg1,
);
}