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