This file is indexed.

/usr/lib/python2.7/dist-packages/chameleon/tests/inputs/016-explicit-translation.pt-en.py is in python-chameleon 2.24-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
# -*- coding: utf-8 -*-
pass
from chameleon.utils import Placeholder as _Placeholder
import sys as _sys
pass
_static_37011728 = {u'alt': u"${'Hello world!'}", }
_static_38463824 = {u'alt': u"'Hello world!'", }
_static_38579664 = {}
_static_38427088 = {}
_static_38579728 = {}
_static_38425616 = {u'alt': u"${'Hello world!'}", }
_static_38465488 = {u'alt': u"'Hello world!'", }
_marker_default = _Placeholder()
import re
import functools
_marker = object()
g_re_amp = re.compile('&(?!([A-Za-z]+|#[0-9]+);)')
g_re_needs_escape = re.compile('[&<>\\"\\\']').search
re_whitespace = functools.partial(re.compile('\\s+').sub, ' ')

def render(stream, econtext, rcontext):
    append = stream.append
    getitem = econtext.__getitem__
    get = econtext.get
    _i18n_domain = None
    re_amp = g_re_amp
    re_needs_escape = g_re_needs_escape
    decode = getitem('decode')
    convert = getitem('convert')
    translate = getitem('translate')
    _backup_attrs_36729560 = get('attrs', _marker)

    # <Static value=<_ast.Dict object at 0x24cadd0> name=None at 22f8e50> -> _value
    _value = _static_38579664
    econtext['attrs'] = _value

    # <html ... (1:0)
    # --------------------------------------------------------
    append(u'<html>')
    _content_139955154988272 = u'\n  '
    if (_content_139955154988272 is not None):
        append(_content_139955154988272)
    _backup_attrs_36729920 = get('attrs', _marker)

    # <Static value=<_ast.Dict object at 0x24cae10> name=None at 24caf10> -> _value
    _value = _static_38579728
    econtext['attrs'] = _value

    # <body ... (2:2)
    # --------------------------------------------------------
    append(u'<body>')
    _content_139955154988272 = u'\n    '
    if (_content_139955154988272 is not None):
        append(_content_139955154988272)
    _backup_attrs_35804152 = get('attrs', _marker)

    # <Static value=<_ast.Dict object at 0x24a59d0> name=None at 24a5690> -> _value
    _value = _static_38427088
    econtext['attrs'] = _value

    # <div ... (3:4)
    # --------------------------------------------------------
    append(u'<div>')
    _backup_default_36732008 = get('default', _marker)

    # <Marker name='default' at 24ca410> -> _value
    _value = _marker_default
    econtext['default'] = _value

    # <Expression u'string:Hello world!' (3:40)> -> _cache_38578448
    try:
        _cache_38578448 = u'Hello world!'
    except:
        rcontext.setdefault('__error__', []).append((u'string:Hello world!', 3, 40, '<string>', _sys.exc_info()[1], ))
        raise


    # <Identity expression=<Expression u'string:Hello world!' (3:40)> value=<Marker name='default' at 24cae90> at 24cacd0> -> _condition
    _expression = _cache_38578448

    # <Marker name='default' at 24cae90> -> _value
    _value = _marker_default
    _condition = (_expression is _value)
    if _condition:
        _content_139955154988272 = u'\n      Hello world!\n    '
        if (_content_139955154988272 is not None):
            append(_content_139955154988272)
    else:
        _content = _cache_38578448
        _content = translate(_content, default=None, domain=_i18n_domain)
        if (_content is not None):
            append(_content)
    if (_backup_default_36732008 is _marker):
        del econtext['default']
    else:
        econtext['default'] = _backup_default_36732008
    append(u'</div>')
    if (_backup_attrs_35804152 is _marker):
        del econtext['attrs']
    else:
        econtext['attrs'] = _backup_attrs_35804152
    _content_139955154988272 = u'\n    '
    if (_content_139955154988272 is not None):
        append(_content_139955154988272)
    _backup_attrs_36729776 = get('attrs', _marker)

    # <Static value=<_ast.Dict object at 0x24a5410> name=None at 24a5b90> -> _value
    _value = _static_38425616
    econtext['attrs'] = _value

    # <img ... (6:4)
    # --------------------------------------------------------
    append(u'<img')
    _backup_default_36729128 = get('default', _marker)
    _value = u"${'Hello world!'}"
    econtext['default'] = _value

    # <Translate msgid=None node=<Interpolation value=u"${'Hello world!'}" escape=True at 24a5bd0> at 24a5a90> -> _attr_alt

    # <Interpolation value=u"${'Hello world!'}" escape=True at 24a5bd0> -> _attr_alt

    # <Expression u"'Hello world!'" (6:16)> -> _attr_alt
    try:
        _attr_alt = 'Hello world!'
    except:
        rcontext.setdefault('__error__', []).append((u"'Hello world!'", 6, 16, '<string>', _sys.exc_info()[1], ))
        raise

    _attr_alt = _attr_alt
    _attr_alt = translate(_attr_alt, default=_attr_alt, domain=_i18n_domain)
    if (_attr_alt is None):
        pass
    else:
        if (_attr_alt is False):
            _attr_alt = None
        else:
            _tt = type(_attr_alt)
            if ((_tt is int) or (_tt is float) or (_tt is long)):
                _attr_alt = unicode(_attr_alt)
            else:
                try:
                    if (_tt is str):
                        _attr_alt = decode(_attr_alt)
                    else:
                        if (_tt is not unicode):
                            try:
                                _attr_alt = _attr_alt.__html__
                            except:
                                _attr_alt = convert(_attr_alt)
                            else:
                                raise RuntimeError
                except RuntimeError:
                    _attr_alt = _attr_alt()
                else:
                    if ((_attr_alt is not None) and (re_needs_escape(_attr_alt) is not None)):
                        if ('&' in _attr_alt):
                            if (';' in _attr_alt):
                                _attr_alt = re_amp.sub('&amp;', _attr_alt)
                            else:
                                _attr_alt = _attr_alt.replace('&', '&amp;')
                        if ('<' in _attr_alt):
                            _attr_alt = _attr_alt.replace('<', '&lt;')
                        if ('>' in _attr_alt):
                            _attr_alt = _attr_alt.replace('>', '&gt;')
                        if (u'"' in _attr_alt):
                            _attr_alt = _attr_alt.replace(u'"', '&#34;')
    if (_attr_alt is not None):
        append((u' alt="%s"' % _attr_alt))
    if (_backup_default_36729128 is _marker):
        del econtext['default']
    else:
        econtext['default'] = _backup_default_36729128
    append(u' />')
    if (_backup_attrs_36729776 is _marker):
        del econtext['attrs']
    else:
        econtext['attrs'] = _backup_attrs_36729776
    _content_139955154988272 = u'\n    '
    if (_content_139955154988272 is not None):
        append(_content_139955154988272)
    _backup_attrs_35874000 = get('attrs', _marker)

    # <Static value=<_ast.Dict object at 0x234c110> name=None at 234ce10> -> _value
    _value = _static_37011728
    econtext['attrs'] = _value

    # <img ... (7:4)
    # --------------------------------------------------------
    append(u'<img')
    _backup_default_35876808 = get('default', _marker)
    _value = u"${'Hello world!'}"
    econtext['default'] = _value

    # <Translate msgid=u'hello_world' node=<Interpolation value=u"${'Hello world!'}" escape=True at 234ce50> at 234c9d0> -> _attr_alt

    # <Interpolation value=u"${'Hello world!'}" escape=True at 234ce50> -> _attr_alt

    # <Expression u"'Hello world!'" (7:16)> -> _attr_alt
    try:
        _attr_alt = 'Hello world!'
    except:
        rcontext.setdefault('__error__', []).append((u"'Hello world!'", 7, 16, '<string>', _sys.exc_info()[1], ))
        raise

    _attr_alt = _attr_alt
    _attr_alt = translate(u'hello_world', default=_attr_alt, domain=_i18n_domain)
    if (_attr_alt is None):
        pass
    else:
        if (_attr_alt is False):
            _attr_alt = None
        else:
            _tt = type(_attr_alt)
            if ((_tt is int) or (_tt is float) or (_tt is long)):
                _attr_alt = unicode(_attr_alt)
            else:
                try:
                    if (_tt is str):
                        _attr_alt = decode(_attr_alt)
                    else:
                        if (_tt is not unicode):
                            try:
                                _attr_alt = _attr_alt.__html__
                            except:
                                _attr_alt = convert(_attr_alt)
                            else:
                                raise RuntimeError
                except RuntimeError:
                    _attr_alt = _attr_alt()
                else:
                    if ((_attr_alt is not None) and (re_needs_escape(_attr_alt) is not None)):
                        if ('&' in _attr_alt):
                            if (';' in _attr_alt):
                                _attr_alt = re_amp.sub('&amp;', _attr_alt)
                            else:
                                _attr_alt = _attr_alt.replace('&', '&amp;')
                        if ('<' in _attr_alt):
                            _attr_alt = _attr_alt.replace('<', '&lt;')
                        if ('>' in _attr_alt):
                            _attr_alt = _attr_alt.replace('>', '&gt;')
                        if (u'"' in _attr_alt):
                            _attr_alt = _attr_alt.replace(u'"', '&#34;')
    if (_attr_alt is not None):
        append((u' alt="%s"' % _attr_alt))
    if (_backup_default_35876808 is _marker):
        del econtext['default']
    else:
        econtext['default'] = _backup_default_35876808
    append(u' />')
    if (_backup_attrs_35874000 is _marker):
        del econtext['attrs']
    else:
        econtext['attrs'] = _backup_attrs_35874000
    _content_139955154988272 = u'\n    '
    if (_content_139955154988272 is not None):
        append(_content_139955154988272)
    _backup_attrs_35875152 = get('attrs', _marker)

    # <Static value=<_ast.Dict object at 0x24aefd0> name=None at 24aebd0> -> _value
    _value = _static_38465488
    econtext['attrs'] = _value

    # <img ... (8:4)
    # --------------------------------------------------------
    append(u'<img')
    _backup_default_35874072 = get('default', _marker)
    _value = None
    econtext['default'] = _value

    # <Translate msgid=None node=<Expression u"'Hello world!'" (8:29)> at 24aead0> -> _attr_alt

    # <Expression u"'Hello world!'" (8:29)> -> _attr_alt
    try:
        _attr_alt = 'Hello world!'
    except:
        rcontext.setdefault('__error__', []).append((u"'Hello world!'", 8, 29, '<string>', _sys.exc_info()[1], ))
        raise

    _attr_alt = translate(_attr_alt, default=_attr_alt, domain=_i18n_domain)
    if (_attr_alt is None):
        pass
    else:
        if (_attr_alt is False):
            _attr_alt = None
        else:
            _tt = type(_attr_alt)
            if ((_tt is int) or (_tt is float) or (_tt is long)):
                _attr_alt = unicode(_attr_alt)
            else:
                try:
                    if (_tt is str):
                        _attr_alt = decode(_attr_alt)
                    else:
                        if (_tt is not unicode):
                            try:
                                _attr_alt = _attr_alt.__html__
                            except:
                                _attr_alt = convert(_attr_alt)
                            else:
                                raise RuntimeError
                except RuntimeError:
                    _attr_alt = _attr_alt()
                else:
                    if ((_attr_alt is not None) and (re_needs_escape(_attr_alt) is not None)):
                        if ('&' in _attr_alt):
                            if (';' in _attr_alt):
                                _attr_alt = re_amp.sub('&amp;', _attr_alt)
                            else:
                                _attr_alt = _attr_alt.replace('&', '&amp;')
                        if ('<' in _attr_alt):
                            _attr_alt = _attr_alt.replace('<', '&lt;')
                        if ('>' in _attr_alt):
                            _attr_alt = _attr_alt.replace('>', '&gt;')
                        if ('"' in _attr_alt):
                            _attr_alt = _attr_alt.replace('"', '&#34;')
    if (_attr_alt is not None):
        append((u' alt="%s"' % _attr_alt))
    if (_backup_default_35874072 is _marker):
        del econtext['default']
    else:
        econtext['default'] = _backup_default_35874072
    append(u' />')
    if (_backup_attrs_35875152 is _marker):
        del econtext['attrs']
    else:
        econtext['attrs'] = _backup_attrs_35875152
    _content_139955154988272 = u'\n    '
    if (_content_139955154988272 is not None):
        append(_content_139955154988272)
    _backup_attrs_35872848 = get('attrs', _marker)

    # <Static value=<_ast.Dict object at 0x24ae950> name=None at 24ae910> -> _value
    _value = _static_38463824
    econtext['attrs'] = _value

    # <img ... (9:4)
    # --------------------------------------------------------
    append(u'<img')
    _backup_default_35873208 = get('default', _marker)
    _value = None
    econtext['default'] = _value

    # <Translate msgid=u'hello_world' node=<Expression u"'Hello world!'" (9:29)> at 24ae890> -> _attr_alt

    # <Expression u"'Hello world!'" (9:29)> -> _attr_alt
    try:
        _attr_alt = 'Hello world!'
    except:
        rcontext.setdefault('__error__', []).append((u"'Hello world!'", 9, 29, '<string>', _sys.exc_info()[1], ))
        raise

    _attr_alt = translate(u'hello_world', default=_attr_alt, domain=_i18n_domain)
    if (_attr_alt is None):
        pass
    else:
        if (_attr_alt is False):
            _attr_alt = None
        else:
            _tt = type(_attr_alt)
            if ((_tt is int) or (_tt is float) or (_tt is long)):
                _attr_alt = unicode(_attr_alt)
            else:
                try:
                    if (_tt is str):
                        _attr_alt = decode(_attr_alt)
                    else:
                        if (_tt is not unicode):
                            try:
                                _attr_alt = _attr_alt.__html__
                            except:
                                _attr_alt = convert(_attr_alt)
                            else:
                                raise RuntimeError
                except RuntimeError:
                    _attr_alt = _attr_alt()
                else:
                    if ((_attr_alt is not None) and (re_needs_escape(_attr_alt) is not None)):
                        if ('&' in _attr_alt):
                            if (';' in _attr_alt):
                                _attr_alt = re_amp.sub('&amp;', _attr_alt)
                            else:
                                _attr_alt = _attr_alt.replace('&', '&amp;')
                        if ('<' in _attr_alt):
                            _attr_alt = _attr_alt.replace('<', '&lt;')
                        if ('>' in _attr_alt):
                            _attr_alt = _attr_alt.replace('>', '&gt;')
                        if ('"' in _attr_alt):
                            _attr_alt = _attr_alt.replace('"', '&#34;')
    if (_attr_alt is not None):
        append((u' alt="%s"' % _attr_alt))
    if (_backup_default_35873208 is _marker):
        del econtext['default']
    else:
        econtext['default'] = _backup_default_35873208
    append(u' />')
    if (_backup_attrs_35872848 is _marker):
        del econtext['attrs']
    else:
        econtext['attrs'] = _backup_attrs_35872848
    _content_139955154988272 = u'\n  '
    if (_content_139955154988272 is not None):
        append(_content_139955154988272)
    append(u'</body>')
    if (_backup_attrs_36729920 is _marker):
        del econtext['attrs']
    else:
        econtext['attrs'] = _backup_attrs_36729920
    _content_139955154988272 = u'\n'
    if (_content_139955154988272 is not None):
        append(_content_139955154988272)
    append(u'</html>')
    if (_backup_attrs_36729560 is _marker):
        del econtext['attrs']
    else:
        econtext['attrs'] = _backup_attrs_36729560
    _content_139955154988272 = u'\n'
    if (_content_139955154988272 is not None):
        append(_content_139955154988272)
pass