示例#1
0
文件: __init__.py 项目: GOsa3/gosa
 def values_match(self, value1, value2):  # pragma: nocover
     raise ConversationNotSupported(
         C.make_error('TYPE_NO_MATCH', type=self.__alias__.lower()))
示例#2
0
文件: __init__.py 项目: GOsa3/gosa
 def _convert_from_boolean(self, value):  # pragma: nocover
     raise ConversationNotSupported(
         C.make_error('TYPE_NO_CONVERT',
                      target=self.__alias__.lower(),
                      source=self._cnv_topic()[1]))
示例#3
0
文件: __init__.py 项目: GOsa3/gosa
 def is_valid_value(self, value):  # pragma: nocover
     raise ConversationNotSupported(
         C.make_error('TYPE_NO_CHECK', type=self.__alias__.lower()))