PyWarnings_Init method

Pointer<PyObject> PyWarnings_Init()

Implementation

ffi.Pointer<PyObject> PyWarnings_Init() {
  return _PyWarnings_Init();
}