Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/translate-toolkit-1.5.1/translate/doc/api/translate.storage.placeables.parse'-pysrc.html
blob: a5e2b8ad823f5e583bb20e7e6f2dabc80ae15d24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
          "DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>translate.storage.placeables.parse'</title>
  <link rel="stylesheet" href="epydoc.css" type="text/css" />
  <script type="text/javascript" src="epydoc.js"></script>
</head>

<body bgcolor="white" text="black" link="blue" vlink="#204080"
      alink="#204080">
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
       bgcolor="#a0c0ff" cellspacing="0">
  <tr valign="middle">
  <!-- Home link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="translate-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Tree link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Index link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Help link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Project homepage -->
      <th class="navbar" align="right" width="100%">
        <table border="0" cellpadding="0" cellspacing="0">
          <tr><th class="navbar" align="center"
            ><a class="navbar" target="_top" href="http://translate.sourceforge.net/wiki/toolkit/index">Translate Toolkit</a></th>
          </tr></table></th>
  </tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
  <tr valign="top">
    <td width="100%">
      <span class="breadcrumbs">
        <a href="translate-module.html">Package&nbsp;translate</a> ::
        <a href="translate.storage-module.html">Package&nbsp;storage</a> ::
        <a href="translate.storage.placeables-module.html">Package&nbsp;placeables</a> ::
        Module&nbsp;parse'
      </span>
    </td>
    <td>
      <table cellpadding="0" cellspacing="0">
        <!-- hide/show private -->
        <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
    onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
        <tr><td align="right"><span class="options"
            >[<a href="frames.html" target="_top">frames</a
            >]&nbsp;|&nbsp;<a href="translate.storage.placeables.parse%27-pysrc.html"
            target="_top">no&nbsp;frames</a>]</span></td></tr>
      </table>
    </td>
  </tr>
