def xpaset(arg, data=None): """Return the result of an XPA call to the image viewer. Send a command to the image viewer. Parameters ---------- arg : str A command to send to the image viewer via XPA. data : optional The data for the command. """ return backend.xpaset(arg, data=None)
def xpaset(arg, data=None): return backend.xpaset(arg, data=None)