PyOS_InterruptOccurred method

int PyOS_InterruptOccurred()

Implementation

int PyOS_InterruptOccurred() {
  return _PyOS_InterruptOccurred();
}