Exemplo n.º 1
0
 def close(self):
     ZipShelf.close(self)
     TmpDB.clean(self)
Exemplo n.º 2
0
 def close(self):
     ## close the shelve file
     Bz2Shelf.close(self)
     ## delete the file
     TmpDB.clean(self)
Exemplo n.º 3
0
 def close ( self )  :
     RootShelf.close ( self )
     TmpDB.clean     ( self )