Mini Shell

Direktori : /lib/python3.6/site-packages/orca/__pycache__/
Upload File :
Current File : //lib/python3.6/site-packages/orca/__pycache__/phonnames.cpython-36.opt-1.pyc

3

�2[�@srdZdZdZdZdZdZddlmZed�ZiZ	x4ej
d	�D]&Zej
d
�Zedj
�e	edj
�<q<Wdd
�ZdS)zmProvides getPhoneticName method that maps each letter of the
alphabet into its localized phonetic equivalent.z$Id$z
$Revision$z$Date$z-Copyright (c) 2006-2008 Sun Microsystems Inc.ZLGPL�)�_a$a : alpha, b : bravo, c : charlie, d : delta, e : echo, f : foxtrot, g : golf, h : hotel, i : india, j : juliet, k : kilo, l : lima, m : mike, n : november, o : oscar, p : papa, q : quebec, r : romeo, s : sierra, t : tango, u : uniform, v : victor, w : whiskey, x : xray, y : yankee, z : zulu�,�:�cCstj||�S)aGiven a character, return its phonetic name, which is typically
    the 'military' term used for the character.

    Arguments:
    - character: the character to get the military name for

    Returns a string representing the military name for the character
    )�__phonnames�get)�	character�r	�/usr/lib/python3.6/phonnames.py�getPhoneticNameEs
rN)�__doc__Z__id__�__version__Z__date__Z
__copyright__Z__license__Z	orca_i18nrZ
__phonlistr�splitZ__pairZ__w�striprr	r	r	r
�<module>s