FunctionCodec

- class FunctionCodec(func_name)[source]
A generic function codec
Import from
taurus.core.util.codecs
as:from taurus.core.util.codecs import FunctionCodec
- decode(data, *args, **kwargs)[source]
decodes the given data. This method is abstract an therefore must be implemented in the subclass.