Mini Shell

Direktori : /lib/python3.6/site-packages/orca/scripts/__pycache__/
Upload File :
Current File : //lib/python3.6/site-packages/orca/scripts/__pycache__/self_voicing.cpython-36.pyc

3

�2[O�@s:dZdZdZdZdZdZddljjZGdd	�d	ej	�Z	dS)
z7A script to do nothing.  This is for self-voicing apps.z$Id$z
$Revision$z$Date$z-Copyright (c) 2005-2008 Sun Microsystems Inc.ZLGPL�Nc@s8eZdZdZdd�Zdd�Zdd�Zdd	�Zd
d�ZdS)
�Scriptz7A script to do nothing.  This is for self-voicing apps.cCstjj||�dS)z�Creates a script for the given application, if necessary.
        This method should not be called by anyone except the
        script manager.

        Arguments:
        - app: the Python Accessible application to create a script for
        N)�defaultr�__init__)�selfZapp�r�"/usr/lib/python3.6/self_voicing.pyr!s	zScript.__init__cCsdS)z7Returns the braille generator for this script.
        Nr)rrrr�getBrailleGenerator,szScript.getBrailleGeneratorcCsdS)z6Returns the speech generator for this script.
        Nr)rrrr�getSpeechGenerator1szScript.getSpeechGeneratorcCsdS)zEDoes nothing.

        Arguments:
        - event: the Event
        Nr)rZeventrrr�processObjectEvent6szScript.processObjectEventcCsdS)z�Does nothing.

        Arguments:
        - brailleEvent: an instance of input_event.BrailleEvent

        Returns False to indicate the event was not consumed.
        Fr)rZbrailleEventrrr�processBrailleEvent>szScript.processBrailleEventN)	�__name__�
__module__�__qualname__�__doc__rrr	r
rrrrrrsr)
rZ__id__�__version__Z__date__Z
__copyright__Z__license__Zorca.scripts.default�scriptsrrrrrr�<module>s