pylabrobot.resources.Plate.get_wells#

Plate.get_wells(identifier: str | Sequence[int] | None = None) List['Well']#

Get the wells with the given identifier.

If no identifier is given, all wells are returned.

See get_items() for more information.

Parameters:

identifier (Optional[Union[str, Sequence[int]]])

Return type:

List[‘Well’]