pylabrobot.config.io.ConfigReader

Contents

pylabrobot.config.io.ConfigReader#

class pylabrobot.config.io.ConfigReader(format_loader: ConfigLoader)#

Bases: ABC

ConfigReader is an abstract class for reading a Config object from some IO source.

Attributes

Methods

__init__(format_loader)

read(r)

Read from a source and load using format_loader.

Parameters:

format_loader (ConfigLoader)