get_linked_image_item#

get_linked_image_item(label_item: Item) Optional[Item][source]#

Find link in the item that has “rel” == “source” and return its “target” item. If no such link, return None. If multiple such links, raise an exception.

Parameters

label_item (Item) –

Return type

Optional[Item]