Exemplo n.º 1
0
 def __init__(self, database):
     ''' Initialize a new instance of the DatabaseSnapshot
     '''
     self.database = database
     self.snapshot = LDB.leveldb_create_snapshot(self.database)