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