pylabrobot.resources.TipRack.index_of_item# TipRack.index_of_item(item: T) → Optional[int]# Return the index of the given item in the resource, or None if the resource was not found. Parameters: item (T) – Return type: Optional[int]