PyErr_Print method

void PyErr_Print()

Implementation

void PyErr_Print() {
  return _PyErr_Print();
}