Beispiel #1
0
 def test(self, value):
     if not isinstance(value, str):
         raise TypeError("test must be set to a string")
     return clg.parse_options_set_test(self._obj, value)
Beispiel #2
0
 def test(self, value):
     if not isinstance(value, str):
         raise TypeError("islands_ok must be set to a string")
     return clg.parse_options_set_test(self._obj, value)