Example #1
0
 def get_virtual_database(self, database):
     debug.not_impl(self)
Example #2
0
 def get_definitions(self, database, word):
     debug.not_impl(self)
Example #3
0
 def get_database_info(self, database):
     debug.not_impl(self)
Example #4
0
 def get_words(self, database):
     debug.not_impl(self)
Example #5
0
 def get_databases(self):
     debug.not_impl(self)
Example #6
0
 def close(self):
     debug.not_impl(self)
Example #7
0
 def connect(self):
     debug.not_impl(self)
Example #8
0
 def set(self, key, value):
     debug.not_impl(self)
Example #9
0
 def get(self, key):
     debug.not_impl(self)