def Set(self, key, value): _mpi.info_set(self, key, value)
def __setitem__(self, key, value): return _mpi.info_set(self, key, value)