Py_c_pow method Null safety
- Py_complex arg0,
- Py_complex arg1
Implementation
Py_complex Py_c_pow(
Py_complex arg0,
Py_complex arg1,
) {
return _Py_c_pow(
arg0,
arg1,
);
}
Py_complex Py_c_pow(
Py_complex arg0,
Py_complex arg1,
) {
return _Py_c_pow(
arg0,
arg1,
);
}