PyErr_Clear method

void PyErr_Clear()

Implementation

void PyErr_Clear() {
  return _PyErr_Clear();
}