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