File: modindex.html

package info (click to toggle)
phatch 0.2.7.1-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 26,576 kB
  • ctags: 5,430
  • sloc: python: 34,197; makefile: 100; xml: 9
file content (715 lines) | stat: -rw-r--r-- 33,941 bytes parent folder | download | duplicates (4)
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
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>Global Module Index &mdash; Phatch v0.2 documentation</title>
    <link rel="stylesheet" href="_static/default.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '',
        VERSION:     '0.2',
        COLLAPSE_MODINDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <link rel="top" title="Phatch v0.2 documentation" href="index.html" />
 


  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="" title="Global Module Index"
             accesskey="M">modules</a> |</li>
        <li><a href="index.html">Phatch v0.2 documentation</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            

   <h1 id="global-module-index">Global Module Index</h1>
   <a href="#cap-A"><strong>A</strong></a> | 
   <a href="#cap-C"><strong>C</strong></a> | 
   <a href="#cap-D"><strong>D</strong></a> | 
   <a href="#cap-L"><strong>L</strong></a> | 
   <a href="#cap-O"><strong>O</strong></a> | 
   <a href="#cap-P"><strong>P</strong></a> | 
   <a href="#cap-W"><strong>W</strong></a> 
   <hr/>

   <table width="100%" class="indextable" cellspacing="0" cellpadding="2"><tr class="pcap"><td></td><td>&nbsp;</td><td></td></tr>
   <tr class="cap"><td></td><td><a name="cap-A"><strong>A</strong></a></td><td></td></tr><tr>
     <td><img src="_static/minus.png" id="toggle-1"
            class="toggler" style="display: none" alt="-" /></td>
     <td>
     <a href="actions.html#module-actions"><tt class="xref">actions</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.autocontrast.html#module-actions.autocontrast"><tt class="xref">actions.autocontrast</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.background.html#module-actions.background"><tt class="xref">actions.background</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.blender.html#module-actions.blender"><tt class="xref">actions.blender</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.border.html#module-actions.border"><tt class="xref">actions.border</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.brightness.html#module-actions.brightness"><tt class="xref">actions.brightness</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.canvas.html#module-actions.canvas"><tt class="xref">actions.canvas</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.color_to_alpha.html#module-actions.color_to_alpha"><tt class="xref">actions.color_to_alpha</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.colorize.html#module-actions.colorize"><tt class="xref">actions.colorize</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.common.html#module-actions.common"><tt class="xref">actions.common</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.contour.html#module-actions.contour"><tt class="xref">actions.contour</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.contrast.html#module-actions.contrast"><tt class="xref">actions.contrast</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.convert_mode.html#module-actions.convert_mode"><tt class="xref">actions.convert_mode</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.copy.html#module-actions.copy"><tt class="xref">actions.copy</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.crop.html#module-actions.crop"><tt class="xref">actions.crop</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.delete_tags.html#module-actions.delete_tags"><tt class="xref">actions.delete_tags</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.desaturate.html#module-actions.desaturate"><tt class="xref">actions.desaturate</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.effect.html#module-actions.effect"><tt class="xref">actions.effect</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.equalize.html#module-actions.equalize"><tt class="xref">actions.equalize</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.fit.html#module-actions.fit"><tt class="xref">actions.fit</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.geek.html#module-actions.geek"><tt class="xref">actions.geek</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.geotag.html#module-actions.geotag"><tt class="xref">actions.geotag</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.grid.html#module-actions.grid"><tt class="xref">actions.grid</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.highlight.html#module-actions.highlight"><tt class="xref">actions.highlight</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.imagemagick.html#module-actions.imagemagick"><tt class="xref">actions.imagemagick</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.invert.html#module-actions.invert"><tt class="xref">actions.invert</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.lossless_jpeg.html#module-actions.lossless_jpeg"><tt class="xref">actions.lossless_jpeg</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.mask.html#module-actions.mask"><tt class="xref">actions.mask</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.maximum.html#module-actions.maximum"><tt class="xref">actions.maximum</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.median.html#module-actions.median"><tt class="xref">actions.median</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.minimum.html#module-actions.minimum"><tt class="xref">actions.minimum</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.mirror.html#module-actions.mirror"><tt class="xref">actions.mirror</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.offset.html#module-actions.offset"><tt class="xref">actions.offset</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.perspective.html#module-actions.perspective"><tt class="xref">actions.perspective</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.posterize.html#module-actions.posterize"><tt class="xref">actions.posterize</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.rank.html#module-actions.rank"><tt class="xref">actions.rank</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.reflection.html#module-actions.reflection"><tt class="xref">actions.reflection</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.rename.html#module-actions.rename"><tt class="xref">actions.rename</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.rename_tag.html#module-actions.rename_tag"><tt class="xref">actions.rename_tag</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.rotate.html#module-actions.rotate"><tt class="xref">actions.rotate</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.round.html#module-actions.round"><tt class="xref">actions.round</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.saturation.html#module-actions.saturation"><tt class="xref">actions.saturation</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.save.html#module-actions.save"><tt class="xref">actions.save</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.save_metadata.html#module-actions.save_metadata"><tt class="xref">actions.save_metadata</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.scale.html#module-actions.scale"><tt class="xref">actions.scale</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.shadow.html#module-actions.shadow"><tt class="xref">actions.shadow</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.sketch.html#module-actions.sketch"><tt class="xref">actions.sketch</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.solarize.html#module-actions.solarize"><tt class="xref">actions.solarize</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.tamogen.html#module-actions.tamogen"><tt class="xref">actions.tamogen</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.text.html#module-actions.text"><tt class="xref">actions.text</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.time_shift.html#module-actions.time_shift"><tt class="xref">actions.time_shift</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.transpose.html#module-actions.transpose"><tt class="xref">actions.transpose</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.warm_up.html#module-actions.warm_up"><tt class="xref">actions.warm_up</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.watermark.html#module-actions.watermark"><tt class="xref">actions.watermark</tt></a></td><td>
     <em></em></td></tr><tr class="cg-1">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="actions.write_tag.html#module-actions.write_tag"><tt class="xref">actions.write_tag</tt></a></td><td>
     <em></em></td></tr><tr class="pcap"><td></td><td>&nbsp;</td><td></td></tr>
   <tr class="cap"><td></td><td><a name="cap-C"><strong>C</strong></a></td><td></td></tr><tr>
     <td><img src="_static/minus.png" id="toggle-2"
            class="toggler" style="display: none" alt="-" /></td>
     <td>
     <a href="console.html#module-console"><tt class="xref">console</tt></a></td><td>
     <em></em></td></tr><tr class="cg-2">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="console.console.html#module-console.console"><tt class="xref">console.console</tt></a></td><td>
     <em></em></td></tr><tr>
     <td><img src="_static/minus.png" id="toggle-3"
            class="toggler" style="display: none" alt="-" /></td>
     <td>
     <a href="core.html#module-core"><tt class="xref">core</tt></a></td><td>
     <em></em></td></tr><tr class="cg-3">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="core.api.html#module-core.api"><tt class="xref">core.api</tt></a></td><td>
     <em></em></td></tr><tr class="cg-3">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="core.config.html#module-core.config"><tt class="xref">core.config</tt></a></td><td>
     <em></em></td></tr><tr class="cg-3">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="core.ct.html#module-core.ct"><tt class="xref">core.ct</tt></a></td><td>
     <em></em></td></tr><tr class="cg-3">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="core.message.html#module-core.message"><tt class="xref">core.message</tt></a></td><td>
     <em></em></td></tr><tr class="cg-3">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="core.models.html#module-core.models"><tt class="xref">core.models</tt></a></td><td>
     <em></em></td></tr><tr class="cg-3">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="core.pil.html#module-core.pil"><tt class="xref">core.pil</tt></a></td><td>
     <em></em></td></tr><tr class="cg-3">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="core.preview.html#module-core.preview"><tt class="xref">core.preview</tt></a></td><td>
     <em></em></td></tr><tr class="cg-3">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="core.safeGlobals.html#module-core.safeGlobals"><tt class="xref">core.safeGlobals</tt></a></td><td>
     <em></em></td></tr><tr class="cg-3">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="core.settings.html#module-core.settings"><tt class="xref">core.settings</tt></a></td><td>
     <em></em></td></tr><tr class="cg-3">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="core.translation.html#module-core.translation"><tt class="xref">core.translation</tt></a></td><td>
     <em></em></td></tr><tr class="pcap"><td></td><td>&nbsp;</td><td></td></tr>
   <tr class="cap"><td></td><td><a name="cap-D"><strong>D</strong></a></td><td></td></tr><tr>
     <td><img src="_static/minus.png" id="toggle-4"
            class="toggler" style="display: none" alt="-" /></td>
     <td>
     <a href="data.html#module-data"><tt class="xref">data</tt></a></td><td>
     <em></em></td></tr><tr class="cg-4">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="data.info.html#module-data.info"><tt class="xref">data.info</tt></a></td><td>
     <em></em></td></tr><tr class="cg-4">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="data.license.html#module-data.license"><tt class="xref">data.license</tt></a></td><td>
     <em></em></td></tr><tr class="cg-4">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="data.version.html#module-data.version"><tt class="xref">data.version</tt></a></td><td>
     <em></em></td></tr><tr class="pcap"><td></td><td>&nbsp;</td><td></td></tr>
   <tr class="cap"><td></td><td><a name="cap-L"><strong>L</strong></a></td><td></td></tr><tr>
     <td><img src="_static/minus.png" id="toggle-5"
            class="toggler" style="display: none" alt="-" /></td>
     <td>
     <a href="lib.html#module-lib"><tt class="xref">lib</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib._pyexiv2.html#module-lib._pyexiv2"><tt class="xref">lib._pyexiv2</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.colors.html#module-lib.colors"><tt class="xref">lib.colors</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.desktop.html#module-lib.desktop"><tt class="xref">lib.desktop</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.events.html#module-lib.events"><tt class="xref">lib.events</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.fonts.html#module-lib.fonts"><tt class="xref">lib.fonts</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.formField.html#module-lib.formField"><tt class="xref">lib.formField</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.gettextFix.html#module-lib.gettextFix"><tt class="xref">lib.gettextFix</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.gps.html#module-lib.gps"><tt class="xref">lib.gps</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.imageTable.html#module-lib.imageTable"><tt class="xref">lib.imageTable</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.imtools.html#module-lib.imtools"><tt class="xref">lib.imtools</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.linux.html#module-lib.linux"><tt class="xref">lib.linux</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.linux.desktop.html#module-lib.linux.desktop"><tt class="xref">lib.linux.desktop</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.linux.nautilusExtension.html#module-lib.linux.nautilusExtension"><tt class="xref">lib.linux.nautilusExtension</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.listData.html#module-lib.listData"><tt class="xref">lib.listData</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.metadata.html#module-lib.metadata"><tt class="xref">lib.metadata</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.metadataTest.html#module-lib.metadataTest"><tt class="xref">lib.metadataTest</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.notify.html#module-lib.notify"><tt class="xref">lib.notify</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.odict.html#module-lib.odict"><tt class="xref">lib.odict</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.openImage.html#module-lib.openImage"><tt class="xref">lib.openImage</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.pyWx.html#module-lib.pyWx"><tt class="xref">lib.pyWx</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.pyWx.about.html#module-lib.pyWx.about"><tt class="xref">lib.pyWx.about</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.pyWx.autoCompleteCtrls.html#module-lib.pyWx.autoCompleteCtrls"><tt class="xref">lib.pyWx.autoCompleteCtrls</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.pyWx.clipboard.html#module-lib.pyWx.clipboard"><tt class="xref">lib.pyWx.clipboard</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.pyWx.compatible.html#module-lib.pyWx.compatible"><tt class="xref">lib.pyWx.compatible</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.pyWx.dialogsInspector.html#module-lib.pyWx.dialogsInspector"><tt class="xref">lib.pyWx.dialogsInspector</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.pyWx.droplet.html#module-lib.pyWx.droplet"><tt class="xref">lib.pyWx.droplet</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.pyWx.folderFileBrowser.html#module-lib.pyWx.folderFileBrowser"><tt class="xref">lib.pyWx.folderFileBrowser</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.pyWx.graphics.html#module-lib.pyWx.graphics"><tt class="xref">lib.pyWx.graphics</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.pyWx.imageFileBrowser.html#module-lib.pyWx.imageFileBrowser"><tt class="xref">lib.pyWx.imageFileBrowser</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.pyWx.imageInspector.html#module-lib.pyWx.imageInspector"><tt class="xref">lib.pyWx.imageInspector</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.pyWx.inspector.html#module-lib.pyWx.inspector"><tt class="xref">lib.pyWx.inspector</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.pyWx.inspectorTag.html#module-lib.pyWx.inspectorTag"><tt class="xref">lib.pyWx.inspectorTag</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.pyWx.paint.html#module-lib.pyWx.paint"><tt class="xref">lib.pyWx.paint</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.pyWx.popup.html#module-lib.pyWx.popup"><tt class="xref">lib.pyWx.popup</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.pyWx.screenshot.html#module-lib.pyWx.screenshot"><tt class="xref">lib.pyWx.screenshot</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.pyWx.shell.html#module-lib.pyWx.shell"><tt class="xref">lib.pyWx.shell</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.pyWx.tag.html#module-lib.pyWx.tag"><tt class="xref">lib.pyWx.tag</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.pyWx.treeDragDrop.html#module-lib.pyWx.treeDragDrop"><tt class="xref">lib.pyWx.treeDragDrop</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.pyWx.treeEdit.html#module-lib.pyWx.treeEdit"><tt class="xref">lib.pyWx.treeEdit</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.pyWx.vlist.html#module-lib.pyWx.vlist"><tt class="xref">lib.pyWx.vlist</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.pyWx.vlistTag.html#module-lib.pyWx.vlistTag"><tt class="xref">lib.pyWx.vlistTag</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.pyWx.wildcard.html#module-lib.pyWx.wildcard"><tt class="xref">lib.pyWx.wildcard</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.pyWx.wxcheck.html#module-lib.pyWx.wxcheck"><tt class="xref">lib.pyWx.wxcheck</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.pyWx.wxPil.html#module-lib.pyWx.wxPil"><tt class="xref">lib.pyWx.wxPil</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.reverse_translation.html#module-lib.reverse_translation"><tt class="xref">lib.reverse_translation</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.safe.html#module-lib.safe"><tt class="xref">lib.safe</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.system.html#module-lib.system"><tt class="xref">lib.system</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.thumbnail.html#module-lib.thumbnail"><tt class="xref">lib.thumbnail</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.unicoding.html#module-lib.unicoding"><tt class="xref">lib.unicoding</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.windows.html#module-lib.windows"><tt class="xref">lib.windows</tt></a></td><td>
     <em></em></td></tr><tr class="cg-5">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="lib.windows.locate.html#module-lib.windows.locate"><tt class="xref">lib.windows.locate</tt></a></td><td>
     <em></em></td></tr><tr>
     <td><img src="_static/minus.png" id="toggle-6"
            class="toggler" style="display: none" alt="-" /></td>
     <td>
     <a href="linux.html#module-linux"><tt class="xref">linux</tt></a></td><td>
     <em></em></td></tr><tr class="cg-6">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="linux.droplet.html#module-linux.droplet"><tt class="xref">linux.droplet</tt></a></td><td>
     <em></em></td></tr><tr class="cg-6">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="linux.thunar.html#module-linux.thunar"><tt class="xref">linux.thunar</tt></a></td><td>
     <em></em></td></tr><tr class="pcap"><td></td><td>&nbsp;</td><td></td></tr>
   <tr class="cap"><td></td><td><a name="cap-O"><strong>O</strong></a></td><td></td></tr><tr>
     <td><img src="_static/minus.png" id="toggle-7"
            class="toggler" style="display: none" alt="-" /></td>
     <td>
     <a href="other.html#module-other"><tt class="xref">other</tt></a></td><td>
     <em></em></td></tr><tr class="cg-7">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="other.EXIF.html#module-other.EXIF"><tt class="xref">other.EXIF</tt></a></td><td>
     <em></em></td></tr><tr class="cg-7">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="other.findsystem.html#module-other.findsystem"><tt class="xref">other.findsystem</tt></a></td><td>
     <em></em></td></tr><tr class="cg-7">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="other.pep8.html#module-other.pep8"><tt class="xref">other.pep8</tt></a></td><td>
     <em></em></td></tr><tr class="cg-7">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="other.pubsub.html#module-other.pubsub"><tt class="xref">other.pubsub</tt></a></td><td>
     <em></em></td></tr><tr class="cg-7">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="other.pyWx.html#module-other.pyWx"><tt class="xref">other.pyWx</tt></a></td><td>
     <em></em></td></tr><tr class="cg-7">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="other.pyWx.img2img.html#module-other.pyWx.img2img"><tt class="xref">other.pyWx.img2img</tt></a></td><td>
     <em></em></td></tr><tr class="cg-7">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="other.pyWx.img2py.html#module-other.pyWx.img2py"><tt class="xref">other.pyWx.img2py</tt></a></td><td>
     <em></em></td></tr><tr class="cg-7">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="other.pyWx.TextCtrlAutoComplete.html#module-other.pyWx.TextCtrlAutoComplete"><tt class="xref">other.pyWx.TextCtrlAutoComplete</tt></a></td><td>
     <em></em></td></tr><tr class="cg-7">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="other.pyWx.toasterbox.html#module-other.pyWx.toasterbox"><tt class="xref">other.pyWx.toasterbox</tt></a></td><td>
     <em></em></td></tr><tr class="cg-7">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="other.relativedelta.html#module-other.relativedelta"><tt class="xref">other.relativedelta</tt></a></td><td>
     <em></em></td></tr><tr class="cg-7">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="other.surd.html#module-other.surd"><tt class="xref">other.surd</tt></a></td><td>
     <em></em></td></tr><tr class="cg-7">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="other.tamogen.html#module-other.tamogen"><tt class="xref">other.tamogen</tt></a></td><td>
     <em></em></td></tr><tr class="pcap"><td></td><td>&nbsp;</td><td></td></tr>
   <tr class="cap"><td></td><td><a name="cap-P"><strong>P</strong></a></td><td></td></tr><tr>
     <td><img src="_static/minus.png" id="toggle-8"
            class="toggler" style="display: none" alt="-" /></td>
     <td>
     <a href="pyWx.html#module-pyWx"><tt class="xref">pyWx</tt></a></td><td>
     <em></em></td></tr><tr class="cg-8">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="pyWx.dialogs.html#module-pyWx.dialogs"><tt class="xref">pyWx.dialogs</tt></a></td><td>
     <em></em></td></tr><tr class="cg-8">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="pyWx.gui.html#module-pyWx.gui"><tt class="xref">pyWx.gui</tt></a></td><td>
     <em></em></td></tr><tr class="cg-8">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="pyWx.images.html#module-pyWx.images"><tt class="xref">pyWx.images</tt></a></td><td>
     <em></em></td></tr><tr class="cg-8">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="pyWx.nuovext.html#module-pyWx.nuovext"><tt class="xref">pyWx.nuovext</tt></a></td><td>
     <em></em></td></tr><tr class="cg-8">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="pyWx.plugin.html#module-pyWx.plugin"><tt class="xref">pyWx.plugin</tt></a></td><td>
     <em></em></td></tr><tr class="cg-8">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="pyWx.wxGlade.html#module-pyWx.wxGlade"><tt class="xref">pyWx.wxGlade</tt></a></td><td>
     <em></em></td></tr><tr class="cg-8">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="pyWx.wxGlade.dialogs.html#module-pyWx.wxGlade.dialogs"><tt class="xref">pyWx.wxGlade.dialogs</tt></a></td><td>
     <em></em></td></tr><tr class="cg-8">
     <td></td>
     <td>&nbsp;&nbsp;&nbsp;
     <a href="pyWx.wxGlade.frame.html#module-pyWx.wxGlade.frame"><tt class="xref">pyWx.wxGlade.frame</tt></a></td><td>
     <em></em></td></tr><tr class="pcap"><td></td><td>&nbsp;</td><td></td></tr>
   <tr class="cap"><td></td><td><a name="cap-W"><strong>W</strong></a></td><td></td></tr><tr>
     <td></td>
     <td>
     <a href="windows.html#module-windows"><tt class="xref">windows</tt></a></td><td>
     <em></em></td></tr>
   </table>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
          <div id="searchbox" style="display: none">
            <h3>Quick search</h3>
              <form class="search" action="search.html" method="get">
                <input type="text" name="q" size="18" />
                <input type="submit" value="Go" />
                <input type="hidden" name="check_keywords" value="yes" />
                <input type="hidden" name="area" value="default" />
              </form>
              <p class="searchtip" style="font-size: 90%">
              Enter search terms or a module, class or function name.
              </p>
          </div>
          <script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="" title="Global Module Index"
             >modules</a> |</li>
        <li><a href="index.html">Phatch v0.2 documentation</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
      &copy; Copyright 2009, www.stani.be.
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.2.
    </div>
  </body>
</html>