morpheus.messages.message_base.MessageBase#

class MessageBase[source]#

Bases: object

Base class for all messages. Returns a C++ implementation if CppConfig.get_should_use_cpp() is True and the class has an associated C++ implementation (cpp_class), returns the Python implementation for all others.