</table>
<h1 class="epydoc">Source Code for <a href="translate.storage.placeables.parse%27-module.html">Module translate.storage.placeables.parse'</a></h1>
<pre class="py-src">
<a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">#!/usr/bin/env python</tt> </tt>
<a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment"># -*- coding: utf-8 -*-</tt> </tt>
<a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment">#</tt> </tt>
<a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment"># Copyright 2008-2009 Zuza Software Foundation</tt> </tt>
<a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment">#</tt> </tt>
<a name="L6"></a><tt class="py-lineno"> 6</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment"># This file is part of the Translate Toolkit.</tt> </tt>
<a name="L7"></a><tt class="py-lineno"> 7</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment">#</tt> </tt>
<a name="L8"></a><tt class="py-lineno"> 8</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment"># This program is free software; you can redistribute it and/or modify</tt> </tt>
<a name="L9"></a><tt class="py-lineno"> 9</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment"># it under the terms of the GNU General Public License as published by</tt> </tt>
<a name="L10"></a><tt class="py-lineno">10</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment"># the Free Software Foundation; either version 2 of the License, or</tt> </tt>
<a name="L11"></a><tt class="py-lineno">11</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment"># (at your option) any later version.</tt> </tt>
<a name="L12"></a><tt class="py-lineno">12</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment">#</tt> </tt>
<a name="L13"></a><tt class="py-lineno">13</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment"># This program is distributed in the hope that it will be useful,</tt> </tt>
<a name="L14"></a><tt class="py-lineno">14</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment"># but WITHOUT ANY WARRANTY; without even the implied warranty of</tt> </tt>
<a name="L15"></a><tt class="py-lineno">15</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment"># MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</tt> </tt>
<a name="L16"></a><tt class="py-lineno">16</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment"># GNU General Public License for more details.</tt> </tt>
<a name="L17"></a><tt class="py-lineno">17</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment">#</tt> </tt>
<a name="L18"></a><tt class="py-lineno">18</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment"># You should have received a copy of the GNU General Public License</tt> </tt>
<a name="L19"></a><tt class="py-lineno">19</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment"># along with this program; if not, see &lt;http://www.gnu.org/licenses/&gt;.</tt> </tt>
<a name="L20"></a><tt class="py-lineno">20</tt>  <tt class="py-line"><tt class="py-comment"></tt> </tt>
<a name="L21"></a><tt class="py-lineno">21</tt>  <tt class="py-line"><tt class="py-docstring">"""</tt> </tt>
<a name="L22"></a><tt class="py-lineno">22</tt>  <tt class="py-line"><tt class="py-docstring">Contains the C{parse} function that parses normal strings into StringElem-</tt> </tt>
<a name="L23"></a><tt class="py-lineno">23</tt>  <tt class="py-line"><tt class="py-docstring">based "rich" string element trees.</tt> </tt>
<a name="L24"></a><tt class="py-lineno">24</tt>  <tt class="py-line"><tt class="py-docstring">"""</tt> </tt>
<a name="L25"></a><tt class="py-lineno">25</tt>  <tt class="py-line"> </tt>
<a name="L26"></a><tt class="py-lineno">26</tt>  <tt class="py-line"><tt class="py-keyword">from</tt> <tt id="link-0" class="py-name" targets="Package translate=translate-module.html,Method translate.storage.base.TranslationStore.translate()=translate.storage.base.TranslationStore-class.html#translate,Method translate.storage.placeables.strelem.StringElem.translate()=translate.storage.placeables.strelem.StringElem-class.html#translate,Method translate.storage.placeables.terminology.TerminologyPlaceable.translate()=translate.storage.placeables.terminology.TerminologyPlaceable-class.html#translate,Method translate.storage.tmx.tmxfile.translate()=translate.storage.tmx.tmxfile-class.html#translate"><a title="translate
translate.storage.base.TranslationStore.translate
translate.storage.placeables.strelem.StringElem.translate
translate.storage.placeables.terminology.TerminologyPlaceable.translate
translate.storage.tmx.tmxfile.translate" class="py-name" href="#" onclick="return doclink('link-0', 'translate', 'link-0');">translate</a></tt><tt class="py-op">.</tt><tt id="link-1" class="py-name" targets="Package translate.storage=translate.storage-module.html"><a title="translate.storage" class="py-name" href="#" onclick="return doclink('link-1', 'storage', 'link-1');">storage</a></tt><tt class="py-op">.</tt><tt id="link-2" class="py-name" targets="Package translate.storage.placeables=translate.storage.placeables-module.html,Variable translate.storage.xml_extract.extract.Translatable.placeables=translate.storage.xml_extract.extract.Translatable-class.html#placeables"><a title="translate.storage.placeables
translate.storage.xml_extract.extract.Translatable.placeables" class="py-name" href="#" onclick="return doclink('link-2', 'placeables', 'link-2');">placeables</a></tt> <tt class="py-keyword">import</tt> <tt id="link-3" class="py-name" targets="Module translate.storage.base=translate.storage.base-module.html,Module translate.storage.placeables.base=translate.storage.placeables.base-module.html"><a title="translate.storage.base
translate.storage.placeables.base" class="py-name" href="#" onclick="return doclink('link-3', 'base', 'link-3');">base</a></tt><tt class="py-op">,</tt> <tt id="link-4" class="py-name" targets="Class translate.storage.placeables.strelem.StringElem=translate.storage.placeables.strelem.StringElem-class.html"><a title="translate.storage.placeables.strelem.StringElem" class="py-name" href="#" onclick="return doclink('link-4', 'StringElem', 'link-4');">StringElem</a></tt> </tt>
<a name="L27"></a><tt class="py-lineno">27</tt>  <tt class="py-line"> </tt>
<a name="parse"></a><div id="parse-def"><a name="L28"></a><tt class="py-lineno">28</tt> <a class="py-toggle" href="#" id="parse-toggle" onclick="return toggle('parse');">-</a><tt class="py-line"><tt class="py-keyword">def</tt> <a class="py-def-name" href="translate.storage.placeables.parse'-module.html#parse">parse</a><tt class="py-op">(</tt><tt class="py-param">tree</tt><tt class="py-op">,</tt> <tt class="py-param">parse_funcs</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="parse-collapsed" style="display:none;" pad="++" indent="++++"></div><div id="parse-expanded"><a name="L29"></a><tt class="py-lineno">29</tt>  <tt class="py-line">    <tt class="py-docstring">"""Parse placeables from the given string or sub-tree by using the</tt> </tt>
<a name="L30"></a><tt class="py-lineno">30</tt>  <tt class="py-line"><tt class="py-docstring">        parsing functions provided.</tt> </tt>
<a name="L31"></a><tt class="py-lineno">31</tt>  <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L32"></a><tt class="py-lineno">32</tt>  <tt class="py-line"><tt class="py-docstring">        The output of this function is B{heavily} dependent on the order of the</tt> </tt>
<a name="L33"></a><tt class="py-lineno">33</tt>  <tt class="py-line"><tt class="py-docstring">        parsing functions. This is because of the algorithm used.</tt> </tt>
<a name="L34"></a><tt class="py-lineno">34</tt>  <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L35"></a><tt class="py-lineno">35</tt>  <tt class="py-line"><tt class="py-docstring">        An over-simplification of the algorithm: the leaves in the C{StringElem}</tt> </tt>
<a name="L36"></a><tt class="py-lineno">36</tt>  <tt class="py-line"><tt class="py-docstring">        tree are expanded to the output of the first parsing function in</tt> </tt>
<a name="L37"></a><tt class="py-lineno">37</tt>  <tt class="py-line"><tt class="py-docstring">        C{parse_funcs}. The next level of recursion is then started on the new</tt> </tt>
<a name="L38"></a><tt class="py-lineno">38</tt>  <tt class="py-line"><tt class="py-docstring">        set of leaves with the used parsing function removed from</tt> </tt>
<a name="L39"></a><tt class="py-lineno">39</tt>  <tt class="py-line"><tt class="py-docstring">        C{parse_funcs}.</tt> </tt>
<a name="L40"></a><tt class="py-lineno">40</tt>  <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L41"></a><tt class="py-lineno">41</tt>  <tt class="py-line"><tt class="py-docstring">        @type  tree: unicode|StringElem</tt> </tt>
<a name="L42"></a><tt class="py-lineno">42</tt>  <tt class="py-line"><tt class="py-docstring">        @param tree: The string or string element sub-tree to parse.</tt> </tt>
<a name="L43"></a><tt class="py-lineno">43</tt>  <tt class="py-line"><tt class="py-docstring">        @type  parse_funcs: A list of parsing functions. It must take exactly</tt> </tt>
<a name="L44"></a><tt class="py-lineno">44</tt>  <tt class="py-line"><tt class="py-docstring">            one argument (a C{unicode} string to parse) and return a list of</tt> </tt>
<a name="L45"></a><tt class="py-lineno">45</tt>  <tt class="py-line"><tt class="py-docstring">            C{StringElem}s which, together, form the original string. If nothing</tt> </tt>
<a name="L46"></a><tt class="py-lineno">46</tt>  <tt class="py-line"><tt class="py-docstring">            could be parsed, it should return C{None}."""</tt> </tt>
<a name="L47"></a><tt class="py-lineno">47</tt>  <tt class="py-line">    <tt class="py-keyword">if</tt> <tt class="py-name">isinstance</tt><tt class="py-op">(</tt><tt class="py-name">tree</tt><tt class="py-op">,</tt> <tt class="py-name">unicode</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
<a name="L48"></a><tt class="py-lineno">48</tt>  <tt class="py-line">        <tt class="py-name">tree</tt> <tt class="py-op">=</tt> <tt id="link-5" class="py-name"><a title="translate.storage.placeables.strelem.StringElem" class="py-name" href="#" onclick="return doclink('link-5', 'StringElem', 'link-4');">StringElem</a></tt><tt class="py-op">(</tt><tt class="py-name">tree</tt><tt class="py-op">)</tt> </tt>
<a name="L49"></a><tt class="py-lineno">49</tt>  <tt class="py-line">    <tt class="py-keyword">if</tt> <tt class="py-keyword">not</tt> <tt class="py-name">parse_funcs</tt><tt class="py-op">:</tt> </tt>
<a name="L50"></a><tt class="py-lineno">50</tt>  <tt class="py-line">        <tt class="py-keyword">return</tt> <tt class="py-name">tree</tt> </tt>
<a name="L51"></a><tt class="py-lineno">51</tt>  <tt class="py-line"> </tt>
<a name="L52"></a><tt class="py-lineno">52</tt>  <tt class="py-line">    <tt class="py-name">parse_func</tt> <tt class="py-op">=</tt> <tt class="py-name">parse_funcs</tt><tt class="py-op">[</tt><tt class="py-number">0</tt><tt class="py-op">]</tt> </tt>
<a name="L53"></a><tt class="py-lineno">53</tt>  <tt class="py-line"> </tt>
<a name="L54"></a><tt class="py-lineno">54</tt>  <tt class="py-line">    <tt class="py-keyword">for</tt> <tt class="py-name">leaf</tt> <tt class="py-keyword">in</tt> <tt class="py-name">tree</tt><tt class="py-op">.</tt><tt id="link-6" class="py-name" targets="Method translate.storage.placeables.strelem.StringElem.flatten()=translate.storage.placeables.strelem.StringElem-class.html#flatten,Method translate.tools.poconflicts.ConflictOptionParser.flatten()=translate.tools.poconflicts.ConflictOptionParser-class.html#flatten"><a title="translate.storage.placeables.strelem.StringElem.flatten
translate.tools.poconflicts.ConflictOptionParser.flatten" class="py-name" href="#" onclick="return doclink('link-6', 'flatten', 'link-6');">flatten</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
<a name="L55"></a><tt class="py-lineno">55</tt>  <tt class="py-line">        <tt class="py-comment">#FIXME: we might rather want to test for editability, but for now this</tt> </tt>
<a name="L56"></a><tt class="py-lineno">56</tt>  <tt class="py-line"><tt class="py-comment"></tt>        <tt class="py-comment"># works better</tt> </tt>
<a name="L57"></a><tt class="py-lineno">57</tt>  <tt class="py-line"><tt class="py-comment"></tt>        <tt class="py-keyword">if</tt> <tt class="py-keyword">not</tt> <tt class="py-name">leaf</tt><tt class="py-op">.</tt><tt id="link-7" class="py-name" targets="Method translate.storage.base.TranslationUnit.istranslatable()=translate.storage.base.TranslationUnit-class.html#istranslatable,Method translate.storage.fpo.pounit.istranslatable()=translate.storage.fpo.pounit-class.html#istranslatable,Method translate.storage.mo.mounit.istranslatable()=translate.storage.mo.mounit-class.html#istranslatable,Variable translate.storage.placeables.base.Bx.istranslatable=translate.storage.placeables.base.Bx-class.html#istranslatable,Variable translate.storage.placeables.base.Ex.istranslatable=translate.storage.placeables.base.Ex-class.html#istranslatable,Variable translate.storage.placeables.base.Ph.istranslatable=translate.storage.placeables.base.Ph-class.html#istranslatable,Variable translate.storage.placeables.base.X.istranslatable=translate.storage.placeables.base.X-class.html#istranslatable,Variable translate.storage.placeables.general.EmailPlaceable.istranslatable=translate.storage.placeables.general.EmailPlaceable-class.html#istranslatable,Variable translate.storage.placeables.general.FilePlaceable.istranslatable=translate.storage.placeables.general.FilePlaceable-class.html#istranslatable,Variable translate.storage.placeables.general.FormattingPlaceable.istranslatable=translate.storage.placeables.general.FormattingPlaceable-class.html#istranslatable,Variable translate.storage.placeables.general.JavaMessageFormatPlaceable.istranslatable=translate.storage.placeables.general.JavaMessageFormatPlaceable-class.html#istranslatable,Variable translate.storage.placeables.general.NewlinePlaceable.istranslatable=translate.storage.placeables.general.NewlinePlaceable-class.html#istranslatable,Variable translate.storage.placeables.general.NumberPlaceable.istranslatable=translate.storage.placeables.general.NumberPlaceable-class.html#istranslatable,Variable translate.storage.placeables.general.OptionPlaceable.istranslatable=translate.storage.placeables.general.OptionPlaceable-class.html#istranslatable,Variable translate.storage.placeables.general.PunctuationPlaceable.istranslatable=translate.storage.placeables.general.PunctuationPlaceable-class.html#istranslatable,Variable translate.storage.placeables.general.PythonFormattingPlaceable.istranslatable=translate.storage.placeables.general.PythonFormattingPlaceable-class.html#istranslatable,Variable translate.storage.placeables.general.QtFormattingPlaceable.istranslatable=translate.storage.placeables.general.QtFormattingPlaceable-class.html#istranslatable,Variable translate.storage.placeables.general.SpacesPlaceable.istranslatable=translate.storage.placeables.general.SpacesPlaceable-class.html#istranslatable,Variable translate.storage.placeables.general.UrlPlaceable.istranslatable=translate.storage.placeables.general.UrlPlaceable-class.html#istranslatable,Variable translate.storage.placeables.general.XMLEntityPlaceable.istranslatable=translate.storage.placeables.general.XMLEntityPlaceable-class.html#istranslatable,Variable translate.storage.placeables.general.XMLTagPlaceable.istranslatable=translate.storage.placeables.general.XMLTagPlaceable-class.html#istranslatable,Variable translate.storage.placeables.strelem.StringElem.istranslatable=translate.storage.placeables.strelem.StringElem-class.html#istranslatable,Method translate.storage.pocommon.pounit.istranslatable()=translate.storage.pocommon.pounit-class.html#istranslatable,Method translate.storage.pocommon.pounit.istranslatable()=translate.storage.pocommon.pounit-class.html#istranslatable,Method translate.storage.poxliff.PoXliffUnit.istranslatable()=translate.storage.poxliff.PoXliffUnit-class.html#istranslatable,Method translate.storage.tmx.tmxunit.istranslatable()=translate.storage.tmx.tmxunit-class.html#istranslatable,Method translate.storage.xliff.xliffunit.istranslatable()=translate.storage.xliff.xliffunit-class.html#istranslatable"><a title="translate.storage.base.TranslationUnit.istranslatable
translate.storage.fpo.pounit.istranslatable
translate.storage.mo.mounit.istranslatable
translate.storage.placeables.base.Bx.istranslatable
translate.storage.placeables.base.Ex.istranslatable
translate.storage.placeables.base.Ph.istranslatable
translate.storage.placeables.base.X.istranslatable
translate.storage.placeables.general.EmailPlaceable.istranslatable
translate.storage.placeables.general.FilePlaceable.istranslatable
translate.storage.placeables.general.FormattingPlaceable.istranslatable
translate.storage.placeables.general.JavaMessageFormatPlaceable.istranslatable
translate.storage.placeables.general.NewlinePlaceable.istranslatable
translate.storage.placeables.general.NumberPlaceable.istranslatable
translate.storage.placeables.general.OptionPlaceable.istranslatable
translate.storage.placeables.general.PunctuationPlaceable.istranslatable
translate.storage.placeables.general.PythonFormattingPlaceable.istranslatable
translate.storage.placeables.general.QtFormattingPlaceable.istranslatable
translate.storage.placeables.general.SpacesPlaceable.istranslatable
translate.storage.placeables.general.UrlPlaceable.istranslatable
translate.storage.placeables.general.XMLEntityPlaceable.istranslatable
translate.storage.placeables.general.XMLTagPlaceable.istranslatable
translate.storage.placeables.strelem.StringElem.istranslatable
translate.storage.pocommon.pounit.istranslatable
translate.storage.pocommon.pounit.istranslatable
translate.storage.poxliff.PoXliffUnit.istranslatable
translate.storage.tmx.tmxunit.istranslatable
translate.storage.xliff.xliffunit.istranslatable" class="py-name" href="#" onclick="return doclink('link-7', 'istranslatable', 'link-7');">istranslatable</a></tt><tt class="py-op">:</tt> </tt>
<a name="L58"></a><tt class="py-lineno">58</tt>  <tt class="py-line">            <tt class="py-keyword">continue</tt> </tt>
<a name="L59"></a><tt class="py-lineno">59</tt>  <tt class="py-line"> </tt>
<a name="L60"></a><tt class="py-lineno">60</tt>  <tt class="py-line">        <tt class="py-name">unileaf</tt> <tt class="py-op">=</tt> <tt class="py-name">unicode</tt><tt class="py-op">(</tt><tt class="py-name">leaf</tt><tt class="py-op">)</tt> </tt>
<a name="L61"></a><tt class="py-lineno">61</tt>  <tt class="py-line">        <tt class="py-keyword">if</tt> <tt class="py-keyword">not</tt> <tt class="py-name">unileaf</tt><tt class="py-op">:</tt> </tt>
<a name="L62"></a><tt class="py-lineno">62</tt>  <tt class="py-line">            <tt class="py-keyword">continue</tt> </tt>
<a name="L63"></a><tt class="py-lineno">63</tt>  <tt class="py-line"> </tt>
<a name="L64"></a><tt class="py-lineno">64</tt>  <tt class="py-line">        <tt class="py-name">subleaves</tt> <tt class="py-op">=</tt> <tt class="py-name">parse_func</tt><tt class="py-op">(</tt><tt class="py-name">unileaf</tt><tt class="py-op">)</tt> </tt>
<a name="L65"></a><tt class="py-lineno">65</tt>  <tt class="py-line">        <tt class="py-keyword">if</tt> <tt class="py-name">subleaves</tt> <tt class="py-keyword">is</tt> <tt class="py-keyword">not</tt> <tt class="py-name">None</tt><tt class="py-op">:</tt> </tt>
<a name="L66"></a><tt class="py-lineno">66</tt>  <tt class="py-line">            <tt class="py-keyword">if</tt> <tt class="py-name">len</tt><tt class="py-op">(</tt><tt class="py-name">subleaves</tt><tt class="py-op">)</tt> <tt class="py-op">==</tt> <tt class="py-number">1</tt> <tt class="py-keyword">and</tt> <tt class="py-name">type</tt><tt class="py-op">(</tt><tt class="py-name">leaf</tt><tt class="py-op">)</tt> <tt class="py-keyword">is</tt> <tt class="py-name">type</tt><tt class="py-op">(</tt><tt class="py-name">subleaves</tt><tt class="py-op">[</tt><tt class="py-number">0</tt><tt class="py-op">]</tt><tt class="py-op">)</tt> <tt class="py-keyword">and</tt> <tt class="py-name">leaf</tt> <tt class="py-op">==</tt> <tt class="py-name">subleaves</tt><tt class="py-op">[</tt><tt class="py-number">0</tt><tt class="py-op">]</tt><tt class="py-op">:</tt> </tt>
<a name="L67"></a><tt class="py-lineno">67</tt>  <tt class="py-line">                <tt class="py-keyword">pass</tt> </tt>
<a name="L68"></a><tt class="py-lineno">68</tt>  <tt class="py-line">            <tt class="py-keyword">elif</tt> <tt class="py-name">isinstance</tt><tt class="py-op">(</tt><tt class="py-name">leaf</tt><tt class="py-op">,</tt> <tt class="py-name">unicode</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
<a name="L69"></a><tt class="py-lineno">69</tt>  <tt class="py-line">                <tt class="py-name">parent</tt> <tt class="py-op">=</tt> <tt class="py-name">tree</tt><tt class="py-op">.</tt><tt id="link-8" class="py-name" targets="Method translate.storage.placeables.strelem.StringElem.get_parent_elem()=translate.storage.placeables.strelem.StringElem-class.html#get_parent_elem"><a title="translate.storage.placeables.strelem.StringElem.get_parent_elem" class="py-name" href="#" onclick="return doclink('link-8', 'get_parent_elem', 'link-8');">get_parent_elem</a></tt><tt class="py-op">(</tt><tt class="py-name">leaf</tt><tt class="py-op">)</tt> </tt>
<a name="L70"></a><tt class="py-lineno">70</tt>  <tt class="py-line">                <tt class="py-keyword">if</tt> <tt class="py-name">parent</tt> <tt class="py-keyword">is</tt> <tt class="py-keyword">not</tt> <tt class="py-name">None</tt><tt class="py-op">:</tt> </tt>
<a name="L71"></a><tt class="py-lineno">71</tt>  <tt class="py-line">                    <tt class="py-keyword">if</tt> <tt class="py-name">len</tt><tt class="py-op">(</tt><tt class="py-name">parent</tt><tt class="py-op">.</tt><tt id="link-9" class="py-name" targets="Variable translate.storage.placeables.strelem.StringElem.sub=translate.storage.placeables.strelem.StringElem-class.html#sub"><a title="translate.storage.placeables.strelem.StringElem.sub" class="py-name" href="#" onclick="return doclink('link-9', 'sub', 'link-9');">sub</a></tt><tt class="py-op">)</tt> <tt class="py-op">==</tt> <tt class="py-number">1</tt><tt class="py-op">:</tt> </tt>
<a name="L72"></a><tt class="py-lineno">72</tt>  <tt class="py-line">                        <tt class="py-name">parent</tt><tt class="py-op">.</tt><tt id="link-10" class="py-name"><a title="translate.storage.placeables.strelem.StringElem.sub" class="py-name" href="#" onclick="return doclink('link-10', 'sub', 'link-9');">sub</a></tt> <tt class="py-op">=</tt> <tt class="py-name">subleaves</tt> </tt>
<a name="L73"></a><tt class="py-lineno">73</tt>  <tt class="py-line">                        <tt class="py-name">leaf</tt> <tt class="py-op">=</tt> <tt class="py-name">parent</tt> </tt>
<a name="L74"></a><tt class="py-lineno">74</tt>  <tt class="py-line">                    <tt class="py-keyword">else</tt><tt class="py-op">:</tt> </tt>
<a name="L75"></a><tt class="py-lineno">75</tt>  <tt class="py-line">                        <tt class="py-name">leafindex</tt> <tt class="py-op">=</tt> <tt class="py-name">parent</tt><tt class="py-op">.</tt><tt id="link-11" class="py-name"><a title="translate.storage.placeables.strelem.StringElem.sub" class="py-name" href="#" onclick="return doclink('link-11', 'sub', 'link-9');">sub</a></tt><tt class="py-op">.</tt><tt class="py-name">index</tt><tt class="py-op">(</tt><tt class="py-name">leaf</tt><tt class="py-op">)</tt> </tt>
<a name="L76"></a><tt class="py-lineno">76</tt>  <tt class="py-line">                        <tt class="py-name">parent</tt><tt class="py-op">.</tt><tt id="link-12" class="py-name"><a title="translate.storage.placeables.strelem.StringElem.sub" class="py-name" href="#" onclick="return doclink('link-12', 'sub', 'link-9');">sub</a></tt><tt class="py-op">[</tt><tt class="py-name">leafindex</tt><tt class="py-op">]</tt> <tt class="py-op">=</tt> <tt id="link-13" class="py-name"><a title="translate.storage.placeables.strelem.StringElem" class="py-name" href="#" onclick="return doclink('link-13', 'StringElem', 'link-4');">StringElem</a></tt><tt class="py-op">(</tt><tt class="py-name">subleaves</tt><tt class="py-op">)</tt> </tt>
<a name="L77"></a><tt class="py-lineno">77</tt>  <tt class="py-line">                        <tt class="py-name">leaf</tt> <tt class="py-op">=</tt> <tt class="py-name">parent</tt><tt class="py-op">.</tt><tt id="link-14" class="py-name"><a title="translate.storage.placeables.strelem.StringElem.sub" class="py-name" href="#" onclick="return doclink('link-14', 'sub', 'link-9');">sub</a></tt><tt class="py-op">[</tt><tt class="py-name">leafindex</tt><tt class="py-op">]</tt> </tt>
<a name="L78"></a><tt class="py-lineno">78</tt>  <tt class="py-line">            <tt class="py-keyword">else</tt><tt class="py-op">:</tt> </tt>
<a name="L79"></a><tt class="py-lineno">79</tt>  <tt class="py-line">                <tt class="py-name">leaf</tt><tt class="py-op">.</tt><tt id="link-15" class="py-name"><a title="translate.storage.placeables.strelem.StringElem.sub" class="py-name" href="#" onclick="return doclink('link-15', 'sub', 'link-9');">sub</a></tt> <tt class="py-op">=</tt> <tt class="py-name">subleaves</tt> </tt>
<a name="L80"></a><tt class="py-lineno">80</tt>  <tt class="py-line"> </tt>
<a name="L81"></a><tt class="py-lineno">81</tt>  <tt class="py-line">        <tt id="link-16" class="py-name" targets="Function translate.convert.po2symb.parse()=translate.convert.po2symb-module.html#parse,Function translate.convert.symb2po.parse()=translate.convert.symb2po-module.html#parse,Class Method translate.misc.ini.CommentLine.parse()=translate.misc.ini.CommentLine-class.html#parse,Class Method translate.misc.ini.ContinuationLine.parse()=translate.misc.ini.ContinuationLine-class.html#parse,Class Method translate.misc.ini.EmptyLine.parse()=translate.misc.ini.EmptyLine-class.html#parse,Class Method translate.misc.ini.OptionLine.parse()=translate.misc.ini.OptionLine-class.html#parse,Class Method translate.misc.ini.SectionLine.parse()=translate.misc.ini.SectionLine-class.html#parse,Function translate.misc.ourdom.parse()=translate.misc.ourdom-module.html#parse,Method translate.misc.selector.SimpleParser.parse()=translate.misc.selector.SimpleParser-class.html#parse,Method translate.storage.base.TranslationStore.parse()=translate.storage.base.TranslationStore-class.html#parse,Method translate.storage.cpo.pofile.parse()=translate.storage.cpo.pofile-class.html#parse,Method translate.storage.csvl10n.csvfile.parse()=translate.storage.csvl10n.csvfile-class.html#parse,Method translate.storage.dtd.dtdfile.parse()=translate.storage.dtd.dtdfile-class.html#parse,Method translate.storage.dtd.dtdunit.parse()=translate.storage.dtd.dtdunit-class.html#parse,Method translate.storage.fpo.pofile.parse()=translate.storage.fpo.pofile-class.html#parse,Method translate.storage.fpo.pounit.parse()=translate.storage.fpo.pounit-class.html#parse,Method translate.storage.html.htmlfile.parse()=translate.storage.html.htmlfile-class.html#parse,Method translate.storage.ical.icalfile.parse()=translate.storage.ical.icalfile-class.html#parse,Method translate.storage.ini.inifile.parse()=translate.storage.ini.inifile-class.html#parse,Method translate.storage.lisa.LISAfile.parse()=translate.storage.lisa.LISAfile-class.html#parse,Method translate.storage.lisa.LISAfile.parse()=translate.storage.lisa.LISAfile-class.html#parse,Method translate.storage.mo.mofile.parse()=translate.storage.mo.mofile-class.html#parse,Method translate.storage.omegat.OmegaTFile.parse()=translate.storage.omegat.OmegaTFile-class.html#parse,Method translate.storage.oo.oofile.parse()=translate.storage.oo.oofile-class.html#parse,Method translate.storage.php.phpfile.parse()=translate.storage.php.phpfile-class.html#parse,Class Method translate.storage.placeables.general.AltAttrPlaceable.parse()=translate.storage.placeables.general.AltAttrPlaceable-class.html#parse,Class Method translate.storage.placeables.general.CamelCasePlaceable.parse()=translate.storage.placeables.general.CamelCasePlaceable-class.html#parse,Class Method translate.storage.placeables.general.CapsPlaceable.parse()=translate.storage.placeables.general.CapsPlaceable-class.html#parse,Class Method translate.storage.placeables.general.EmailPlaceable.parse()=translate.storage.placeables.general.EmailPlaceable-class.html#parse,Class Method translate.storage.placeables.general.FilePlaceable.parse()=translate.storage.placeables.general.FilePlaceable-class.html#parse,Class Method translate.storage.placeables.general.FormattingPlaceable.parse()=translate.storage.placeables.general.FormattingPlaceable-class.html#parse,Class Method translate.storage.placeables.general.JavaMessageFormatPlaceable.parse()=translate.storage.placeables.general.JavaMessageFormatPlaceable-class.html#parse,Class Method translate.storage.placeables.general.NewlinePlaceable.parse()=translate.storage.placeables.general.NewlinePlaceable-class.html#parse,Class Method translate.storage.placeables.general.NumberPlaceable.parse()=translate.storage.placeables.general.NumberPlaceable-class.html#parse,Class Method translate.storage.placeables.general.OptionPlaceable.parse()=translate.storage.placeables.general.OptionPlaceable-class.html#parse,Class Method translate.storage.placeables.general.PunctuationPlaceable.parse()=translate.storage.placeables.general.PunctuationPlaceable-class.html#parse,Class Method translate.storage.placeables.general.PythonFormattingPlaceable.parse()=translate.storage.placeables.general.PythonFormattingPlaceable-class.html#parse,Class Method translate.storage.placeables.general.QtFormattingPlaceable.parse()=translate.storage.placeables.general.QtFormattingPlaceable-class.html#parse,Class Method translate.storage.placeables.general.SpacesPlaceable.parse()=translate.storage.placeables.general.SpacesPlaceable-class.html#parse,Class Method translate.storage.placeables.general.UrlPlaceable.parse()=translate.storage.placeables.general.UrlPlaceable-class.html#parse,Class Method translate.storage.placeables.general.XMLEntityPlaceable.parse()=translate.storage.placeables.general.XMLEntityPlaceable-class.html#parse,Class Method translate.storage.placeables.general.XMLTagPlaceable.parse()=translate.storage.placeables.general.XMLTagPlaceable-class.html#parse,Variable translate.storage.placeables.interfaces.InvisiblePlaceable.parse=translate.storage.placeables.interfaces.InvisiblePlaceable-class.html#parse,Variable translate.storage.placeables.interfaces.MaskingPlaceable.parse=translate.storage.placeables.interfaces.MaskingPlaceable-class.html#parse,Variable translate.storage.placeables.interfaces.ReplacementPlaceable.parse=translate.storage.placeables.interfaces.ReplacementPlaceable-class.html#parse,Variable translate.storage.placeables.interfaces.SubflowPlaceable.parse=translate.storage.placeables.interfaces.SubflowPlaceable-class.html#parse,Function translate.storage.placeables.parse()=translate.storage.placeables-module.html#parse,Class Method translate.storage.placeables.strelem.StringElem.parse()=translate.storage.placeables.strelem.StringElem-class.html#parse,Class Method translate.storage.placeables.terminology.TerminologyPlaceable.parse()=translate.storage.placeables.terminology.TerminologyPlaceable-class.html#parse,Method translate.storage.poxliff.PoXliffFile.parse()=translate.storage.poxliff.PoXliffFile-class.html#parse,Method translate.storage.properties.propfile.parse()=translate.storage.properties.propfile-class.html#parse,Method translate.storage.pypo.pofile.parse()=translate.storage.pypo.pofile-class.html#parse,Method translate.storage.pypo.pounit.parse()=translate.storage.pypo.pounit-class.html#parse,Method translate.storage.qm.qmfile.parse()=translate.storage.qm.qmfile-class.html#parse,Method translate.storage.rc.rcfile.parse()=translate.storage.rc.rcfile-class.html#parse,Method translate.storage.subtitles.SubtitleFile.parse()=translate.storage.subtitles.SubtitleFile-class.html#parse,Method translate.storage.tiki.TikiStore.parse()=translate.storage.tiki.TikiStore-class.html#parse,Method translate.storage.txt.TxtFile.parse()=translate.storage.txt.TxtFile-class.html#parse,Method translate.storage.wordfast.WordfastTMFile.parse()=translate.storage.wordfast.WordfastTMFile-class.html#parse"><a title="translate.convert.po2symb.parse
translate.convert.symb2po.parse
translate.misc.ini.CommentLine.parse
translate.misc.ini.ContinuationLine.parse
translate.misc.ini.EmptyLine.parse
translate.misc.ini.OptionLine.parse
translate.misc.ini.SectionLine.parse
translate.misc.ourdom.parse
translate.misc.selector.SimpleParser.parse
translate.storage.base.TranslationStore.parse
translate.storage.cpo.pofile.parse
translate.storage.csvl10n.csvfile.parse
translate.storage.dtd.dtdfile.parse
translate.storage.dtd.dtdunit.parse
translate.storage.fpo.pofile.parse
translate.storage.fpo.pounit.parse
translate.storage.html.htmlfile.parse
translate.storage.ical.icalfile.parse
translate.storage.ini.inifile.parse
translate.storage.lisa.LISAfile.parse
translate.storage.lisa.LISAfile.parse
translate.storage.mo.mofile.parse
translate.storage.omegat.OmegaTFile.parse
translate.storage.oo.oofile.parse
translate.storage.php.phpfile.parse
translate.storage.placeables.general.AltAttrPlaceable.parse
translate.storage.placeables.general.CamelCasePlaceable.parse
translate.storage.placeables.general.CapsPlaceable.parse
translate.storage.placeables.general.EmailPlaceable.parse
translate.storage.placeables.general.FilePlaceable.parse
translate.storage.placeables.general.FormattingPlaceable.parse
translate.storage.placeables.general.JavaMessageFormatPlaceable.parse
translate.storage.placeables.general.NewlinePlaceable.parse
translate.storage.placeables.general.NumberPlaceable.parse
translate.storage.placeables.general.OptionPlaceable.parse
translate.storage.placeables.general.PunctuationPlaceable.parse
translate.storage.placeables.general.PythonFormattingPlaceable.parse
translate.storage.placeables.general.QtFormattingPlaceable.parse
translate.storage.placeables.general.SpacesPlaceable.parse
translate.storage.placeables.general.UrlPlaceable.parse
translate.storage.placeables.general.XMLEntityPlaceable.parse
translate.storage.placeables.general.XMLTagPlaceable.parse
translate.storage.placeables.interfaces.InvisiblePlaceable.parse
translate.storage.placeables.interfaces.MaskingPlaceable.parse
translate.storage.placeables.interfaces.ReplacementPlaceable.parse
translate.storage.placeables.interfaces.SubflowPlaceable.parse
translate.storage.placeables.parse
translate.storage.placeables.strelem.StringElem.parse
translate.storage.placeables.terminology.TerminologyPlaceable.parse
translate.storage.poxliff.PoXliffFile.parse
translate.storage.properties.propfile.parse
translate.storage.pypo.pofile.parse
translate.storage.pypo.pounit.parse
translate.storage.qm.qmfile.parse
translate.storage.rc.rcfile.parse
translate.storage.subtitles.SubtitleFile.parse
translate.storage.tiki.TikiStore.parse
translate.storage.txt.TxtFile.parse
translate.storage.wordfast.WordfastTMFile.parse" class="py-name" href="#" onclick="return doclink('link-16', 'parse', 'link-16');">parse</a></tt><tt class="py-op">(</tt><tt class="py-name">leaf</tt><tt class="py-op">,</tt> <tt class="py-name">parse_funcs</tt><tt class="py-op">[</tt><tt class="py-number">1</tt><tt class="py-op">:</tt><tt class="py-op">]</tt><tt class="py-op">)</tt> </tt>
<a name="L82"></a><tt class="py-lineno">82</tt>  <tt class="py-line"> </tt>
<a name="L83"></a><tt class="py-lineno">83</tt>  <tt class="py-line">        <tt class="py-keyword">if</tt> <tt class="py-name">isinstance</tt><tt class="py-op">(</tt><tt class="py-name">leaf</tt><tt class="py-op">,</tt> <tt id="link-17" class="py-name"><a title="translate.storage.placeables.strelem.StringElem" class="py-name" href="#" onclick="return doclink('link-17', 'StringElem', 'link-4');">StringElem</a></tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
<a name="L84"></a><tt class="py-lineno">84</tt>  <tt class="py-line">            <tt class="py-name">leaf</tt><tt class="py-op">.</tt><tt id="link-18" class="py-name" targets="Method translate.storage.placeables.strelem.StringElem.prune()=translate.storage.placeables.strelem.StringElem-class.html#prune"><a title="translate.storage.placeables.strelem.StringElem.prune" class="py-name" href="#" onclick="return doclink('link-18', 'prune', 'link-18');">prune</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L85"></a><tt class="py-lineno">85</tt>  <tt class="py-line">    <tt class="py-keyword">return</tt> <tt class="py-name">tree</tt> </tt>
</div><a name="L86"></a><tt class="py-lineno">86</tt>  <tt class="py-line"> </tt><script type="text/javascript">
<!--
expandto(location.href);
// -->
</script>
</pre>
<br />
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
       bgcolor="#a0c0ff" cellspacing="0">
  <tr valign="middle">
  <!-- Home link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="translate-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Tree link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Index link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Help link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Project homepage -->
      <th class="navbar" align="right" width="100%">
        <table border="0" cellpadding="0" cellspacing="0">
          <tr><th class="navbar" align="center"
            ><a class="navbar" target="_top" href="http://translate.sourceforge.net/wiki/toolkit/index">Translate Toolkit</a></th>
          </tr></table></th>
  </tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
  <tr>
    <td align="left" class="footer">
    Generated by Epydoc 3.0.1 on Wed Nov 25 17:19:04 2009
    </td>
    <td align="right" class="footer">
      <a target="mainFrame" href="http://epydoc.sourceforge.net"
        >http://epydoc.sourceforge.net</a>
    </td>
  </tr>
</table>

<script type="text/javascript">
  <!--
  // Private objects are initially displayed (because if
  // javascript is turned off then we want them to be
  // visible); but by default, we want to hide them.  So hide
  // them unless we have a cookie that says to show them.
  checkCookie();
  // -->
</script>
</body>
</html>