pylabrobot.resources.Container.load_state#

Container.load_state(state: Dict[str, Any])#

Load state for this resource only.

The base implementation reads "rotation" if present. Subclasses overriding this method should call super().load_state(state).

Parameters:

state (Dict[str, Any])