PySys_GetXOptions method

Pointer<PyObject> PySys_GetXOptions()

Implementation

ffi.Pointer<PyObject> PySys_GetXOptions() {
  return _PySys_GetXOptions();
}