• Jeremy Hylton's avatar
    Various small cleanups in FileStorage. · 0b2d3637
    Jeremy Hylton authored
    Share backpointer implementation between _loadBack() and
    _loadBackPOS() to avoid duplicate code.
    
    Simplify interface between FileIterator and RecordIterator.  Don't
    pass unused arguments and don't pass nested tuples.
    
    Use global variables to hold trans and data struct formats.
    
    Reformat several docstrings.
    
    Add whitespace to RecordIterator so that I can read it.
    0b2d3637
FileStorage.py 81.2 KB