Mini Shell
3
�2[O � @ s: d Z dZdZdZdZdZddljjZG dd � 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 @ s8 e Zd ZdZdd� Zdd� Zdd� Zdd � Zd
d� ZdS )
�Scriptz7A script to do nothing. This is for self-voicing apps.c C s t jj| |� 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__c C s dS )z7Returns the braille generator for this script.
Nr )r r r r �getBrailleGenerator, s zScript.getBrailleGeneratorc C s dS )z6Returns the speech generator for this script.
Nr )r r r r �getSpeechGenerator1 s zScript.getSpeechGeneratorc C s dS )zEDoes nothing.
Arguments:
- event: the Event
Nr )r Zeventr r r �processObjectEvent6 s zScript.processObjectEventc C s dS )z�Does nothing.
Arguments:
- brailleEvent: an instance of input_event.BrailleEvent
Returns False to indicate the event was not consumed.
Fr )r ZbrailleEventr r r �processBrailleEvent>