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