Py_Initialize method

void Py_Initialize()

Implementation

void Py_Initialize() {
  return _Py_Initialize();
}