PyInterpreterState_GetID method

int PyInterpreterState_GetID(
  1. Pointer<PyInterpreterState> arg0
)

Implementation

int PyInterpreterState_GetID(
  ffi.Pointer<PyInterpreterState> arg0,
) {
  return _PyInterpreterState_GetID(
    arg0,
  );
}