fastcs.attribute_io#
Members
Base class for performing IO for an |
- class fastcs.attribute_io.AttributeIO[source]#
Base class for performing IO for an
AttributeThis class should be inherited to implement reading and writing values from
Attributesvia some API. For read,Attribute``s implement the ``updatemethod and for write,Attributeimplement thesendmethod.Concrete implementations of this class must be parameterised with a specific
AttributeIORefthat defines exactly what part of the API theAttributecorresponds to. See the docstring forAttributeIOReffor more information.- ref_type#
alias of
AttributeIORef