def set_tags()

in rocketmq/client.py [0:0]


    def set_tags(self, tags):
        ffi_check(dll.SetMessageTags(self._handle, _to_bytes(tags)))