Py_IsInitialized method

int Py_IsInitialized()

Implementation

int Py_IsInitialized() {
  return _Py_IsInitialized();
}