pylabrobot.utils.list

pylabrobot.utils.list#

Utilities for working with lists.

Functions

assert_shape(list_, shape)

Assert that a list has the correct shape.

expand(list_or_item, n)

reshape_2d(list_, shape)

Reshape a list into a 2d list.