pylabrobot.resources.TubeRack.index_of_item# TubeRack.index_of_item(item: T) → int | None# Return the index of the given item in the resource, or None if not found. Parameters: item (T) Return type: int | None