py_checkexc method

bool py_checkexc(
  1. bool ignore_handled
)

Check if an exception is raised.

Implementation

bool py_checkexc(
  bool ignore_handled,
) {
  return _py_checkexc(
    ignore_handled,
  );
}