PyInterpreterState_GetDict method

Pointer<PyObject> PyInterpreterState_GetDict(
  1. Pointer<PyInterpreterState> arg0
)

Implementation

ffi.Pointer<PyObject> PyInterpreterState_GetDict(
  ffi.Pointer<PyInterpreterState> arg0,
) {
  return _PyInterpreterState_GetDict(
    arg0,
  );
}