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