def parse_options_set_islands_ok(*args) -> "void" : return _clinkgrammar.parse_options_set_islands_ok(*args)
def fset(self, value): if not isinstance(value, bool): raise TypeError("islands_ok must be set to a bool") clg.parse_options_set_islands_ok(self._po, 1 if value else 0)