def render(self, data, media_type=None, renderer_context=None): if not msgpack: raise _import_error return msgpack.packb(data, use_bin_type=True)