Exemplo n.º 1
0
 def sync(self):
     with _lock:
         self.__check_closed()
         lib.gdbm_sync(self.__ll_dbm)
Exemplo n.º 2
0
 def sync(self):
     with _lock:
         self.__check_closed()
         lib.gdbm_sync(self.__ll_dbm)