• Kirill Smelkov's avatar
    bigfile/zodb: Split common functionality from ZBlk to base class · a7b7c294
    Kirill Smelkov authored
    If we aim to have several kinds of ZBlk, the functionality to invalidate
    a block and bind it to zfile is common and thus should be shared.
    
    If we introduce a base class, it also makes sense to document what
    .loadblkdata() and .setblkdata() should do there - in one place.
    a7b7c294
file_zodb.py 19.4 KB