pyErrOccurred function

bool pyErrOccurred()

Checks whether an exception occured in python

Implementation

bool pyErrOccurred() => dartpyc.PyErr_Occurred() != nullptr;