preheat_open.measurements.StrMap
- class preheat_open.measurements.StrMap(string)
Bases:
MapItemMaps a component to a string based on a specified string.
- Variables:
string (str) – The string to use for mapping.
- __init__(string)
Methods
__init__(string)map(component)Maps a component to a string based on the specified string.
Attributes
string