Beispiel #1
0
 def get_type(self):
     raise OptionsExceptionMissingInterfaceMethod("get_type")
Beispiel #2
0
 def history_is_empty(self):
     raise OptionsExceptionMissingInterfaceMethod("history_is_empty")
Beispiel #3
0
 def set_is_expanded(self):
     raise OptionsExceptionMissingInterfaceMethod("set_is_expanded")
Beispiel #4
0
 def clone_history_from(self, options_delegate):
     raise OptionsExceptionMissingInterfaceMethod("clone_history_from")
Beispiel #5
0
 def get_upstream(self):
     raise OptionsExceptionMissingInterfaceMethod("get_upstream")
Beispiel #6
0
 def get_doc(self):
     raise OptionsExceptionMissingInterfaceMethod("get_doc")
Beispiel #7
0
 def lookup(self, path):
     raise OptionsExceptionMissingInterfaceMethod("lookup")
Beispiel #8
0
 def set_doc(self, doc):
     raise OptionsExceptionMissingInterfaceMethod("set_doc")
Beispiel #9
0
 def get_options_dict(self):
     raise OptionsExceptionMissingInterfaceMethod("get_options_dict")
Beispiel #10
0
 def add_history_action(self, action, output_type, input=None, scopes=None):
     raise OptionsExceptionMissingInterfaceMethod("add_history_action")
Beispiel #11
0
 def get_uuid(self):
     raise OptionsExceptionMissingInterfaceMethod("get_uuid")
Beispiel #12
0
 def set_doc_hash(self, hash):
     raise OptionsExceptionMissingInterfaceMethod("set_doc_hash")