385
394
def __init__(self, transport, name, size, unlimited_cache=False, offset=0):
386
395
"""Open an index called name on transport.
389
398
:param name: A path to provide to transport API calls.
390
399
:param size: The size of the index in bytes. This is used for bisection
391
400
logic to perform partial index reads. While the size could be