Ejemplo n.º 1
0
    def __init__(self):
        super(MemoryDB, self).__init__()
        self._db = LooseObjectDB("path/doesnt/matter")

        # maps 20 byte shas to their OStream objects
        self._cache = dict()