예제 #1
0
파일: __init__.py 프로젝트: valkenar/sherpa
    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)
예제 #2
0
    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)
예제 #3
0
 def xpaset(arg, data=None):
     return backend.xpaset(arg, data=None)