in remote_settings/client.py [0:0]
def attachment_path(self, index):
"""Retrieves the path of the attachment that will be attached to a newly created record.
Args:
index (int): The index of the record.
Returns:
str: The attachment path
"""
return self._new_records[index]["attachment"]["path"]