py_printexc method
void
py_printexc()
Print the current exception. The exception will be set as handled.
Implementation
void py_printexc() {
return _py_printexc();
}
Print the current exception. The exception will be set as handled.
void py_printexc() {
return _py_printexc();
}