pyErrOccurred function Null safety
Checks whether an exception occured in python
Implementation
bool pyErrOccurred() {
return dartpyc.PyErr_Occurred() != nullptr;
}
Checks whether an exception occured in python
bool pyErrOccurred() {
return dartpyc.PyErr_Occurred() != nullptr;
}