StrFieldInfo¶
-
class
lsst.ts.MTMount.field_info.
StrFieldInfo
(name, doc, default=None)¶ Bases:
lsst.ts.MTMount.field_info.BaseFieldInfo
A str field.
Parameters: Attributes Summary
default
Methods Summary
assert_value_ok
(value)str_from_value
(value)Return a string representation of the value. value_from_str
(strval)Convert a string to a value of the correct type. Attributes Documentation
-
default
¶
Methods Documentation
-
assert_value_ok
(value)¶
-
str_from_value
(value)¶ Return a string representation of the value.
-