~dkuhlman/python-training-materials/Materials

« back to all changes in this revision

Viewing changes to python-2.7.10-docs-html/genindex-S.html

  • Committer: Dave Kuhlman
  • Date: 2016-02-11 21:17:09 UTC
  • Revision ID: dkuhlman@davekuhlman.org-20160211211709-03yaen3cjempbi2m
Updated Python 2.7 docs; added Python 3.5 docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
 
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
 
 
5
 
 
6
 
<html xmlns="http://www.w3.org/1999/xhtml">
7
 
  <head>
8
 
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
 
    
10
 
    <title>Index &mdash; Python 2.7.10 documentation</title>
11
 
    
12
 
    <link rel="stylesheet" href="_static/default.css" type="text/css" />
13
 
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
14
 
    
15
 
    <script type="text/javascript">
16
 
      var DOCUMENTATION_OPTIONS = {
17
 
        URL_ROOT:    './',
18
 
        VERSION:     '2.7.10',
19
 
        COLLAPSE_INDEX: false,
20
 
        FILE_SUFFIX: '.html',
21
 
        HAS_SOURCE:  true
22
 
      };
23
 
    </script>
24
 
    <script type="text/javascript" src="_static/jquery.js"></script>
25
 
    <script type="text/javascript" src="_static/underscore.js"></script>
26
 
    <script type="text/javascript" src="_static/doctools.js"></script>
27
 
    <script type="text/javascript" src="_static/sidebar.js"></script>
28
 
    <link rel="search" type="application/opensearchdescription+xml"
29
 
          title="Search within Python 2.7.10 documentation"
30
 
          href="_static/opensearch.xml"/>
31
 
    <link rel="author" title="About these documents" href="about.html" />
32
 
    <link rel="copyright" title="Copyright" href="copyright.html" />
33
 
    <link rel="top" title="Python 2.7.10 documentation" href="index.html" />
34
 
    <link rel="shortcut icon" type="image/png" href="_static/py.png" />
35
 
    <script type="text/javascript" src="_static/copybutton.js"></script>
36
 
    <script type="text/javascript" src="_static/version_switch.js"></script>
37
 
 
38
 
    
39
 
 
40
 
  </head>
41
 
  <body>  
42
 
    <div class="related">
43
 
      <h3>Navigation</h3>
44
 
      <ul>
45
 
        <li class="right" style="margin-right: 10px">
46
 
          <a href="genindex.html" title="General Index"
47
 
             accesskey="I">index</a></li>
48
 
        <li class="right" >
49
 
          <a href="py-modindex.html" title="Python Module Index"
50
 
             >modules</a> |</li>
51
 
        <li><img src="_static/py.png" alt=""
52
 
                 style="vertical-align: middle; margin-top: -1px"/></li>
53
 
        <li><a href="https://www.python.org/">Python</a> &raquo;</li>
54
 
        <li>
55
 
          <span class="version_switcher_placeholder">2.7.10</span>
56
 
          <a href="index.html">Documentation</a> &raquo;
57
 
        </li>
58
 
 
59
 
      </ul>
60
 
    </div>    
61
 
 
62
 
    <div class="document">
63
 
      <div class="documentwrapper">
64
 
        <div class="bodywrapper">
65
 
          <div class="body">
66
 
            
67
 
 
68
 
<h1 id="index">Index &ndash; S</h1>
69
 
 
70
 
<table style="width: 100%" class="indextable"><tr>
71
 
  <td style="width: 33%" valign="top"><dl>
72
 
      
73
 
  <dt><a href="library/re.html#re.S">S (in module re)</a>
74
 
  </dt>
75
 
 
76
 
      
77
 
  <dt><a href="library/stat.html#stat.S_ENFMT">S_ENFMT (in module stat)</a>
78
 
  </dt>
79
 
 
80
 
      
81
 
  <dt><a href="library/rexec.html#rexec.RExec.s_eval">s_eval() (rexec.RExec method)</a>
82
 
  </dt>
83
 
 
84
 
      
85
 
  <dt><a href="library/rexec.html#rexec.RExec.s_exec">s_exec() (rexec.RExec method)</a>
86
 
  </dt>
87
 
 
88
 
      
89
 
  <dt><a href="library/rexec.html#rexec.RExec.s_execfile">s_execfile() (rexec.RExec method)</a>
90
 
  </dt>
91
 
 
92
 
      
93
 
  <dt><a href="library/stat.html#stat.S_IEXEC">S_IEXEC (in module stat)</a>
94
 
  </dt>
95
 
 
96
 
      
97
 
  <dt><a href="library/stat.html#stat.S_IFBLK">S_IFBLK (in module stat)</a>
98
 
  </dt>
99
 
 
100
 
      
101
 
  <dt><a href="library/stat.html#stat.S_IFCHR">S_IFCHR (in module stat)</a>
102
 
  </dt>
103
 
 
104
 
      
105
 
  <dt><a href="library/stat.html#stat.S_IFDIR">S_IFDIR (in module stat)</a>
106
 
  </dt>
107
 
 
108
 
      
109
 
  <dt><a href="library/stat.html#stat.S_IFIFO">S_IFIFO (in module stat)</a>
110
 
  </dt>
111
 
 
112
 
      
113
 
  <dt><a href="library/stat.html#stat.S_IFLNK">S_IFLNK (in module stat)</a>
114
 
  </dt>
115
 
 
116
 
      
117
 
  <dt><a href="library/stat.html#stat.S_IFMT">S_IFMT() (in module stat)</a>
118
 
  </dt>
119
 
 
120
 
      
121
 
  <dt><a href="library/stat.html#stat.S_IFREG">S_IFREG (in module stat)</a>
122
 
  </dt>
123
 
 
124
 
      
125
 
  <dt><a href="library/stat.html#stat.S_IFSOCK">S_IFSOCK (in module stat)</a>
126
 
  </dt>
127
 
 
128
 
      
129
 
  <dt><a href="library/stat.html#stat.S_IMODE">S_IMODE() (in module stat)</a>
130
 
  </dt>
131
 
 
132
 
      
133
 
  <dt><a href="library/rexec.html#rexec.RExec.s_import">s_import() (rexec.RExec method)</a>
134
 
  </dt>
135
 
 
136
 
      
137
 
  <dt><a href="library/stat.html#stat.S_IREAD">S_IREAD (in module stat)</a>
138
 
  </dt>
139
 
 
140
 
      
141
 
  <dt><a href="library/stat.html#stat.S_IRGRP">S_IRGRP (in module stat)</a>
142
 
  </dt>
143
 
 
144
 
      
145
 
  <dt><a href="library/stat.html#stat.S_IROTH">S_IROTH (in module stat)</a>
146
 
  </dt>
147
 
 
148
 
      
149
 
  <dt><a href="library/stat.html#stat.S_IRUSR">S_IRUSR (in module stat)</a>
150
 
  </dt>
151
 
 
152
 
      
153
 
  <dt><a href="library/stat.html#stat.S_IRWXG">S_IRWXG (in module stat)</a>
154
 
  </dt>
155
 
 
156
 
      
157
 
  <dt><a href="library/stat.html#stat.S_IRWXO">S_IRWXO (in module stat)</a>
158
 
  </dt>
159
 
 
160
 
      
161
 
  <dt><a href="library/stat.html#stat.S_IRWXU">S_IRWXU (in module stat)</a>
162
 
  </dt>
163
 
 
164
 
      
165
 
  <dt><a href="library/stat.html#stat.S_ISBLK">S_ISBLK() (in module stat)</a>
166
 
  </dt>
167
 
 
168
 
      
169
 
  <dt><a href="library/stat.html#stat.S_ISCHR">S_ISCHR() (in module stat)</a>
170
 
  </dt>
171
 
 
172
 
      
173
 
  <dt><a href="library/stat.html#stat.S_ISDIR">S_ISDIR() (in module stat)</a>
174
 
  </dt>
175
 
 
176
 
      
177
 
  <dt><a href="library/stat.html#stat.S_ISFIFO">S_ISFIFO() (in module stat)</a>
178
 
  </dt>
179
 
 
180
 
      
181
 
  <dt><a href="library/stat.html#stat.S_ISGID">S_ISGID (in module stat)</a>
182
 
  </dt>
183
 
 
184
 
      
185
 
  <dt><a href="library/stat.html#stat.S_ISLNK">S_ISLNK() (in module stat)</a>
186
 
  </dt>
187
 
 
188
 
      
189
 
  <dt><a href="library/stat.html#stat.S_ISREG">S_ISREG() (in module stat)</a>
190
 
  </dt>
191
 
 
192
 
      
193
 
  <dt><a href="library/stat.html#stat.S_ISSOCK">S_ISSOCK() (in module stat)</a>
194
 
  </dt>
195
 
 
196
 
      
197
 
  <dt><a href="library/stat.html#stat.S_ISUID">S_ISUID (in module stat)</a>
198
 
  </dt>
199
 
 
200
 
      
201
 
  <dt><a href="library/stat.html#stat.S_ISVTX">S_ISVTX (in module stat)</a>
202
 
  </dt>
203
 
 
204
 
      
205
 
  <dt><a href="library/stat.html#stat.S_IWGRP">S_IWGRP (in module stat)</a>
206
 
  </dt>
207
 
 
208
 
      
209
 
  <dt><a href="library/stat.html#stat.S_IWOTH">S_IWOTH (in module stat)</a>
210
 
  </dt>
211
 
 
212
 
      
213
 
  <dt><a href="library/stat.html#stat.S_IWRITE">S_IWRITE (in module stat)</a>
214
 
  </dt>
215
 
 
216
 
      
217
 
  <dt><a href="library/stat.html#stat.S_IWUSR">S_IWUSR (in module stat)</a>
218
 
  </dt>
219
 
 
220
 
      
221
 
  <dt><a href="library/stat.html#stat.S_IXGRP">S_IXGRP (in module stat)</a>
222
 
  </dt>
223
 
 
224
 
      
225
 
  <dt><a href="library/stat.html#stat.S_IXOTH">S_IXOTH (in module stat)</a>
226
 
  </dt>
227
 
 
228
 
      
229
 
  <dt><a href="library/stat.html#stat.S_IXUSR">S_IXUSR (in module stat)</a>
230
 
  </dt>
231
 
 
232
 
      
233
 
  <dt><a href="library/rexec.html#rexec.RExec.s_reload">s_reload() (rexec.RExec method)</a>
234
 
  </dt>
235
 
 
236
 
      
237
 
  <dt><a href="library/rexec.html#rexec.RExec.s_unload">s_unload() (rexec.RExec method)</a>
238
 
  </dt>
239
 
 
240
 
      
241
 
  <dt><a href="library/string.html#string.Template.safe_substitute">safe_substitute() (string.Template method)</a>
242
 
  </dt>
243
 
 
244
 
      
245
 
  <dt><a href="library/configparser.html#ConfigParser.SafeConfigParser">SafeConfigParser (class in ConfigParser)</a>
246
 
  </dt>
247
 
 
248
 
      
249
 
  <dt><a href="library/pprint.html#pprint.saferepr">saferepr() (in module pprint)</a>
250
 
  </dt>
251
 
 
252
 
      
253
 
  <dt><a href="library/filecmp.html#filecmp.dircmp.same_files">same_files (filecmp.dircmp attribute)</a>
254
 
  </dt>
255
 
 
256
 
      
257
 
  <dt><a href="library/decimal.html#decimal.Context.same_quantum">same_quantum() (decimal.Context method)</a>
258
 
  </dt>
259
 
 
260
 
      <dd><dl>
261
 
        
262
 
  <dt><a href="library/decimal.html#decimal.Decimal.same_quantum">(decimal.Decimal method)</a>
263
 
  </dt>
264
 
 
265
 
      </dl></dd>
266
 
      
267
 
  <dt><a href="library/os.path.html#os.path.samefile">samefile() (in module os.path)</a>
268
 
  </dt>
269
 
 
270
 
      
271
 
  <dt><a href="library/os.path.html#os.path.sameopenfile">sameopenfile() (in module os.path)</a>
272
 
  </dt>
273
 
 
274
 
      
275
 
  <dt><a href="library/os.path.html#os.path.samestat">samestat() (in module os.path)</a>
276
 
  </dt>
277
 
 
278
 
      
279
 
  <dt><a href="library/random.html#random.sample">sample() (in module random)</a>
280
 
  </dt>
281
 
 
282
 
      
283
 
  <dt><a href="library/cookielib.html#cookielib.FileCookieJar.save">save() (cookielib.FileCookieJar method)</a>
284
 
  </dt>
285
 
 
286
 
      
287
 
  <dt><a href="library/htmllib.html#htmllib.HTMLParser.save_bgn">save_bgn() (htmllib.HTMLParser method)</a>
288
 
  </dt>
289
 
 
290
 
      
291
 
  <dt><a href="library/htmllib.html#htmllib.HTMLParser.save_end">save_end() (htmllib.HTMLParser method)</a>
292
 
  </dt>
293
 
 
294
 
      
295
 
  <dt><a href="library/_winreg.html#_winreg.SaveKey">SaveKey() (in module _winreg)</a>
296
 
  </dt>
297
 
 
298
 
      
299
 
  <dt><a href="library/curses.html#curses.savetty">savetty() (in module curses)</a>
300
 
  </dt>
301
 
 
302
 
      
303
 
  <dt><a href="library/xml.dom.pulldom.html#xml.dom.pulldom.SAX2DOM">SAX2DOM (class in xml.dom.pulldom)</a>
304
 
  </dt>
305
 
 
306
 
      
307
 
  <dt><a href="library/xml.sax.html#xml.sax.SAXException">SAXException</a>
308
 
  </dt>
309
 
 
310
 
      
311
 
  <dt><a href="library/xml.sax.html#xml.sax.SAXNotRecognizedException">SAXNotRecognizedException</a>
312
 
  </dt>
313
 
 
314
 
      
315
 
  <dt><a href="library/xml.sax.html#xml.sax.SAXNotSupportedException">SAXNotSupportedException</a>
316
 
  </dt>
317
 
 
318
 
      
319
 
  <dt><a href="library/xml.sax.html#xml.sax.SAXParseException">SAXParseException</a>
320
 
  </dt>
321
 
 
322
 
      
323
 
  <dt><a href="library/imageop.html#imageop.scale">scale() (in module imageop)</a>
324
 
  </dt>
325
 
 
326
 
      
327
 
  <dt><a href="library/decimal.html#decimal.Context.scaleb">scaleb() (decimal.Context method)</a>
328
 
  </dt>
329
 
 
330
 
      <dd><dl>
331
 
        
332
 
  <dt><a href="library/decimal.html#decimal.Decimal.scaleb">(decimal.Decimal method)</a>
333
 
  </dt>
334
 
 
335
 
      </dl></dd>
336
 
      
337
 
  <dt><a href="library/framework.html#FrameWork.ScrolledWindow.scalebarvalues">scalebarvalues() (FrameWork.ScrolledWindow method)</a>
338
 
  </dt>
339
 
 
340
 
      
341
 
  <dt><a href="library/re.html#index-0">scanf()</a>
342
 
  </dt>
343
 
 
344
 
      
345
 
  <dt><a href="library/sched.html#module-sched">sched (module)</a>
346
 
  </dt>
347
 
 
348
 
      
349
 
  <dt><a href="library/sched.html#sched.scheduler">scheduler (class in sched)</a>
350
 
  </dt>
351
 
 
352
 
      
353
 
  <dt><a href="library/msilib.html#msilib.schema">schema (in module msilib)</a>
354
 
  </dt>
355
 
 
356
 
      
357
 
  <dt><a href="library/fpformat.html#fpformat.sci">sci() (in module fpformat)</a>
358
 
  </dt>
359
 
 
360
 
      
361
 
  <dt><a href="reference/executionmodel.html#index-1">scope</a>, <a href="reference/executionmodel.html#index-5">[1]</a>
362
 
  </dt>
363
 
 
364
 
      
365
 
  <dt><a href="library/carbon.html#index-0">Scrap Manager</a>
366
 
  </dt>
367
 
 
368
 
      
369
 
  <dt><a href="library/turtle.html#turtle.Screen">Screen (class in turtle)</a>
370
 
  </dt>
371
 
 
372
 
      
373
 
  <dt><a href="library/turtle.html#turtle.screensize">screensize() (in module turtle)</a>
374
 
  </dt>
375
 
 
376
 
      
377
 
  <dt><a href="library/doctest.html#doctest.script_from_examples">script_from_examples() (in module doctest)</a>
378
 
  </dt>
379
 
 
380
 
      
381
 
  <dt><a href="library/curses.html#curses.window.scroll">scroll() (curses.window method)</a>
382
 
  </dt>
383
 
 
384
 
      
385
 
  <dt><a href="library/framework.html#FrameWork.ScrolledWindow.scrollbar_callback">scrollbar_callback() (FrameWork.ScrolledWindow method)</a>
386
 
  </dt>
387
 
 
388
 
      
389
 
  <dt><a href="library/framework.html#FrameWork.ScrolledWindow.scrollbars">scrollbars() (FrameWork.ScrolledWindow method)</a>
390
 
  </dt>
391
 
 
392
 
      
393
 
  <dt><a href="library/turtle.html#turtle.ScrolledCanvas">ScrolledCanvas (class in turtle)</a>
394
 
  </dt>
395
 
 
396
 
      
397
 
  <dt><a href="library/scrolledtext.html#module-ScrolledText">ScrolledText (module)</a>
398
 
  </dt>
399
 
 
400
 
      
401
 
  <dt><a href="library/curses.html#curses.window.scrollok">scrollok() (curses.window method)</a>
402
 
  </dt>
403
 
 
404
 
      
405
 
  <dt>
406
 
    search
407
 
  </dt>
408
 
 
409
 
      <dd><dl>
410
 
        
411
 
  <dt><a href="c-api/intro.html#index-20">path, module</a>, <a href="library/sys.html#index-6">[1]</a>, <a href="library/site.html#index-0">[2]</a>, <a href="c-api/init.html#index-0">[3]</a>, <a href="c-api/init.html#index-4">[4]</a>, <a href="library/linecache.html#index-0">[5]</a>, <a href="tutorial/modules.html#index-0">[6]</a>
412
 
  </dt>
413
 
 
414
 
      </dl></dd>
415
 
      
416
 
  <dt><a href="library/imaplib.html#imaplib.IMAP4.search">search() (imaplib.IMAP4 method)</a>
417
 
  </dt>
418
 
 
419
 
      <dd><dl>
420
 
        
421
 
  <dt><a href="library/re.html#re.search">(in module re)</a>
422
 
  </dt>
423
 
 
424
 
        
425
 
  <dt><a href="library/re.html#re.RegexObject.search">(re.RegexObject method)</a>
426
 
  </dt>
427
 
 
428
 
      </dl></dd>
429
 
      
430
 
  <dt><a href="library/imp.html#imp.SEARCH_ERROR">SEARCH_ERROR (in module imp)</a>
431
 
  </dt>
432
 
 
433
 
      
434
 
  <dt><a href="library/datetime.html#datetime.datetime.second">second (datetime.datetime attribute)</a>
435
 
  </dt>
436
 
 
437
 
      <dd><dl>
438
 
        
439
 
  <dt><a href="library/datetime.html#datetime.time.second">(datetime.time attribute)</a>
440
 
  </dt>
441
 
 
442
 
      </dl></dd>
443
 
      
444
 
  <dt><a href="library/multifile.html#multifile.MultiFile.section_divider">section_divider() (multifile.MultiFile method)</a>
445
 
  </dt>
446
 
 
447
 
      
448
 
  <dt><a href="library/configparser.html#ConfigParser.RawConfigParser.sections">sections() (ConfigParser.RawConfigParser method)</a>
449
 
  </dt>
450
 
 
451
 
      
452
 
  <dt><a href="library/cookielib.html#cookielib.Cookie.secure">secure (cookielib.Cookie attribute)</a>
453
 
  </dt>
454
 
 
455
 
      
456
 
  <dt><a href="library/sha.html#index-0">Secure Hash Algorithm</a>
457
 
  </dt>
458
 
 
459
 
      
460
 
  <dt><a href="library/hashlib.html#index-0">secure hash algorithm, SHA1, SHA224, SHA256, SHA384, SHA512</a>
461
 
  </dt>
462
 
 
463
 
      
464
 
  <dt><a href="library/ssl.html#index-1">Secure Sockets Layer</a>
465
 
  </dt>
466
 
 
467
 
      
468
 
  <dt>
469
 
    security
470
 
  </dt>
471
 
 
472
 
      <dd><dl>
473
 
        
474
 
  <dt><a href="library/cgi.html#index-1">CGI</a>
475
 
  </dt>
476
 
 
477
 
      </dl></dd>
478
 
      
479
 
  <dt><a href="library/ttk.html#ttk.Treeview.see">see() (ttk.Treeview method)</a>
480
 
  </dt>
481
 
 
482
 
      
483
 
  <dt><a href="library/random.html#random.seed">seed() (in module random)</a>
484
 
  </dt>
485
 
 
486
 
      
487
 
  <dt><a href="library/bz2.html#bz2.BZ2File.seek">seek() (bz2.BZ2File method)</a>
488
 
  </dt>
489
 
 
490
 
      <dd><dl>
491
 
        
492
 
  <dt><a href="library/chunk.html#chunk.Chunk.seek">(chunk.Chunk method)</a>
493
 
  </dt>
494
 
 
495
 
        
496
 
  <dt><a href="library/stdtypes.html#file.seek">(file method)</a>
497
 
  </dt>
498
 
 
499
 
        
500
 
  <dt><a href="library/io.html#io.IOBase.seek">(io.IOBase method)</a>
501
 
  </dt>
502
 
 
503
 
        
504
 
  <dt><a href="library/io.html#io.TextIOBase.seek">(io.TextIOBase method)</a>
505
 
  </dt>
506
 
 
507
 
        
508
 
  <dt><a href="library/mmap.html#mmap.mmap.seek">(mmap.mmap method)</a>
509
 
  </dt>
510
 
 
511
 
        
512
 
  <dt><a href="library/multifile.html#multifile.MultiFile.seek">(multifile.MultiFile method)</a>
513
 
  </dt>
514
 
 
515
 
      </dl></dd>
516
 
      
517
 
  <dt><a href="library/os.html#os.SEEK_CUR">SEEK_CUR (in module os)</a>
518
 
  </dt>
519
 
 
520
 
      <dd><dl>
521
 
        
522
 
  <dt><a href="library/posixfile.html#posixfile.SEEK_CUR">(in module posixfile)</a>
523
 
  </dt>
524
 
 
525
 
      </dl></dd>
526
 
      
527
 
  <dt><a href="library/os.html#os.SEEK_END">SEEK_END (in module os)</a>
528
 
  </dt>
529
 
 
530
 
      <dd><dl>
531
 
        
532
 
  <dt><a href="library/posixfile.html#posixfile.SEEK_END">(in module posixfile)</a>
533
 
  </dt>
534
 
 
535
 
      </dl></dd>
536
 
      
537
 
  <dt><a href="library/os.html#os.SEEK_SET">SEEK_SET (in module os)</a>
538
 
  </dt>
539
 
 
540
 
      <dd><dl>
541
 
        
542
 
  <dt><a href="library/posixfile.html#posixfile.SEEK_SET">(in module posixfile)</a>
543
 
  </dt>
544
 
 
545
 
      </dl></dd>
546
 
      
547
 
  <dt><a href="library/io.html#io.IOBase.seekable">seekable() (io.IOBase method)</a>
548
 
  </dt>
549
 
 
550
 
      
551
 
  <dt><a href="c-api/typeobj.html#c.segcountproc">segcountproc (C type)</a>
552
 
  </dt>
553
 
 
554
 
      
555
 
  <dt><a href="library/tix.html#Tix.Select">Select (class in Tix)</a>
556
 
  </dt>
557
 
 
558
 
      
559
 
  <dt><a href="library/select.html#module-select">select (module)</a>
560
 
  </dt>
561
 
 
562
 
      
563
 
  <dt><a href="library/imaplib.html#imaplib.IMAP4.select">select() (imaplib.IMAP4 method)</a>
564
 
  </dt>
565
 
 
566
 
      <dd><dl>
567
 
        
568
 
  <dt><a href="library/gl.html#gl.select">(in module gl)</a>
569
 
  </dt>
570
 
 
571
 
        
572
 
  <dt><a href="library/select.html#select.select">(in module select)</a>
573
 
  </dt>
574
 
 
575
 
        
576
 
  <dt><a href="library/ttk.html#ttk.Notebook.select">(ttk.Notebook method)</a>
577
 
  </dt>
578
 
 
579
 
      </dl></dd>
580
 
      
581
 
  <dt><a href="library/ssl.html#ssl.SSLSocket.selected_alpn_protocol">selected_alpn_protocol() (ssl.SSLSocket method)</a>
582
 
  </dt>
583
 
 
584
 
      
585
 
  <dt><a href="library/ssl.html#ssl.SSLSocket.selected_npn_protocol">selected_npn_protocol() (ssl.SSLSocket method)</a>
586
 
  </dt>
587
 
 
588
 
      
589
 
  <dt><a href="library/ttk.html#ttk.Treeview.selection">selection() (ttk.Treeview method)</a>
590
 
  </dt>
591
 
 
592
 
      
593
 
  <dt><a href="library/ttk.html#ttk.Treeview.selection_add">selection_add() (ttk.Treeview method)</a>
594
 
  </dt>
595
 
 
596
 
      
597
 
  <dt><a href="library/ttk.html#ttk.Treeview.selection_remove">selection_remove() (ttk.Treeview method)</a>
598
 
  </dt>
599
 
 
600
 
      
601
 
  <dt><a href="library/ttk.html#ttk.Treeview.selection_set">selection_set() (ttk.Treeview method)</a>
602
 
  </dt>
603
 
 
604
 
      
605
 
  <dt><a href="library/ttk.html#ttk.Treeview.selection_toggle">selection_toggle() (ttk.Treeview method)</a>
606
 
  </dt>
607
 
 
608
 
      
609
 
  <dt><a href="library/multiprocessing.html#multiprocessing.Semaphore">Semaphore (class in multiprocessing)</a>
610
 
  </dt>
611
 
 
612
 
      <dd><dl>
613
 
        
614
 
  <dt><a href="library/threading.html#threading.Semaphore">(class in threading)</a>
615
 
  </dt>
616
 
 
617
 
      </dl></dd>
618
 
      
619
 
  <dt><a href="library/multiprocessing.html#multiprocessing.managers.SyncManager.Semaphore">Semaphore() (multiprocessing.managers.SyncManager method)</a>
620
 
  </dt>
621
 
 
622
 
      
623
 
  <dt><a href="library/thread.html#index-0">semaphores, binary</a>
624
 
  </dt>
625
 
 
626
 
      
627
 
  <dt><a href="library/token.html#token.SEMI">SEMI (in module token)</a>
628
 
  </dt>
629
 
 
630
 
      
631
 
  <dt><a href="library/aetools.html#aetools.TalkTo.send">send() (aetools.TalkTo method)</a>
632
 
  </dt>
633
 
 
634
 
      <dd><dl>
635
 
        
636
 
  <dt><a href="library/asyncore.html#asyncore.dispatcher.send">(asyncore.dispatcher method)</a>
637
 
  </dt>
638
 
 
639
 
        
640
 
  <dt><a href="reference/expressions.html#generator.send">(generator method)</a>
641
 
  </dt>
642
 
 
643
 
        
644
 
  <dt><a href="library/httplib.html#httplib.HTTPConnection.send">(httplib.HTTPConnection method)</a>
645
 
  </dt>
646
 
 
647
 
        
648
 
  <dt><a href="library/imaplib.html#imaplib.IMAP4.send">(imaplib.IMAP4 method)</a>
649
 
  </dt>
650
 
 
651
 
        
652
 
  <dt><a href="library/logging.handlers.html#logging.handlers.DatagramHandler.send">(logging.handlers.DatagramHandler method)</a>
653
 
  </dt>
654
 
 
655
 
        
656
 
  <dt><a href="library/logging.handlers.html#logging.handlers.SocketHandler.send">(logging.handlers.SocketHandler method)</a>
657
 
  </dt>
658
 
 
659
 
        
660
 
  <dt><a href="library/multiprocessing.html#multiprocessing.Connection.send">(multiprocessing.Connection method)</a>
661
 
  </dt>
662
 
 
663
 
        
664
 
  <dt><a href="library/socket.html#socket.socket.send">(socket.socket method)</a>
665
 
  </dt>
666
 
 
667
 
      </dl></dd>
668
 
      
669
 
  <dt><a href="library/multiprocessing.html#multiprocessing.Connection.send_bytes">send_bytes() (multiprocessing.Connection method)</a>
670
 
  </dt>
671
 
 
672
 
      
673
 
  <dt><a href="library/basehttpserver.html#BaseHTTPServer.BaseHTTPRequestHandler.send_error">send_error() (BaseHTTPServer.BaseHTTPRequestHandler method)</a>
674
 
  </dt>
675
 
 
676
 
      
677
 
  <dt><a href="library/formatter.html#formatter.writer.send_flowing_data">send_flowing_data() (formatter.writer method)</a>
678
 
  </dt>
679
 
 
680
 
      
681
 
  <dt><a href="library/basehttpserver.html#BaseHTTPServer.BaseHTTPRequestHandler.send_header">send_header() (BaseHTTPServer.BaseHTTPRequestHandler method)</a>
682
 
  </dt>
683
 
 
684
 
      
685
 
  <dt><a href="library/formatter.html#formatter.writer.send_hor_rule">send_hor_rule() (formatter.writer method)</a>
686
 
  </dt>
687
 
 
688
 
      
689
 
  <dt><a href="library/formatter.html#formatter.writer.send_label_data">send_label_data() (formatter.writer method)</a>
690
 
  </dt>
691
 
 
692
 
      
693
 
  <dt><a href="library/formatter.html#formatter.writer.send_line_break">send_line_break() (formatter.writer method)</a>
694
 
  </dt>
695
 
 
696
 
      
697
 
  <dt><a href="library/formatter.html#formatter.writer.send_literal_data">send_literal_data() (formatter.writer method)</a>
698
 
  </dt>
699
 
 
700
 
      
701
 
  <dt><a href="library/formatter.html#formatter.writer.send_paragraph">send_paragraph() (formatter.writer method)</a>
702
 
  </dt>
703
 
 
704
 
      
705
 
  <dt><a href="library/basehttpserver.html#BaseHTTPServer.BaseHTTPRequestHandler.send_response">send_response() (BaseHTTPServer.BaseHTTPRequestHandler method)</a>
706
 
  </dt>
707
 
 
708
 
      
709
 
  <dt><a href="library/subprocess.html#subprocess.Popen.send_signal">send_signal() (subprocess.Popen method)</a>
710
 
  </dt>
711
 
 
712
 
      
713
 
  <dt><a href="library/socket.html#socket.socket.sendall">sendall() (socket.socket method)</a>
714
 
  </dt>
715
 
 
716
 
      
717
 
  <dt><a href="library/ftplib.html#ftplib.FTP.sendcmd">sendcmd() (ftplib.FTP method)</a>
718
 
  </dt>
719
 
 
720
 
      
721
 
  <dt><a href="library/wsgiref.html#wsgiref.handlers.BaseHandler.sendfile">sendfile() (wsgiref.handlers.BaseHandler method)</a>
722
 
  </dt>
723
 
 
724
 
      
725
 
  <dt><a href="library/smtplib.html#smtplib.SMTP.sendmail">sendmail() (smtplib.SMTP method)</a>
726
 
  </dt>
727
 
 
728
 
      
729
 
  <dt><a href="library/socket.html#socket.socket.sendto">sendto() (socket.socket method)</a>
730
 
  </dt>
731
 
 
732
 
      
733
 
  <dt><a href="library/os.html#os.sep">sep (in module os)</a>
734
 
  </dt>
735
 
 
736
 
      
737
 
  <dt><a href="library/framework.html#FrameWork.Separator">Separator() (in module FrameWork)</a>
738
 
  </dt>
739
 
 
740
 
      
741
 
  <dt><a href="glossary.html#term-sequence"><strong>sequence</strong></a>
742
 
  </dt>
743
 
 
744
 
      <dd><dl>
745
 
        
746
 
  <dt><a href="reference/expressions.html#index-32">item</a>
747
 
  </dt>
748
 
 
749
 
        
750
 
  <dt><a href="library/stdtypes.html#index-20">iteration</a>
751
 
  </dt>
752
 
 
753
 
        
754
 
  <dt><a href="reference/compound_stmts.html#index-6">object</a>, <a href="reference/datamodel.html#index-17">[1]</a>, <a href="reference/datamodel.html#index-56">[2]</a>, <a href="reference/simple_stmts.html#index-11">[3]</a>, <a href="reference/expressions.html#index-32">[4]</a>, <a href="reference/expressions.html#index-35">[5]</a>, <a href="reference/expressions.html#index-67">[6]</a>, <a href="c-api/concrete.html#index-1">[7]</a>, <a href="library/stdtypes.html#index-21">[8]</a>
755
 
  </dt>
756
 
 
757
 
        
758
 
  <dt><a href="library/stdtypes.html#index-29">types, mutable</a>
759
 
  </dt>
760
 
 
761
 
        
762
 
  <dt><a href="library/stdtypes.html#index-22">types, operations on</a>, <a href="library/stdtypes.html#index-30">[1]</a>
763
 
  </dt>
764
 
 
765
 
      </dl></dd>
766
 
      
767
 
  <dt><a href="library/collections.html#collections.Sequence">Sequence (class in collections)</a>
768
 
  </dt>
769
 
 
770
 
      
771
 
  <dt><a href="library/msilib.html#msilib.sequence">sequence (in module msilib)</a>
772
 
  </dt>
773
 
 
774
 
      
775
 
  <dt><a href="library/parser.html#parser.sequence2st">sequence2st() (in module parser)</a>
776
 
  </dt>
777
 
 
778
 
      
779
 
  <dt><a href="library/operator.html#operator.sequenceIncludes">sequenceIncludes() (in module operator)</a>
780
 
  </dt>
781
 
 
782
 
      
783
 
  <dt><a href="library/difflib.html#difflib.SequenceMatcher">SequenceMatcher (class in difflib)</a>, <a href="library/difflib.html#difflib.SequenceMatcher">[1]</a>
784
 
  </dt>
785
 
 
786
 
      
787
 
  <dt><a href="library/cookie.html#Cookie.SerialCookie">SerialCookie (class in Cookie)</a>
788
 
  </dt>
789
 
 
790
 
      
791
 
  <dt>
792
 
    serializing
793
 
  </dt>
794
 
 
795
 
      <dd><dl>
796
 
        
797
 
  <dt><a href="library/pickle.html#index-0">objects</a>
798
 
  </dt>
799
 
 
800
 
      </dl></dd>
801
 
      
802
 
  <dt><a href="library/socketserver.html#SocketServer.BaseServer.serve_forever">serve_forever() (SocketServer.BaseServer method)</a>
803
 
  </dt>
804
 
 
805
 
      
806
 
  <dt>
807
 
    server
808
 
  </dt>
809
 
 
810
 
      <dd><dl>
811
 
        
812
 
  <dt><a href="library/cgi.html#index-0">WWW</a>, <a href="library/basehttpserver.html#index-0">[1]</a>
813
 
  </dt>
814
 
 
815
 
      </dl></dd>
816
 
      
817
 
  <dt><a href="library/basehttpserver.html#BaseHTTPServer.BaseHTTPRequestHandler.server">server (BaseHTTPServer.BaseHTTPRequestHandler attribute)</a>
818
 
  </dt>
819
 
 
820
 
      
821
 
  <dt><a href="library/socketserver.html#SocketServer.BaseServer.server_activate">server_activate() (SocketServer.BaseServer method)</a>
822
 
  </dt>
823
 
 
824
 
      
825
 
  <dt><a href="library/socketserver.html#SocketServer.BaseServer.server_address">server_address (SocketServer.BaseServer attribute)</a>
826
 
  </dt>
827
 
 
828
 
      
829
 
  <dt><a href="library/socketserver.html#SocketServer.BaseServer.server_bind">server_bind() (SocketServer.BaseServer method)</a>
830
 
  </dt>
831
 
 
832
 
      
833
 
  <dt><a href="library/wsgiref.html#wsgiref.handlers.BaseHandler.server_software">server_software (wsgiref.handlers.BaseHandler attribute)</a>
834
 
  </dt>
835
 
 
836
 
      
837
 
  <dt><a href="library/basehttpserver.html#BaseHTTPServer.BaseHTTPRequestHandler.server_version">server_version (BaseHTTPServer.BaseHTTPRequestHandler attribute)</a>
838
 
  </dt>
839
 
 
840
 
      <dd><dl>
841
 
        
842
 
  <dt><a href="library/simplehttpserver.html#SimpleHTTPServer.SimpleHTTPRequestHandler.server_version">(SimpleHTTPServer.SimpleHTTPRequestHandler attribute)</a>
843
 
  </dt>
844
 
 
845
 
      </dl></dd>
846
 
      
847
 
  <dt><a href="library/xmlrpclib.html#xmlrpclib.ServerProxy">ServerProxy (class in xmlrpclib)</a>
848
 
  </dt>
849
 
 
850
 
      
851
 
  <dt><a href="library/ssl.html#ssl.SSLContext.session_stats">session_stats() (ssl.SSLContext method)</a>
852
 
  </dt>
853
 
 
854
 
      
855
 
  <dt>
856
 
    set
857
 
  </dt>
858
 
 
859
 
      <dd><dl>
860
 
        
861
 
  <dt><a href="reference/expressions.html#index-18">display</a>
862
 
  </dt>
863
 
 
864
 
        
865
 
  <dt><a href="reference/datamodel.html#index-30">object</a>, <a href="reference/expressions.html#index-18">[1]</a>, <a href="c-api/set.html#index-0">[2]</a>, <a href="library/stdtypes.html#index-31">[3]</a>
866
 
  </dt>
867
 
 
868
 
      </dl></dd>
869
 
      
870
 
  <dt><a href="library/stdtypes.html#set">set (built-in class)</a>
871
 
  </dt>
872
 
 
873
 
      
874
 
  <dt><a href="library/collections.html#collections.Set">Set (class in collections)</a>
875
 
  </dt>
876
 
 
877
 
      <dd><dl>
878
 
        
879
 
  <dt><a href="library/sets.html#sets.Set">(class in sets)</a>
880
 
  </dt>
881
 
 
882
 
      </dl></dd>
883
 
      
884
 
  <dt><a href="library/idle.html#index-4">Set Breakpoint</a>
885
 
  </dt>
886
 
 
887
 
      
888
 
  <dt>
889
 
    set type
890
 
  </dt>
891
 
 
892
 
      <dd><dl>
893
 
        
894
 
  <dt><a href="reference/datamodel.html#index-29">object</a>
895
 
  </dt>
896
 
 
897
 
      </dl></dd>
898
 
      
899
 
  <dt><a href="library/configparser.html#ConfigParser.RawConfigParser.set">set() (ConfigParser.RawConfigParser method)</a>
900
 
  </dt>
901
 
 
902
 
      <dd><dl>
903
 
        
904
 
  <dt><a href="library/configparser.html#ConfigParser.SafeConfigParser.set">(ConfigParser.SafeConfigParser method)</a>
905
 
  </dt>
906
 
 
907
 
        
908
 
  <dt><a href="library/cookie.html#Cookie.Morsel.set">(Cookie.Morsel method)</a>
909
 
  </dt>
910
 
 
911
 
        
912
 
  <dt><a href="library/easydialogs.html#EasyDialogs.ProgressBar.set">(EasyDialogs.ProgressBar method)</a>
913
 
  </dt>
914
 
 
915
 
        
916
 
  <dt><a href="library/ossaudiodev.html#ossaudiodev.oss_mixer_device.set">(ossaudiodev.oss_mixer_device method)</a>
917
 
  </dt>
918
 
 
919
 
        
920
 
  <dt><a href="library/test.html#test.test_support.EnvironmentVarGuard.set">(test.test_support.EnvironmentVarGuard method)</a>
921
 
  </dt>
922
 
 
923
 
        
924
 
  <dt><a href="library/threading.html#threading.Event.set">(threading.Event method)</a>
925
 
  </dt>
926
 
 
927
 
        
928
 
  <dt><a href="library/ttk.html#ttk.Combobox.set">(ttk.Combobox method)</a>
929
 
  </dt>
930
 
 
931
 
        
932
 
  <dt><a href="library/ttk.html#ttk.Treeview.set">(ttk.Treeview method)</a>
933
 
  </dt>
934
 
 
935
 
        
936
 
  <dt><a href="library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.set">(xml.etree.ElementTree.Element method)</a>
937
 
  </dt>
938
 
 
939
 
      </dl></dd>
940
 
      
941
 
  <dt><a href="c-api/intro.html#index-8">set_all()</a>
942
 
  </dt>
943
 
 
944
 
      
945
 
  <dt><a href="library/cookielib.html#cookielib.DefaultCookiePolicy.set_allowed_domains">set_allowed_domains() (cookielib.DefaultCookiePolicy method)</a>
946
 
  </dt>
947
 
 
948
 
      
949
 
  <dt><a href="library/ssl.html#ssl.SSLContext.set_alpn_protocols">set_alpn_protocols() (ssl.SSLContext method)</a>
950
 
  </dt>
951
 
 
952
 
      
953
 
  <dt><a href="library/wsgiref.html#wsgiref.simple_server.WSGIServer.set_app">set_app() (wsgiref.simple_server.WSGIServer method)</a>
954
 
  </dt>
955
 
 
956
 
      
957
 
  <dt><a href="library/sqlite3.html#sqlite3.Connection.set_authorizer">set_authorizer() (sqlite3.Connection method)</a>
958
 
  </dt>
959
 
 
960
 
      
961
 
  <dt><a href="library/cookielib.html#cookielib.DefaultCookiePolicy.set_blocked_domains">set_blocked_domains() (cookielib.DefaultCookiePolicy method)</a>
962
 
  </dt>
963
 
 
964
 
      
965
 
  <dt><a href="library/email.message.html#email.message.Message.set_boundary">set_boundary() (email.message.Message method)</a>
966
 
  </dt>
967
 
 
968
 
      
969
 
  <dt><a href="library/bdb.html#bdb.Bdb.set_break">set_break() (bdb.Bdb method)</a>
970
 
  </dt>
971
 
 
972
 
      
973
 
  <dt><a href="library/email.message.html#email.message.Message.set_charset">set_charset() (email.message.Message method)</a>
974
 
  </dt>
975
 
 
976
 
      
977
 
  <dt><a href="library/ttk.html#ttk.Treeview.set_children">set_children() (ttk.Treeview method)</a>
978
 
  </dt>
979
 
 
980
 
      
981
 
  <dt><a href="library/ssl.html#ssl.SSLContext.set_ciphers">set_ciphers() (ssl.SSLContext method)</a>
982
 
  </dt>
983
 
 
984
 
      
985
 
  <dt><a href="library/readline.html#readline.set_completer">set_completer() (in module readline)</a>
986
 
  </dt>
987
 
 
988
 
      
989
 
  <dt><a href="library/readline.html#readline.set_completer_delims">set_completer_delims() (in module readline)</a>
990
 
  </dt>
991
 
 
992
 
      
993
 
  <dt><a href="library/readline.html#readline.set_completion_display_matches_hook">set_completion_display_matches_hook() (in module readline)</a>
994
 
  </dt>
995
 
 
996
 
      
997
 
  <dt><a href="library/bdb.html#bdb.Bdb.set_continue">set_continue() (bdb.Bdb method)</a>
998
 
  </dt>
999
 
 
1000
 
      
1001
 
  <dt><a href="library/ctypes.html#ctypes.set_conversion_mode">set_conversion_mode() (in module ctypes)</a>
1002
 
  </dt>
1003
 
 
1004
 
      
1005
 
  <dt><a href="library/cookielib.html#cookielib.CookieJar.set_cookie">set_cookie() (cookielib.CookieJar method)</a>
1006
 
  </dt>
1007
 
 
1008
 
      
1009
 
  <dt><a href="library/cookielib.html#cookielib.CookieJar.set_cookie_if_ok">set_cookie_if_ok() (cookielib.CookieJar method)</a>
1010
 
  </dt>
1011
 
 
1012
 
      
1013
 
  <dt><a href="library/msilib.html#msilib.Feature.set_current">set_current() (msilib.Feature method)</a>
1014
 
  </dt>
1015
 
 
1016
 
      
1017
 
  <dt><a href="library/mailbox.html#mailbox.MaildirMessage.set_date">set_date() (mailbox.MaildirMessage method)</a>
1018
 
  </dt>
1019
 
 
1020
 
      
1021
 
  <dt><a href="library/gc.html#gc.set_debug">set_debug() (in module gc)</a>
1022
 
  </dt>
1023
 
 
1024
 
      
1025
 
  <dt><a href="library/ftplib.html#ftplib.FTP.set_debuglevel">set_debuglevel() (ftplib.FTP method)</a>
1026
 
  </dt>
1027
 
 
1028
 
      <dd><dl>
1029
 
        
1030
 
  <dt><a href="library/httplib.html#httplib.HTTPConnection.set_debuglevel">(httplib.HTTPConnection method)</a>
1031
 
  </dt>
1032
 
 
1033
 
        
1034
 
  <dt><a href="library/nntplib.html#nntplib.NNTP.set_debuglevel">(nntplib.NNTP method)</a>
1035
 
  </dt>
1036
 
 
1037
 
        
1038
 
  <dt><a href="library/poplib.html#poplib.POP3.set_debuglevel">(poplib.POP3 method)</a>
1039
 
  </dt>
1040
 
 
1041
 
        
1042
 
  <dt><a href="library/smtplib.html#smtplib.SMTP.set_debuglevel">(smtplib.SMTP method)</a>
1043
 
  </dt>
1044
 
 
1045
 
        
1046
 
  <dt><a href="library/telnetlib.html#telnetlib.Telnet.set_debuglevel">(telnetlib.Telnet method)</a>
1047
 
  </dt>
1048
 
 
1049
 
      </dl></dd>
1050
 
      
1051
 
  <dt><a href="library/email.message.html#email.message.Message.set_default_type">set_default_type() (email.message.Message method)</a>
1052
 
  </dt>
1053
 
 
1054
 
      
1055
 
  <dt><a href="library/ssl.html#ssl.SSLContext.set_default_verify_paths">set_default_verify_paths() (ssl.SSLContext method)</a>
1056
 
  </dt>
1057
 
 
1058
 
      
1059
 
  <dt><a href="library/argparse.html#argparse.ArgumentParser.set_defaults">set_defaults() (argparse.ArgumentParser method)</a>
1060
 
  </dt>
1061
 
 
1062
 
      <dd><dl>
1063
 
        
1064
 
  <dt><a href="library/optparse.html#optparse.OptionParser.set_defaults">(optparse.OptionParser method)</a>
1065
 
  </dt>
1066
 
 
1067
 
      </dl></dd>
1068
 
      
1069
 
  <dt><a href="library/ssl.html#ssl.SSLContext.set_ecdh_curve">set_ecdh_curve() (ssl.SSLContext method)</a>
1070
 
  </dt>
1071
 
 
1072
 
      
1073
 
  <dt><a href="library/ctypes.html#ctypes.set_errno">set_errno() (in module ctypes)</a>
1074
 
  </dt>
1075
 
 
1076
 
      
1077
 
  <dt><a href="library/fl.html#fl.set_event_call_back">set_event_call_back() (in module fl)</a>
1078
 
  </dt>
1079
 
 
1080
 
      
1081
 
  <dt><a href="library/multiprocessing.html#multiprocessing.set_executable">set_executable() (in module multiprocessing)</a>
1082
 
  </dt>
1083
 
 
1084
 
      
1085
 
  <dt><a href="distutils/apiref.html#distutils.ccompiler.CCompiler.set_executables">set_executables() (distutils.ccompiler.CCompiler method)</a>
1086
 
  </dt>
1087
 
 
1088
 
      
1089
 
  <dt><a href="library/mailbox.html#mailbox.MaildirMessage.set_flags">set_flags() (mailbox.MaildirMessage method)</a>
1090
 
  </dt>
1091
 
 
1092
 
      <dd><dl>
1093
 
        
1094
 
  <dt><a href="library/mailbox.html#mailbox.MMDFMessage.set_flags">(mailbox.MMDFMessage method)</a>
1095
 
  </dt>
1096
 
 
1097
 
        
1098
 
  <dt><a href="library/mailbox.html#mailbox.mboxMessage.set_flags">(mailbox.mboxMessage method)</a>
1099
 
  </dt>
1100
 
 
1101
 
      </dl></dd>
1102
 
      
1103
 
  <dt><a href="library/fl.html#fl.form.set_form_position">set_form_position() (fl.form method)</a>
1104
 
  </dt>
1105
 
 
1106
 
      
1107
 
  <dt><a href="library/mailbox.html#mailbox.mboxMessage.set_from">set_from() (mailbox.mboxMessage method)</a>
1108
 
  </dt>
1109
 
 
1110
 
      <dd><dl>
1111
 
        
1112
 
  <dt><a href="library/mailbox.html#mailbox.MMDFMessage.set_from">(mailbox.MMDFMessage method)</a>
1113
 
  </dt>
1114
 
 
1115
 
      </dl></dd>
1116
 
      
1117
 
  <dt><a href="library/fl.html#fl.set_graphics_mode">set_graphics_mode() (in module fl)</a>
1118
 
  </dt>
1119
 
 
1120
 
      
1121
 
  <dt><a href="library/readline.html#readline.set_history_length">set_history_length() (in module readline)</a>
1122
 
  </dt>
1123
 
 
1124
 
      
1125
 
  <dt><a href="distutils/apiref.html#distutils.ccompiler.CCompiler.set_include_dirs">set_include_dirs() (distutils.ccompiler.CCompiler method)</a>
1126
 
  </dt>
1127
 
 
1128
 
      
1129
 
  <dt><a href="library/mailbox.html#mailbox.MaildirMessage.set_info">set_info() (mailbox.MaildirMessage method)</a>
1130
 
  </dt>
1131
 
 
1132
 
      
1133
 
  <dt><a href="library/mailbox.html#mailbox.BabylMessage.set_labels">set_labels() (mailbox.BabylMessage method)</a>
1134
 
  </dt>
1135
 
 
1136
 
      
1137
 
  <dt><a href="library/ctypes.html#ctypes.set_last_error">set_last_error() (in module ctypes)</a>
1138
 
  </dt>
1139
 
 
1140
 
      
1141
 
  <dt><a href="distutils/apiref.html#distutils.ccompiler.CCompiler.set_libraries">set_libraries() (distutils.ccompiler.CCompiler method)</a>
1142
 
  </dt>
1143
 
 
1144
 
      
1145
 
  <dt><a href="distutils/apiref.html#distutils.ccompiler.CCompiler.set_library_dirs">set_library_dirs() (distutils.ccompiler.CCompiler method)</a>
1146
 
  </dt>
1147
 
 
1148
 
      
1149
 
  <dt><a href="library/dis.html#opcode-SET_LINENO">SET_LINENO (opcode)</a>
1150
 
  </dt>
1151
 
 
1152
 
      
1153
 
  <dt><a href="distutils/apiref.html#distutils.ccompiler.CCompiler.set_link_objects">set_link_objects() (distutils.ccompiler.CCompiler method)</a>
1154
 
  </dt>
1155
 
 
1156
 
      
1157
 
  <dt><a href="library/2to3.html#2to3fixer-set_literal">set_literal (2to3 fixer)</a>
1158
 
  </dt>
1159
 
 
1160
 
      
1161
 
  <dt><a href="library/bsddb.html#bsddb.bsddbobject.set_location">set_location() (bsddb.bsddbobject method)</a>
1162
 
  </dt>
1163
 
 
1164
 
      
1165
 
  <dt><a href="library/bdb.html#bdb.Bdb.set_next">set_next() (bdb.Bdb method)</a>
1166
 
  </dt>
1167
 
 
1168
 
      
1169
 
  <dt><a href="library/cookielib.html#cookielib.Cookie.set_nonstandard_attr">set_nonstandard_attr() (cookielib.Cookie method)</a>
1170
 
  </dt>
1171
 
 
1172
 
      
1173
 
  <dt><a href="library/ssl.html#ssl.SSLContext.set_npn_protocols">set_npn_protocols() (ssl.SSLContext method)</a>
1174
 
  </dt>
1175
 
 
1176
 
      
1177
 
  <dt><a href="library/cookielib.html#cookielib.CookiePolicy.set_ok">set_ok() (cookielib.CookiePolicy method)</a>
1178
 
  </dt>
1179
 
 
1180
 
      
1181
 
  <dt><a href="library/telnetlib.html#telnetlib.Telnet.set_option_negotiation_callback">set_option_negotiation_callback() (telnetlib.Telnet method)</a>
1182
 
  </dt>
1183
 
 
1184
 
      
1185
 
  <dt><a href="library/gettext.html#gettext.NullTranslations.set_output_charset">set_output_charset() (gettext.NullTranslations method)</a>
1186
 
  </dt>
1187
 
 
1188
 
      
1189
 
  <dt><a href="library/email.message.html#email.message.Message.set_param">set_param() (email.message.Message method)</a>
1190
 
  </dt>
1191
 
 
1192
 
      
1193
 
  <dt><a href="library/ftplib.html#ftplib.FTP.set_pasv">set_pasv() (ftplib.FTP method)</a>
1194
 
  </dt>
1195
 
 
1196
 
      
1197
 
  <dt><a href="library/email.message.html#email.message.Message.set_payload">set_payload() (email.message.Message method)</a>
1198
 
  </dt>
1199
 
 
1200
 
      
1201
 
  <dt><a href="library/cookielib.html#cookielib.CookieJar.set_policy">set_policy() (cookielib.CookieJar method)</a>
1202
 
  </dt>
1203
 
 
1204
 
      
1205
 
  <dt><a href="library/xdrlib.html#xdrlib.Unpacker.set_position">set_position() (xdrlib.Unpacker method)</a>
1206
 
  </dt>
1207
 
 
1208
 
      
1209
 
  <dt><a href="library/readline.html#readline.set_pre_input_hook">set_pre_input_hook() (in module readline)</a>
1210
 
  </dt>
1211
 
 
1212
 
      
1213
 
  <dt><a href="library/sqlite3.html#sqlite3.Connection.set_progress_handler">set_progress_handler() (sqlite3.Connection method)</a>
1214
 
  </dt>
1215
 
 
1216
 
      
1217
 
  <dt><a href="library/urllib2.html#urllib2.Request.set_proxy">set_proxy() (urllib2.Request method)</a>
1218
 
  </dt>
1219
 
 
1220
 
      
1221
 
  <dt><a href="distutils/apiref.html#distutils.sysconfig.set_python_build">set_python_build() (in module distutils.sysconfig)</a>
1222
 
  </dt>
1223
 
 
1224
 
      
1225
 
  <dt><a href="library/bdb.html#bdb.Bdb.set_quit">set_quit() (bdb.Bdb method)</a>
1226
 
  </dt>
1227
 
 
1228
 
      
1229
 
  <dt><a href="library/ossaudiodev.html#ossaudiodev.oss_mixer_device.set_recsrc">set_recsrc() (ossaudiodev.oss_mixer_device method)</a>
1230
 
  </dt>
1231
 
 
1232
 
      
1233
 
  <dt><a href="library/bdb.html#bdb.Bdb.set_return">set_return() (bdb.Bdb method)</a>
1234
 
  </dt>
1235
 
 
1236
 
      
1237
 
  <dt><a href="distutils/apiref.html#distutils.ccompiler.CCompiler.set_runtime_library_dirs">set_runtime_library_dirs() (distutils.ccompiler.CCompiler method)</a>
1238
 
  </dt>
1239
 
 
1240
 
      
1241
 
  <dt><a href="library/difflib.html#difflib.SequenceMatcher.set_seq1">set_seq1() (difflib.SequenceMatcher method)</a>
1242
 
  </dt>
1243
 
 
1244
 
      
1245
 
  <dt><a href="library/difflib.html#difflib.SequenceMatcher.set_seq2">set_seq2() (difflib.SequenceMatcher method)</a>
1246
 
  </dt>
1247
 
 
1248
 
      
1249
 
  <dt><a href="library/difflib.html#difflib.SequenceMatcher.set_seqs">set_seqs() (difflib.SequenceMatcher method)</a>
1250
 
  </dt>
1251
 
 
1252
 
      
1253
 
  <dt><a href="library/mailbox.html#mailbox.MH.set_sequences">set_sequences() (mailbox.MH method)</a>
1254
 
  </dt>
1255
 
 
1256
 
      <dd><dl>
1257
 
        
1258
 
  <dt><a href="library/mailbox.html#mailbox.MHMessage.set_sequences">(mailbox.MHMessage method)</a>
1259
 
  </dt>
1260
 
 
1261
 
      </dl></dd>
1262
 
      
1263
 
  <dt><a href="library/docxmlrpcserver.html#DocXMLRPCServer.DocCGIXMLRPCRequestHandler.set_server_documentation">set_server_documentation() (DocXMLRPCServer.DocCGIXMLRPCRequestHandler method)</a>
1264
 
  </dt>
1265
 
 
1266
 
      <dd><dl>
1267
 
        
1268
 
  <dt><a href="library/docxmlrpcserver.html#DocXMLRPCServer.DocXMLRPCServer.set_server_documentation">(DocXMLRPCServer.DocXMLRPCServer method)</a>
1269
 
  </dt>
1270
 
 
1271
 
      </dl></dd>
1272
 
      
1273
 
  <dt><a href="library/docxmlrpcserver.html#DocXMLRPCServer.DocCGIXMLRPCRequestHandler.set_server_name">set_server_name() (DocXMLRPCServer.DocCGIXMLRPCRequestHandler method)</a>
1274
 
  </dt>
1275
 
 
1276
 
      <dd><dl>
1277
 
        
1278
 
  <dt><a href="library/docxmlrpcserver.html#DocXMLRPCServer.DocXMLRPCServer.set_server_name">(DocXMLRPCServer.DocXMLRPCServer method)</a>
1279
 
  </dt>
1280
 
 
1281
 
      </dl></dd>
1282
 
      
1283
 
  <dt><a href="library/docxmlrpcserver.html#DocXMLRPCServer.DocCGIXMLRPCRequestHandler.set_server_title">set_server_title() (DocXMLRPCServer.DocCGIXMLRPCRequestHandler method)</a>
1284
 
  </dt>
1285
 
 
1286
 
      <dd><dl>
1287
 
        
1288
 
  <dt><a href="library/docxmlrpcserver.html#DocXMLRPCServer.DocXMLRPCServer.set_server_title">(DocXMLRPCServer.DocXMLRPCServer method)</a>
1289
 
  </dt>
1290
 
 
1291
 
      </dl></dd>
1292
 
      
1293
 
  <dt><a href="library/ssl.html#ssl.SSLContext.set_servername_callback">set_servername_callback() (ssl.SSLContext method)</a>
1294
 
  </dt>
1295
 
 
1296
 
      
1297
 
  <dt><a href="library/formatter.html#formatter.formatter.set_spacing">set_spacing() (formatter.formatter method)</a>
1298
 
  </dt>
1299
 
 
1300
 
      
1301
 
  <dt><a href="library/readline.html#readline.set_startup_hook">set_startup_hook() (in module readline)</a>
1302
 
  </dt>
1303
 
 
1304
 
      
1305
 
  <dt><a href="library/bdb.html#bdb.Bdb.set_step">set_step() (bdb.Bdb method)</a>
1306
 
  </dt>
1307
 
 
1308
 
      
1309
 
  <dt><a href="library/mailbox.html#mailbox.MaildirMessage.set_subdir">set_subdir() (mailbox.MaildirMessage method)</a>
1310
 
  </dt>
1311
 
 
1312
 
      
1313
 
  <dt><a href="library/asynchat.html#asynchat.async_chat.set_terminator">set_terminator() (asynchat.async_chat method)</a>
1314
 
  </dt>
1315
 
 
1316
 
      
1317
 
  <dt><a href="library/gc.html#gc.set_threshold">set_threshold() (in module gc)</a>
1318
 
  </dt>
1319
 
 
1320
 
      
1321
 
  <dt><a href="library/bdb.html#bdb.Bdb.set_trace">set_trace() (bdb.Bdb method)</a>
1322
 
  </dt>
1323
 
 
1324
 
      <dd><dl>
1325
 
        
1326
 
  <dt><a href="library/bdb.html#bdb.set_trace">(in module bdb)</a>
1327
 
  </dt>
1328
 
 
1329
 
        
1330
 
  <dt><a href="library/pdb.html#pdb.set_trace">(in module pdb)</a>
1331
 
  </dt>
1332
 
 
1333
 
        
1334
 
  <dt><a href="library/pdb.html#pdb.Pdb.set_trace">(pdb.Pdb method)</a>
1335
 
  </dt>
1336
 
 
1337
 
      </dl></dd>
1338
 
      
1339
 
  <dt><a href="library/httplib.html#httplib.HTTPConnection.set_tunnel">set_tunnel() (httplib.HTTPConnection method)</a>
1340
 
  </dt>
1341
 
 
1342
 
      
1343
 
  <dt><a href="library/email.message.html#email.message.Message.set_type">set_type() (email.message.Message method)</a>
1344
 
  </dt>
1345
 
 
1346
 
      
1347
 
  <dt><a href="library/doctest.html#doctest.set_unittest_reportflags">set_unittest_reportflags() (in module doctest)</a>
1348
 
  </dt>
1349
 
 
1350
 
      
1351
 
  <dt><a href="library/email.message.html#email.message.Message.set_unixfrom">set_unixfrom() (email.message.Message method)</a>
1352
 
  </dt>
1353
 
 
1354
 
      
1355
 
  <dt><a href="library/bdb.html#bdb.Bdb.set_until">set_until() (bdb.Bdb method)</a>
1356
 
  </dt>
1357
 
 
1358
 
      
1359
 
  <dt><a href="library/robotparser.html#robotparser.RobotFileParser.set_url">set_url() (robotparser.RobotFileParser method)</a>
1360
 
  </dt>
1361
 
 
1362
 
      
1363
 
  <dt><a href="library/optparse.html#optparse.OptionParser.set_usage">set_usage() (optparse.OptionParser method)</a>
1364
 
  </dt>
1365
 
 
1366
 
      
1367
 
  <dt><a href="library/curses.panel.html#curses.panel.Panel.set_userptr">set_userptr() (curses.panel.Panel method)</a>
1368
 
  </dt>
1369
 
 
1370
 
      
1371
 
  <dt><a href="library/mailbox.html#mailbox.BabylMessage.set_visible">set_visible() (mailbox.BabylMessage method)</a>
1372
 
  </dt>
1373
 
 
1374
 
      
1375
 
  <dt><a href="library/signal.html#signal.set_wakeup_fd">set_wakeup_fd() (in module signal)</a>
1376
 
  </dt>
1377
 
 
1378
 
      
1379
 
  <dt><a href="library/imaplib.html#imaplib.IMAP4.setacl">setacl() (imaplib.IMAP4 method)</a>
1380
 
  </dt>
1381
 
 
1382
 
      
1383
 
  <dt><a href="library/imaplib.html#imaplib.IMAP4.setannotation">setannotation() (imaplib.IMAP4 method)</a>
1384
 
  </dt>
1385
 
 
1386
 
      
1387
 
  <dt><a href="library/framework.html#FrameWork.setarrowcursor">setarrowcursor() (in module FrameWork)</a>
1388
 
  </dt>
1389
 
 
1390
 
      
1391
 
  <dt><a href="library/functions.html#setattr">setattr() (built-in function)</a>
1392
 
  </dt>
1393
 
 
1394
 
      
1395
 
  <dt><a href="library/xml.dom.html#xml.dom.Element.setAttribute">setAttribute() (xml.dom.Element method)</a>
1396
 
  </dt>
1397
 
 
1398
 
      
1399
 
  <dt><a href="library/xml.dom.html#xml.dom.Element.setAttributeNode">setAttributeNode() (xml.dom.Element method)</a>
1400
 
  </dt>
1401
 
 
1402
 
      
1403
 
  <dt><a href="library/xml.dom.html#xml.dom.Element.setAttributeNodeNS">setAttributeNodeNS() (xml.dom.Element method)</a>
1404
 
  </dt>
1405
 
 
1406
 
      
1407
 
  <dt><a href="library/xml.dom.html#xml.dom.Element.setAttributeNS">setAttributeNS() (xml.dom.Element method)</a>
1408
 
  </dt>
1409
 
 
1410
 
      
1411
 
  <dt><a href="library/pyexpat.html#xml.parsers.expat.xmlparser.SetBase">SetBase() (xml.parsers.expat.xmlparser method)</a>
1412
 
  </dt>
1413
 
 
1414
 
      
1415
 
  <dt><a href="library/socket.html#socket.socket.setblocking">setblocking() (socket.socket method)</a>
1416
 
  </dt>
1417
 
 
1418
 
      
1419
 
  <dt><a href="library/xml.sax.reader.html#xml.sax.xmlreader.InputSource.setByteStream">setByteStream() (xml.sax.xmlreader.InputSource method)</a>
1420
 
  </dt>
1421
 
 
1422
 
      
1423
 
  <dt><a href="library/tty.html#tty.setcbreak">setcbreak() (in module tty)</a>
1424
 
  </dt>
1425
 
 
1426
 
      
1427
 
  <dt><a href="library/xml.sax.reader.html#xml.sax.xmlreader.InputSource.setCharacterStream">setCharacterStream() (xml.sax.xmlreader.InputSource method)</a>
1428
 
  </dt>
1429
 
 
1430
 
      
1431
 
  <dt><a href="library/sys.html#sys.setcheckinterval">setcheckinterval() (in module sys)</a>, <a href="c-api/init.html#index-14">[1]</a>
1432
 
  </dt>
1433
 
 
1434
 
      
1435
 
  <dt><a href="library/aifc.html#aifc.aifc.setcomptype">setcomptype() (aifc.aifc method)</a>
1436
 
  </dt>
1437
 
 
1438
 
      <dd><dl>
1439
 
        
1440
 
  <dt><a href="library/sunau.html#sunau.AU_write.setcomptype">(sunau.AU_write method)</a>
1441
 
  </dt>
1442
 
 
1443
 
        
1444
 
  <dt><a href="library/wave.html#wave.Wave_write.setcomptype">(wave.Wave_write method)</a>
1445
 
  </dt>
1446
 
 
1447
 
      </dl></dd>
1448
 
      
1449
 
  <dt><a href="library/xml.sax.reader.html#xml.sax.xmlreader.XMLReader.setContentHandler">setContentHandler() (xml.sax.xmlreader.XMLReader method)</a>
1450
 
  </dt>
1451
 
 
1452
 
      
1453
 
  <dt><a href="library/decimal.html#decimal.setcontext">setcontext() (in module decimal)</a>
1454
 
  </dt>
1455
 
 
1456
 
      <dd><dl>
1457
 
        
1458
 
  <dt><a href="library/mhlib.html#mhlib.MH.setcontext">(mhlib.MH method)</a>
1459
 
  </dt>
1460
 
 
1461
 
      </dl></dd>
1462
 
      
1463
 
  <dt><a href="library/macos.html#MacOS.SetCreatorAndType">SetCreatorAndType() (in module MacOS)</a>
1464
 
  </dt>
1465
 
 
1466
 
      
1467
 
  <dt><a href="library/mhlib.html#mhlib.Folder.setcurrent">setcurrent() (mhlib.Folder method)</a>
1468
 
  </dt>
1469
 
 
1470
 
      
1471
 
  <dt><a href="library/threading.html#threading.Thread.setDaemon">setDaemon() (threading.Thread method)</a>
1472
 
  </dt>
1473
 
 
1474
 
      
1475
 
  <dt><a href="library/stdtypes.html#dict.setdefault">setdefault() (dict method)</a>
1476
 
  </dt>
1477
 
 
1478
 
      
1479
 
  <dt><a href="library/sys.html#sys.setdefaultencoding">setdefaultencoding() (in module sys)</a>
1480
 
  </dt>
1481
 
 
1482
 
      
1483
 
  <dt><a href="library/socket.html#socket.setdefaulttimeout">setdefaulttimeout() (in module socket)</a>
1484
 
  </dt>
1485
 
 
1486
 
      
1487
 
  <dt><a href="library/sys.html#sys.setdlopenflags">setdlopenflags() (in module sys)</a>
1488
 
  </dt>
1489
 
 
1490
 
      
1491
 
  <dt><a href="library/xml.sax.handler.html#xml.sax.handler.ContentHandler.setDocumentLocator">setDocumentLocator() (xml.sax.handler.ContentHandler method)</a>
1492
 
  </dt>
1493
 
 
1494
 
      
1495
 
  <dt><a href="library/xml.sax.reader.html#xml.sax.xmlreader.XMLReader.setDTDHandler">setDTDHandler() (xml.sax.xmlreader.XMLReader method)</a>
1496
 
  </dt>
1497
 
 
1498
 
      
1499
 
  <dt><a href="library/os.html#os.setegid">setegid() (in module os)</a>
1500
 
  </dt>
1501
 
 
1502
 
      
1503
 
  <dt><a href="library/xml.sax.reader.html#xml.sax.xmlreader.InputSource.setEncoding">setEncoding() (xml.sax.xmlreader.InputSource method)</a>
1504
 
  </dt>
1505
 
 
1506
 
      
1507
 
  <dt><a href="library/xml.sax.reader.html#xml.sax.xmlreader.XMLReader.setEntityResolver">setEntityResolver() (xml.sax.xmlreader.XMLReader method)</a>
1508
 
  </dt>
1509
 
 
1510
 
      
1511
 
  <dt><a href="library/xml.sax.reader.html#xml.sax.xmlreader.XMLReader.setErrorHandler">setErrorHandler() (xml.sax.xmlreader.XMLReader method)</a>
1512
 
  </dt>
1513
 
 
1514
 
      
1515
 
  <dt><a href="library/os.html#os.seteuid">seteuid() (in module os)</a>
1516
 
  </dt>
1517
 
 
1518
 
      
1519
 
  <dt><a href="library/xml.sax.reader.html#xml.sax.xmlreader.XMLReader.setFeature">setFeature() (xml.sax.xmlreader.XMLReader method)</a>
1520
 
  </dt>
1521
 
 
1522
 
      
1523
 
  <dt><a href="library/calendar.html#calendar.setfirstweekday">setfirstweekday() (in module calendar)</a>
1524
 
  </dt>
1525
 
 
1526
 
      
1527
 
  <dt><a href="library/ossaudiodev.html#ossaudiodev.oss_audio_device.setfmt">setfmt() (ossaudiodev.oss_audio_device method)</a>
1528
 
  </dt>
1529
 
 
1530
 
      
1531
 
  <dt><a href="library/logging.html#logging.Handler.setFormatter">setFormatter() (logging.Handler method)</a>
1532
 
  </dt>
1533
 
 
1534
 
      
1535
 
  <dt><a href="library/aifc.html#aifc.aifc.setframerate">setframerate() (aifc.aifc method)</a>
1536
 
  </dt>
1537
 
 
1538
 
      <dd><dl>
1539
 
        
1540
 
  <dt><a href="library/sunau.html#sunau.AU_write.setframerate">(sunau.AU_write method)</a>
1541
 
  </dt>
1542
 
 
1543
 
        
1544
 
  <dt><a href="library/wave.html#wave.Wave_write.setframerate">(wave.Wave_write method)</a>
1545
 
  </dt>
1546
 
 
1547
 
      </dl></dd>
1548
 
      
1549
 
  <dt><a href="library/os.html#os.setgid">setgid() (in module os)</a>
1550
 
  </dt>
1551
 
 
1552
 
      
1553
 
  <dt><a href="library/os.html#os.setgroups">setgroups() (in module os)</a>
1554
 
  </dt>
1555
 
 
1556
 
      
1557
 
  <dt><a href="library/turtle.html#turtle.seth">seth() (in module turtle)</a>
1558
 
  </dt>
1559
 
 
1560
 
      
1561
 
  <dt><a href="library/turtle.html#turtle.setheading">setheading() (in module turtle)</a>
1562
 
  </dt>
1563
 
 
1564
 
      
1565
 
  <dt><a href="library/msilib.html#msilib.Record.SetInteger">SetInteger() (msilib.Record method)</a>
1566
 
  </dt>
1567
 
 
1568
 
      
1569
 
  <dt><a href="library/operator.html#operator.setitem">setitem() (in module operator)</a>
1570
 
  </dt>
1571
 
 
1572
 
      
1573
 
  <dt><a href="library/signal.html#signal.setitimer">setitimer() (in module signal)</a>
1574
 
  </dt>
1575
 
 
1576
 
      
1577
 
  <dt><a href="library/mhlib.html#mhlib.Folder.setlast">setlast() (mhlib.Folder method)</a>
1578
 
  </dt>
1579
 
 
1580
 
      
1581
 
  <dt><a href="library/logging.html#logging.Handler.setLevel">setLevel() (logging.Handler method)</a>
1582
 
  </dt>
1583
 
 
1584
 
      <dd><dl>
1585
 
        
1586
 
  <dt><a href="library/logging.html#logging.Logger.setLevel">(logging.Logger method)</a>
1587
 
  </dt>
1588
 
 
1589
 
      </dl></dd>
1590
 
      
1591
 
  <dt><a href="library/sgmllib.html#sgmllib.SGMLParser.setliteral">setliteral() (sgmllib.SGMLParser method)</a>
1592
 
  </dt>
1593
 
 
1594
 
      
1595
 
  <dt><a href="library/locale.html#locale.setlocale">setlocale() (in module locale)</a>
1596
 
  </dt>
1597
 
 
1598
 
      
1599
 
  <dt><a href="library/xml.sax.reader.html#xml.sax.xmlreader.XMLReader.setLocale">setLocale() (xml.sax.xmlreader.XMLReader method)</a>
1600
 
  </dt>
1601
 
 
1602
 
      
1603
 
  <dt><a href="library/logging.html#logging.setLoggerClass">setLoggerClass() (in module logging)</a>
1604
 
  </dt>
1605
 
 
1606
 
      
1607
 
  <dt><a href="library/syslog.html#syslog.setlogmask">setlogmask() (in module syslog)</a>
1608
 
  </dt>
1609
 
 
1610
 
      
1611
 
  <dt><a href="library/aifc.html#aifc.aifc.setmark">setmark() (aifc.aifc method)</a>
1612
 
  </dt>
1613
 
 
1614
 
      
1615
 
  <dt><a href="library/urllib2.html#urllib2.CacheFTPHandler.setMaxConns">setMaxConns() (urllib2.CacheFTPHandler method)</a>
1616
 
  </dt>
1617
 
 
1618
 
      
1619
 
  <dt><a href="library/msvcrt.html#msvcrt.setmode">setmode() (in module msvcrt)</a>
1620
 
  </dt>
1621
 
 
1622
 
      
1623
 
  <dt><a href="library/threading.html#threading.Thread.setName">setName() (threading.Thread method)</a>
1624
 
  </dt>
1625
 
 
1626
 
      
1627
 
  <dt><a href="library/aifc.html#aifc.aifc.setnchannels">setnchannels() (aifc.aifc method)</a>
1628
 
  </dt>
1629
 
 
1630
 
      <dd><dl>
1631
 
        
1632
 
  <dt><a href="library/sunau.html#sunau.AU_write.setnchannels">(sunau.AU_write method)</a>
1633
 
  </dt>
1634
 
 
1635
 
        
1636
 
  <dt><a href="library/wave.html#wave.Wave_write.setnchannels">(wave.Wave_write method)</a>
1637
 
  </dt>
1638
 
 
1639
 
      </dl></dd>
1640
 
      
1641
 
  <dt><a href="library/aifc.html#aifc.aifc.setnframes">setnframes() (aifc.aifc method)</a>
1642
 
  </dt>
1643
 
 
1644
 
      <dd><dl>
1645
 
        
1646
 
  <dt><a href="library/sunau.html#sunau.AU_write.setnframes">(sunau.AU_write method)</a>
1647
 
  </dt>
1648
 
 
1649
 
        
1650
 
  <dt><a href="library/wave.html#wave.Wave_write.setnframes">(wave.Wave_write method)</a>
1651
 
  </dt>
1652
 
 
1653
 
      </dl></dd>
1654
 
      
1655
 
  <dt><a href="library/sgmllib.html#sgmllib.SGMLParser.setnomoretags">setnomoretags() (sgmllib.SGMLParser method)</a>
1656
 
  </dt>
1657
 
 
1658
 
      
1659
 
  <dt><a href="library/jpeg.html#jpeg.setoption">setoption() (in module jpeg)</a>
1660
 
  </dt>
1661
 
 
1662
 
      
1663
 
  <dt><a href="library/pyexpat.html#xml.parsers.expat.xmlparser.SetParamEntityParsing">SetParamEntityParsing() (xml.parsers.expat.xmlparser method)</a>
1664
 
  </dt>
1665
 
 
1666
 
      
1667
 
  <dt><a href="library/ossaudiodev.html#ossaudiodev.oss_audio_device.setparameters">setparameters() (ossaudiodev.oss_audio_device method)</a>
1668
 
  </dt>
1669
 
 
1670
 
      
1671
 
  <dt><a href="library/aifc.html#aifc.aifc.setparams">setparams() (aifc.aifc method)</a>
1672
 
  </dt>
1673
 
 
1674
 
      <dd><dl>
1675
 
        
1676
 
  <dt><a href="library/al.html#al.setparams">(in module al)</a>
1677
 
  </dt>
1678
 
 
1679
 
        
1680
 
  <dt><a href="library/sunau.html#sunau.AU_write.setparams">(sunau.AU_write method)</a>
1681
 
  </dt>
1682
 
 
1683
 
        
1684
 
  <dt><a href="library/wave.html#wave.Wave_write.setparams">(wave.Wave_write method)</a>
1685
 
  </dt>
1686
 
 
1687
 
      </dl></dd>
1688
 
      
1689
 
  <dt><a href="library/zipfile.html#zipfile.ZipFile.setpassword">setpassword() (zipfile.ZipFile method)</a>
1690
 
  </dt>
1691
 
 
1692
 
      
1693
 
  <dt><a href="library/fm.html#fm.setpath">setpath() (in module fm)</a>
1694
 
  </dt>
1695
 
 
1696
 
      
1697
 
  <dt><a href="library/os.html#os.setpgid">setpgid() (in module os)</a>
1698
 
  </dt>
1699
 
 
1700
 
      
1701
 
  <dt><a href="library/os.html#os.setpgrp">setpgrp() (in module os)</a>
1702
 
  </dt>
1703
 
 
1704
 
      
1705
 
  <dt><a href="library/aifc.html#aifc.aifc.setpos">setpos() (aifc.aifc method)</a>
1706
 
  </dt>
1707
 
 
1708
 
      <dd><dl>
1709
 
        
1710
 
  <dt><a href="library/turtle.html#turtle.setpos">(in module turtle)</a>
1711
 
  </dt>
1712
 
 
1713
 
        
1714
 
  <dt><a href="library/sunau.html#sunau.AU_read.setpos">(sunau.AU_read method)</a>
1715
 
  </dt>
1716
 
 
1717
 
        
1718
 
  <dt><a href="library/wave.html#wave.Wave_read.setpos">(wave.Wave_read method)</a>
1719
 
  </dt>
1720
 
 
1721
 
      </dl></dd>
1722
 
      
1723
 
  <dt><a href="library/turtle.html#turtle.setposition">setposition() (in module turtle)</a>
1724
 
  </dt>
1725
 
 
1726
 
      
1727
 
  <dt><a href="library/sys.html#sys.setprofile">setprofile() (in module sys)</a>
1728
 
  </dt>
1729
 
 
1730
 
      <dd><dl>
1731
 
        
1732
 
  <dt><a href="library/threading.html#threading.setprofile">(in module threading)</a>
1733
 
  </dt>
1734
 
 
1735
 
      </dl></dd>
1736
 
      
1737
 
  <dt><a href="library/msilib.html#msilib.SummaryInformation.SetProperty">SetProperty() (msilib.SummaryInformation method)</a>
1738
 
  </dt>
1739
 
 
1740
 
      
1741
 
  <dt><a href="library/xml.sax.reader.html#xml.sax.xmlreader.XMLReader.setProperty">setProperty() (xml.sax.xmlreader.XMLReader method)</a>
1742
 
  </dt>
1743
 
 
1744
 
      
1745
 
  <dt><a href="library/xml.sax.reader.html#xml.sax.xmlreader.InputSource.setPublicId">setPublicId() (xml.sax.xmlreader.InputSource method)</a>
1746
 
  </dt>
1747
 
 
1748
 
      
1749
 
  <dt><a href="library/imaplib.html#imaplib.IMAP4.setquota">setquota() (imaplib.IMAP4 method)</a>
1750
 
  </dt>
1751
 
 
1752
 
      
1753
 
  <dt><a href="library/tty.html#tty.setraw">setraw() (in module tty)</a>
1754
 
  </dt>
1755
 
 
1756
 
      
1757
 
  <dt><a href="library/sys.html#sys.setrecursionlimit">setrecursionlimit() (in module sys)</a>
1758
 
  </dt>
1759
 
 
1760
 
      
1761
 
  <dt><a href="library/os.html#os.setregid">setregid() (in module os)</a>
1762
 
  </dt>
1763
 
 
1764
 
      
1765
 
  <dt><a href="library/os.html#os.setresgid">setresgid() (in module os)</a>
1766
 
  </dt>
1767
 
 
1768
 
      
1769
 
  <dt><a href="library/os.html#os.setresuid">setresuid() (in module os)</a>
1770
 
  </dt>
1771
 
 
1772
 
      
1773
 
  <dt><a href="library/os.html#os.setreuid">setreuid() (in module os)</a>
1774
 
  </dt>
1775
 
 
1776
 
      
1777
 
  <dt><a href="library/resource.html#resource.setrlimit">setrlimit() (in module resource)</a>
1778
 
  </dt>
1779
 
 
1780
 
      
1781
 
  <dt><a href="library/sets.html#module-sets">sets (module)</a>
1782
 
  </dt>
1783
 
 
1784
 
      
1785
 
  <dt><a href="library/aifc.html#aifc.aifc.setsampwidth">setsampwidth() (aifc.aifc method)</a>
1786
 
  </dt>
1787
 
 
1788
 
      <dd><dl>
1789
 
        
1790
 
  <dt><a href="library/sunau.html#sunau.AU_write.setsampwidth">(sunau.AU_write method)</a>
1791
 
  </dt>
1792
 
 
1793
 
        
1794
 
  <dt><a href="library/wave.html#wave.Wave_write.setsampwidth">(wave.Wave_write method)</a>
1795
 
  </dt>
1796
 
 
1797
 
      </dl></dd>
1798
 
      
1799
 
  <dt><a href="library/curses.html#curses.window.setscrreg">setscrreg() (curses.window method)</a>
1800
 
  </dt>
1801
 
 
1802
 
      
1803
 
  <dt><a href="library/os.html#os.setsid">setsid() (in module os)</a>
1804
 
  </dt>
1805
 
 
1806
 
      
1807
 
  <dt><a href="library/operator.html#operator.setslice">setslice() (in module operator)</a>
1808
 
  </dt>
1809
 
 
1810
 
      
1811
 
  <dt><a href="library/socket.html#socket.socket.setsockopt">setsockopt() (socket.socket method)</a>
1812
 
  </dt>
1813
 
 
1814
 
      
1815
 
  <dt><a href="library/random.html#random.setstate">setstate() (in module random)</a>
1816
 
  </dt>
1817
 
 
1818
 
      
1819
 
  <dt><a href="library/msilib.html#msilib.Record.SetStream">SetStream() (msilib.Record method)</a>
1820
 
  </dt>
1821
 
 
1822
 
      
1823
 
  <dt><a href="library/msilib.html#msilib.Record.SetString">SetString() (msilib.Record method)</a>
1824
 
  </dt>
1825
 
 
1826
 
      
1827
 
  <dt><a href="library/xml.sax.reader.html#xml.sax.xmlreader.InputSource.setSystemId">setSystemId() (xml.sax.xmlreader.InputSource method)</a>
1828
 
  </dt>
1829
 
 
1830
 
      
1831
 
  <dt><a href="library/curses.html#curses.setsyx">setsyx() (in module curses)</a>
1832
 
  </dt>
1833
 
 
1834
 
      
1835
 
  <dt><a href="library/logging.handlers.html#logging.handlers.MemoryHandler.setTarget">setTarget() (logging.handlers.MemoryHandler method)</a>
1836
 
  </dt>
1837
 
 
1838
 
      
1839
 
  <dt><a href="library/turtle.html#turtle.settiltangle">settiltangle() (in module turtle)</a>
1840
 
  </dt>
1841
 
 
1842
 
      
1843
 
  <dt><a href="library/socket.html#socket.socket.settimeout">settimeout() (socket.socket method)</a>
1844
 
  </dt>
1845
 
 
1846
 
      
1847
 
  <dt><a href="library/urllib2.html#urllib2.CacheFTPHandler.setTimeout">setTimeout() (urllib2.CacheFTPHandler method)</a>
1848
 
  </dt>
1849
 
 
1850
 
      
1851
 
  <dt><a href="library/sys.html#sys.settrace">settrace() (in module sys)</a>
1852
 
  </dt>
1853
 
 
1854
 
      <dd><dl>
1855
 
        
1856
 
  <dt><a href="library/threading.html#threading.settrace">(in module threading)</a>
1857
 
  </dt>
1858
 
 
1859
 
      </dl></dd>
1860
 
      
1861
 
  <dt><a href="library/sys.html#sys.settscdump">settscdump() (in module sys)</a>
1862
 
  </dt>
1863
 
 
1864
 
      
1865
 
  <dt><a href="library/ic.html#ic.IC.settypecreator">settypecreator() (ic.IC method)</a>
1866
 
  </dt>
1867
 
 
1868
 
      <dd><dl>
1869
 
        
1870
 
  <dt><a href="library/ic.html#ic.settypecreator">(in module ic)</a>
1871
 
  </dt>
1872
 
 
1873
 
      </dl></dd>
1874
 
      
1875
 
  <dt><a href="library/os.html#os.setuid">setuid() (in module os)</a>
1876
 
  </dt>
1877
 
 
1878
 
      
1879
 
  <dt><a href="library/turtle.html#turtle.setundobuffer">setundobuffer() (in module turtle)</a>
1880
 
  </dt>
1881
 
 
1882
 
      
1883
 
  <dt><a href="distutils/apiref.html#distutils.core.setup">setup() (in module distutils.core)</a>
1884
 
  </dt>
1885
 
 
1886
 
      <dd><dl>
1887
 
        
1888
 
  <dt><a href="library/socketserver.html#SocketServer.RequestHandler.setup">(SocketServer.RequestHandler method)</a>
1889
 
  </dt>
1890
 
 
1891
 
        
1892
 
  <dt><a href="library/turtle.html#turtle.setup">(in module turtle)</a>
1893
 
  </dt>
1894
 
 
1895
 
      </dl></dd>
1896
 
      
1897
 
  <dt><a href="library/unittest.html#unittest.TestCase.setUp">setUp() (unittest.TestCase method)</a>
1898
 
  </dt>
1899
 
 
1900
 
      
1901
 
  <dt><a href="library/wsgiref.html#wsgiref.handlers.BaseHandler.setup_environ">setup_environ() (wsgiref.handlers.BaseHandler method)</a>
1902
 
  </dt>
1903
 
 
1904
 
      
1905
 
  <dt><a href="library/dis.html#opcode-SETUP_EXCEPT">SETUP_EXCEPT (opcode)</a>
1906
 
  </dt>
1907
 
 
1908
 
      
1909
 
  <dt><a href="library/dis.html#opcode-SETUP_FINALLY">SETUP_FINALLY (opcode)</a>
1910
 
  </dt>
1911
 
 
1912
 
      
1913
 
  <dt><a href="library/dis.html#opcode-SETUP_LOOP">SETUP_LOOP (opcode)</a>
1914
 
  </dt>
1915
 
 
1916
 
      
1917
 
  <dt><a href="library/wsgiref.html#wsgiref.util.setup_testing_defaults">setup_testing_defaults() (in module wsgiref.util)</a>
1918
 
  </dt>
1919
 
 
1920
 
      
1921
 
  <dt><a href="library/dis.html#opcode-SETUP_WITH">SETUP_WITH (opcode)</a>
1922
 
  </dt>
1923
 
 
1924
 
      
1925
 
  <dt><a href="library/unittest.html#unittest.TestCase.setUpClass">setUpClass() (unittest.TestCase method)</a>
1926
 
  </dt>
1927
 
 
1928
 
      
1929
 
  <dt><a href="library/curses.html#curses.setupterm">setupterm() (in module curses)</a>
1930
 
  </dt>
1931
 
 
1932
 
      
1933
 
  <dt><a href="library/_winreg.html#_winreg.SetValue">SetValue() (in module _winreg)</a>
1934
 
  </dt>
1935
 
 
1936
 
      
1937
 
  <dt><a href="library/_winreg.html#_winreg.SetValueEx">SetValueEx() (in module _winreg)</a>
1938
 
  </dt>
1939
 
 
1940
 
      
1941
 
  <dt><a href="c-api/file.html#index-4">setvbuf()</a>
1942
 
  </dt>
1943
 
 
1944
 
      
1945
 
  <dt><a href="library/framework.html#FrameWork.setwatchcursor">setwatchcursor() (in module FrameWork)</a>
1946
 
  </dt>
1947
 
 
1948
 
      
1949
 
  <dt><a href="library/turtle.html#turtle.setworldcoordinates">setworldcoordinates() (in module turtle)</a>
1950
 
  </dt>
1951
 
 
1952
 
      
1953
 
  <dt><a href="library/turtle.html#turtle.setx">setx() (in module turtle)</a>
1954
 
  </dt>
1955
 
 
1956
 
      
1957
 
  <dt><a href="library/turtle.html#turtle.sety">sety() (in module turtle)</a>
1958
 
  </dt>
1959
 
 
1960
 
      
1961
 
  <dt><a href="library/stat.html#stat.SF_APPEND">SF_APPEND (in module stat)</a>
1962
 
  </dt>
1963
 
 
1964
 
      
1965
 
  <dt><a href="library/stat.html#stat.SF_ARCHIVED">SF_ARCHIVED (in module stat)</a>
1966
 
  </dt>
1967
 
 
1968
 
      
1969
 
  <dt><a href="library/stat.html#stat.SF_IMMUTABLE">SF_IMMUTABLE (in module stat)</a>
1970
 
  </dt>
1971
 
 
1972
 
      
1973
 
  <dt><a href="library/stat.html#stat.SF_NOUNLINK">SF_NOUNLINK (in module stat)</a>
1974
 
  </dt>
1975
 
 
1976
 
      
1977
 
  <dt><a href="library/stat.html#stat.SF_SNAPSHOT">SF_SNAPSHOT (in module stat)</a>
1978
 
  </dt>
1979
 
 
1980
 
      
1981
 
  <dt><a href="library/sgmllib.html#index-0">SGML</a>
1982
 
  </dt>
1983
 
 
1984
 
      
1985
 
  <dt>
1986
 
    sgmllib
1987
 
  </dt>
1988
 
 
1989
 
      <dd><dl>
1990
 
        
1991
 
  <dt><a href="library/htmllib.html#index-1">module</a>
1992
 
  </dt>
1993
 
 
1994
 
      </dl></dd>
1995
 
      
1996
 
  <dt><a href="library/sgmllib.html#module-sgmllib">sgmllib (module)</a>
1997
 
  </dt>
1998
 
 
1999
 
      
2000
 
  <dt><a href="library/sgmllib.html#sgmllib.SGMLParseError">SGMLParseError</a>
2001
 
  </dt>
2002
 
 
2003
 
      
2004
 
  <dt><a href="library/sgmllib.html#sgmllib.SGMLParser">SGMLParser (class in sgmllib)</a>
2005
 
  </dt>
2006
 
 
2007
 
      <dd><dl>
2008
 
        
2009
 
  <dt><a href="library/htmllib.html#index-1">(in module sgmllib)</a>
2010
 
  </dt>
2011
 
 
2012
 
      </dl></dd>
2013
 
      
2014
 
  <dt><a href="library/sha.html#module-sha">sha (module)</a>
2015
 
  </dt>
2016
 
 
2017
 
      
2018
 
  <dt><a href="library/turtle.html#turtle.Shape">Shape (class in turtle)</a>
2019
 
  </dt>
2020
 
 
2021
 
      
2022
 
  <dt><a href="library/stdtypes.html#memoryview.shape">shape (memoryview attribute)</a>
2023
 
  </dt>
2024
 
 
2025
 
      
2026
 
  <dt><a href="library/turtle.html#turtle.shape">shape() (in module turtle)</a>
2027
 
  </dt>
2028
 
 
2029
 
      
2030
 
  <dt><a href="library/turtle.html#turtle.shapesize">shapesize() (in module turtle)</a>
2031
 
  </dt>
2032
 
 
2033
 
      
2034
 
  <dt><a href="distutils/apiref.html#distutils.ccompiler.CCompiler.shared_object_filename">shared_object_filename() (distutils.ccompiler.CCompiler method)</a>
2035
 
  </dt>
2036
 
 
2037
 
      
2038
 
  <dt><a href="library/shelve.html#shelve.Shelf">Shelf (class in shelve)</a>
2039
 
  </dt>
2040
 
 
2041
 
      
2042
 
  <dt>
2043
 
    shelve
2044
 
  </dt>
2045
 
 
2046
 
      <dd><dl>
2047
 
        
2048
 
  <dt><a href="library/marshal.html#index-0">module</a>
2049
 
  </dt>
2050
 
 
2051
 
      </dl></dd>
2052
 
      
2053
 
  <dt><a href="library/shelve.html#module-shelve">shelve (module)</a>
2054
 
  </dt>
2055
 
 
2056
 
      
2057
 
  <dt><a href="library/decimal.html#decimal.Context.shift">shift() (decimal.Context method)</a>
2058
 
  </dt>
2059
 
 
2060
 
      <dd><dl>
2061
 
        
2062
 
  <dt><a href="library/decimal.html#decimal.Decimal.shift">(decimal.Decimal method)</a>
2063
 
  </dt>
2064
 
 
2065
 
      </dl></dd>
2066
 
      
2067
 
  <dt><a href="library/wsgiref.html#wsgiref.util.shift_path_info">shift_path_info() (in module wsgiref.util)</a>
2068
 
  </dt>
2069
 
 
2070
 
      
2071
 
  <dt>
2072
 
    shifting
2073
 
  </dt>
2074
 
 
2075
 
      <dd><dl>
2076
 
        
2077
 
  <dt><a href="reference/expressions.html#index-58">operation</a>
2078
 
  </dt>
2079
 
 
2080
 
        
2081
 
  <dt><a href="library/stdtypes.html#index-19">operations</a>
2082
 
  </dt>
2083
 
 
2084
 
      </dl></dd>
2085
 
      
2086
 
  <dt><a href="library/shlex.html#shlex.shlex">shlex (class in shlex)</a>
2087
 
  </dt>
2088
 
 
2089
 
      <dd><dl>
2090
 
        
2091
 
  <dt><a href="library/shlex.html#module-shlex">(module)</a>
2092
 
  </dt>
2093
 
 
2094
 
      </dl></dd>
2095
 
      
2096
 
  <dt><a href="library/unittest.html#unittest.TestCase.shortDescription">shortDescription() (unittest.TestCase method)</a>
2097
 
  </dt>
2098
 
 
2099
 
      
2100
 
  <dt><a href="library/logging.handlers.html#logging.handlers.BufferingHandler.shouldFlush">shouldFlush() (logging.handlers.BufferingHandler method)</a>
2101
 
  </dt>
2102
 
 
2103
 
      <dd><dl>
2104
 
        
2105
 
  <dt><a href="library/logging.handlers.html#logging.handlers.MemoryHandler.shouldFlush">(logging.handlers.MemoryHandler method)</a>
2106
 
  </dt>
2107
 
 
2108
 
      </dl></dd>
2109
 
      
2110
 
  <dt><a href="library/unittest.html#unittest.TestResult.shouldStop">shouldStop (unittest.TestResult attribute)</a>
2111
 
  </dt>
2112
 
 
2113
 
      
2114
 
  <dt><a href="library/curses.panel.html#curses.panel.Panel.show">show() (curses.panel.Panel method)</a>
2115
 
  </dt>
2116
 
 
2117
 
      
2118
 
  <dt><a href="library/fl.html#fl.show_choice">show_choice() (in module fl)</a>
2119
 
  </dt>
2120
 
 
2121
 
      
2122
 
  <dt><a href="distutils/apiref.html#distutils.ccompiler.show_compilers">show_compilers() (in module distutils.ccompiler)</a>
2123
 
  </dt>
2124
 
 
2125
 
      
2126
 
  <dt><a href="library/fl.html#fl.show_file_selector">show_file_selector() (in module fl)</a>
2127
 
  </dt>
2128
 
 
2129
 
      
2130
 
  <dt><a href="library/fl.html#fl.form.show_form">show_form() (fl.form method)</a>
2131
 
  </dt>
2132
 
 
2133
 
      
2134
 
  <dt><a href="library/fl.html#fl.show_input">show_input() (in module fl)</a>
2135
 
  </dt>
2136
 
 
2137
 
      
2138
 
  <dt><a href="library/fl.html#fl.show_message">show_message() (in module fl)</a>
2139
 
  </dt>
2140
 
 
2141
 
      
2142
 
  <dt><a href="library/fl.html#fl.show_question">show_question() (in module fl)</a>
2143
 
  </dt>
2144
 
 
2145
 
  </dl></td>
2146
 
  <td style="width: 33%" valign="top"><dl>
2147
 
      
2148
 
  <dt><a href="library/code.html#code.InteractiveInterpreter.showsyntaxerror">showsyntaxerror() (code.InteractiveInterpreter method)</a>
2149
 
  </dt>
2150
 
 
2151
 
      
2152
 
  <dt><a href="library/code.html#code.InteractiveInterpreter.showtraceback">showtraceback() (code.InteractiveInterpreter method)</a>
2153
 
  </dt>
2154
 
 
2155
 
      
2156
 
  <dt><a href="library/turtle.html#turtle.showturtle">showturtle() (in module turtle)</a>
2157
 
  </dt>
2158
 
 
2159
 
      
2160
 
  <dt><a href="library/warnings.html#warnings.showwarning">showwarning() (in module warnings)</a>
2161
 
  </dt>
2162
 
 
2163
 
      
2164
 
  <dt><a href="library/random.html#random.shuffle">shuffle() (in module random)</a>
2165
 
  </dt>
2166
 
 
2167
 
      
2168
 
  <dt><a href="library/imaplib.html#imaplib.IMAP4.shutdown">shutdown() (imaplib.IMAP4 method)</a>
2169
 
  </dt>
2170
 
 
2171
 
      <dd><dl>
2172
 
        
2173
 
  <dt><a href="library/socketserver.html#SocketServer.BaseServer.shutdown">(SocketServer.BaseServer method)</a>
2174
 
  </dt>
2175
 
 
2176
 
        
2177
 
  <dt><a href="library/macostools.html#findertools.shutdown">(in module findertools)</a>
2178
 
  </dt>
2179
 
 
2180
 
        
2181
 
  <dt><a href="library/logging.html#logging.shutdown">(in module logging)</a>
2182
 
  </dt>
2183
 
 
2184
 
        
2185
 
  <dt><a href="library/multiprocessing.html#multiprocessing.managers.BaseManager.shutdown">(multiprocessing.managers.BaseManager method)</a>
2186
 
  </dt>
2187
 
 
2188
 
        
2189
 
  <dt><a href="library/socket.html#socket.socket.shutdown">(socket.socket method)</a>
2190
 
  </dt>
2191
 
 
2192
 
      </dl></dd>
2193
 
      
2194
 
  <dt><a href="library/shutil.html#module-shutil">shutil (module)</a>
2195
 
  </dt>
2196
 
 
2197
 
      
2198
 
  <dt><a href="library/signal.html#signal.SIG_DFL">SIG_DFL (in module signal)</a>
2199
 
  </dt>
2200
 
 
2201
 
      
2202
 
  <dt><a href="library/signal.html#signal.SIG_IGN">SIG_IGN (in module signal)</a>
2203
 
  </dt>
2204
 
 
2205
 
      
2206
 
  <dt><a href="c-api/exceptions.html#index-2">SIGINT</a>, <a href="c-api/exceptions.html#index-3">[1]</a>
2207
 
  </dt>
2208
 
 
2209
 
      
2210
 
  <dt><a href="library/signal.html#signal.siginterrupt">siginterrupt() (in module signal)</a>
2211
 
  </dt>
2212
 
 
2213
 
      
2214
 
  <dt>
2215
 
    signal
2216
 
  </dt>
2217
 
 
2218
 
      <dd><dl>
2219
 
        
2220
 
  <dt><a href="library/thread.html#index-2">module</a>, <a href="c-api/exceptions.html#index-2">[1]</a>
2221
 
  </dt>
2222
 
 
2223
 
      </dl></dd>
2224
 
      
2225
 
  <dt><a href="library/signal.html#module-signal">signal (module)</a>
2226
 
  </dt>
2227
 
 
2228
 
      
2229
 
  <dt><a href="library/signal.html#signal.signal">signal() (in module signal)</a>
2230
 
  </dt>
2231
 
 
2232
 
      
2233
 
  <dt>
2234
 
    simple
2235
 
  </dt>
2236
 
 
2237
 
      <dd><dl>
2238
 
        
2239
 
  <dt><a href="reference/simple_stmts.html#index-0">statement</a>
2240
 
  </dt>
2241
 
 
2242
 
      </dl></dd>
2243
 
      
2244
 
  <dt><a href="library/smtplib.html#index-0">Simple Mail Transfer Protocol</a>
2245
 
  </dt>
2246
 
 
2247
 
      
2248
 
  <dt><a href="library/cookie.html#Cookie.SimpleCookie">SimpleCookie (class in Cookie)</a>
2249
 
  </dt>
2250
 
 
2251
 
      
2252
 
  <dt><a href="library/warnings.html#warnings.simplefilter">simplefilter() (in module warnings)</a>
2253
 
  </dt>
2254
 
 
2255
 
      
2256
 
  <dt><a href="library/wsgiref.html#wsgiref.handlers.SimpleHandler">SimpleHandler (class in wsgiref.handlers)</a>
2257
 
  </dt>
2258
 
 
2259
 
      
2260
 
  <dt><a href="library/simplehttpserver.html#SimpleHTTPServer.SimpleHTTPRequestHandler">SimpleHTTPRequestHandler (class in SimpleHTTPServer)</a>
2261
 
  </dt>
2262
 
 
2263
 
      
2264
 
  <dt>
2265
 
    SimpleHTTPServer
2266
 
  </dt>
2267
 
 
2268
 
      <dd><dl>
2269
 
        
2270
 
  <dt><a href="library/basehttpserver.html#index-0">module</a>
2271
 
  </dt>
2272
 
 
2273
 
      </dl></dd>
2274
 
      
2275
 
  <dt><a href="library/simplehttpserver.html#module-SimpleHTTPServer">SimpleHTTPServer (module)</a>
2276
 
  </dt>
2277
 
 
2278
 
      
2279
 
  <dt><a href="library/simplexmlrpcserver.html#SimpleXMLRPCServer.SimpleXMLRPCRequestHandler">SimpleXMLRPCRequestHandler (class in SimpleXMLRPCServer)</a>
2280
 
  </dt>
2281
 
 
2282
 
      
2283
 
  <dt><a href="library/simplexmlrpcserver.html#SimpleXMLRPCServer.SimpleXMLRPCServer">SimpleXMLRPCServer (class in SimpleXMLRPCServer)</a>
2284
 
  </dt>
2285
 
 
2286
 
      <dd><dl>
2287
 
        
2288
 
  <dt><a href="library/simplexmlrpcserver.html#module-SimpleXMLRPCServer">(module)</a>
2289
 
  </dt>
2290
 
 
2291
 
      </dl></dd>
2292
 
      
2293
 
  <dt><a href="library/cmath.html#cmath.sin">sin() (in module cmath)</a>
2294
 
  </dt>
2295
 
 
2296
 
      <dd><dl>
2297
 
        
2298
 
  <dt><a href="library/math.html#math.sin">(in module math)</a>
2299
 
  </dt>
2300
 
 
2301
 
      </dl></dd>
2302
 
      
2303
 
  <dt>
2304
 
    singleton
2305
 
  </dt>
2306
 
 
2307
 
      <dd><dl>
2308
 
        
2309
 
  <dt><a href="reference/datamodel.html#index-24">tuple</a>
2310
 
  </dt>
2311
 
 
2312
 
      </dl></dd>
2313
 
      
2314
 
  <dt><a href="library/cmath.html#cmath.sinh">sinh() (in module cmath)</a>
2315
 
  </dt>
2316
 
 
2317
 
      <dd><dl>
2318
 
        
2319
 
  <dt><a href="library/math.html#math.sinh">(in module math)</a>
2320
 
  </dt>
2321
 
 
2322
 
      </dl></dd>
2323
 
      
2324
 
  <dt><a href="library/site.html#module-site">site (module)</a>
2325
 
  </dt>
2326
 
 
2327
 
      
2328
 
  <dt>
2329
 
    site command line option
2330
 
  </dt>
2331
 
 
2332
 
      <dd><dl>
2333
 
        
2334
 
  <dt><a href="library/site.html#cmdoption-site--user-base">--user-base</a>
2335
 
  </dt>
2336
 
 
2337
 
        
2338
 
  <dt><a href="library/site.html#cmdoption-site--user-site">--user-site</a>
2339
 
  </dt>
2340
 
 
2341
 
      </dl></dd>
2342
 
      
2343
 
  <dt>
2344
 
    site-packages
2345
 
  </dt>
2346
 
 
2347
 
      <dd><dl>
2348
 
        
2349
 
  <dt><a href="library/site.html#index-1">directory</a>
2350
 
  </dt>
2351
 
 
2352
 
      </dl></dd>
2353
 
      
2354
 
  <dt>
2355
 
    site-python
2356
 
  </dt>
2357
 
 
2358
 
      <dd><dl>
2359
 
        
2360
 
  <dt><a href="library/site.html#index-1">directory</a>
2361
 
  </dt>
2362
 
 
2363
 
      </dl></dd>
2364
 
      
2365
 
  <dt>
2366
 
    sitecustomize
2367
 
  </dt>
2368
 
 
2369
 
      <dd><dl>
2370
 
        
2371
 
  <dt><a href="library/site.html#index-3">module</a>
2372
 
  </dt>
2373
 
 
2374
 
      </dl></dd>
2375
 
      
2376
 
  <dt><a href="library/struct.html#struct.Struct.size">size (struct.Struct attribute)</a>
2377
 
  </dt>
2378
 
 
2379
 
      <dd><dl>
2380
 
        
2381
 
  <dt><a href="library/tarfile.html#tarfile.TarInfo.size">(tarfile.TarInfo attribute)</a>
2382
 
  </dt>
2383
 
 
2384
 
      </dl></dd>
2385
 
      
2386
 
  <dt><a href="library/ftplib.html#ftplib.FTP.size">size() (ftplib.FTP method)</a>
2387
 
  </dt>
2388
 
 
2389
 
      <dd><dl>
2390
 
        
2391
 
  <dt><a href="library/mmap.html#mmap.mmap.size">(mmap.mmap method)</a>
2392
 
  </dt>
2393
 
 
2394
 
      </dl></dd>
2395
 
      
2396
 
  <dt><a href="library/collections.html#collections.Sized">Sized (class in collections)</a>
2397
 
  </dt>
2398
 
 
2399
 
      
2400
 
  <dt><a href="library/ctypes.html#ctypes.sizeof">sizeof() (in module ctypes)</a>
2401
 
  </dt>
2402
 
 
2403
 
      
2404
 
  <dt><a href="library/doctest.html#doctest.SKIP">SKIP (in module doctest)</a>
2405
 
  </dt>
2406
 
 
2407
 
      
2408
 
  <dt><a href="library/chunk.html#chunk.Chunk.skip">skip() (chunk.Chunk method)</a>
2409
 
  </dt>
2410
 
 
2411
 
      <dd><dl>
2412
 
        
2413
 
  <dt><a href="library/unittest.html#unittest.skip">(in module unittest)</a>
2414
 
  </dt>
2415
 
 
2416
 
      </dl></dd>
2417
 
      
2418
 
  <dt><a href="library/unittest.html#unittest.skipIf">skipIf() (in module unittest)</a>
2419
 
  </dt>
2420
 
 
2421
 
      
2422
 
  <dt><a href="library/csv.html#csv.Dialect.skipinitialspace">skipinitialspace (csv.Dialect attribute)</a>
2423
 
  </dt>
2424
 
 
2425
 
      
2426
 
  <dt><a href="library/unittest.html#unittest.TestResult.skipped">skipped (unittest.TestResult attribute)</a>
2427
 
  </dt>
2428
 
 
2429
 
      
2430
 
  <dt><a href="library/xml.sax.handler.html#xml.sax.handler.ContentHandler.skippedEntity">skippedEntity() (xml.sax.handler.ContentHandler method)</a>
2431
 
  </dt>
2432
 
 
2433
 
      
2434
 
  <dt><a href="library/unittest.html#unittest.SkipTest">SkipTest</a>
2435
 
  </dt>
2436
 
 
2437
 
      
2438
 
  <dt><a href="library/unittest.html#unittest.TestCase.skipTest">skipTest() (unittest.TestCase method)</a>
2439
 
  </dt>
2440
 
 
2441
 
      
2442
 
  <dt><a href="library/unittest.html#unittest.skipUnless">skipUnless() (in module unittest)</a>
2443
 
  </dt>
2444
 
 
2445
 
      
2446
 
  <dt><a href="library/token.html#token.SLASH">SLASH (in module token)</a>
2447
 
  </dt>
2448
 
 
2449
 
      
2450
 
  <dt><a href="library/token.html#token.SLASHEQUAL">SLASHEQUAL (in module token)</a>
2451
 
  </dt>
2452
 
 
2453
 
      
2454
 
  <dt><a href="library/nntplib.html#nntplib.NNTP.slave">slave() (nntplib.NNTP method)</a>
2455
 
  </dt>
2456
 
 
2457
 
      
2458
 
  <dt><a href="library/macostools.html#findertools.sleep">sleep() (in module findertools)</a>
2459
 
  </dt>
2460
 
 
2461
 
      <dd><dl>
2462
 
        
2463
 
  <dt><a href="library/time.html#time.sleep">(in module time)</a>
2464
 
  </dt>
2465
 
 
2466
 
      </dl></dd>
2467
 
      
2468
 
  <dt><a href="reference/expressions.html#index-34">slice</a>, <a href="glossary.html#term-slice"><strong>[1]</strong></a>
2469
 
  </dt>
2470
 
 
2471
 
      <dd><dl>
2472
 
        
2473
 
  <dt><a href="library/stdtypes.html#index-30">assignment</a>
2474
 
  </dt>
2475
 
 
2476
 
        
2477
 
  <dt><a href="reference/datamodel.html#index-69">built-in function</a>, <a href="library/dis.html#index-0">[1]</a>, <a href="library/types.html#index-3">[2]</a>
2478
 
  </dt>
2479
 
 
2480
 
        
2481
 
  <dt><a href="reference/datamodel.html#index-89">object</a>
2482
 
  </dt>
2483
 
 
2484
 
        
2485
 
  <dt><a href="library/stdtypes.html#index-22">operation</a>
2486
 
  </dt>
2487
 
 
2488
 
      </dl></dd>
2489
 
      
2490
 
  <dt><a href="library/functions.html#slice">slice (built-in class)</a>
2491
 
  </dt>
2492
 
 
2493
 
      
2494
 
  <dt><a href="library/dis.html#opcode-SLICE+0">SLICE+0 (opcode)</a>
2495
 
  </dt>
2496
 
 
2497
 
      
2498
 
  <dt><a href="library/dis.html#opcode-SLICE+1">SLICE+1 (opcode)</a>
2499
 
  </dt>
2500
 
 
2501
 
      
2502
 
  <dt><a href="library/dis.html#opcode-SLICE+2">SLICE+2 (opcode)</a>
2503
 
  </dt>
2504
 
 
2505
 
      
2506
 
  <dt><a href="library/dis.html#opcode-SLICE+3">SLICE+3 (opcode)</a>
2507
 
  </dt>
2508
 
 
2509
 
      
2510
 
  <dt><a href="c-api/slice.html#index-0">SliceType (in module types)</a>, <a href="library/types.html#types.SliceType">[1]</a>
2511
 
  </dt>
2512
 
 
2513
 
      
2514
 
  <dt><a href="reference/datamodel.html#index-18">slicing</a>, <a href="reference/datamodel.html#index-25">[1]</a>, <a href="reference/expressions.html#index-34">[2]</a>
2515
 
  </dt>
2516
 
 
2517
 
      <dd><dl>
2518
 
        
2519
 
  <dt><a href="reference/simple_stmts.html#index-13">assignment</a>
2520
 
  </dt>
2521
 
 
2522
 
        
2523
 
  <dt><a href="reference/expressions.html#index-36">extended</a>
2524
 
  </dt>
2525
 
 
2526
 
      </dl></dd>
2527
 
      
2528
 
  <dt><a href="library/cookie.html#Cookie.SmartCookie">SmartCookie (class in Cookie)</a>
2529
 
  </dt>
2530
 
 
2531
 
      
2532
 
  <dt>
2533
 
    SMTP
2534
 
  </dt>
2535
 
 
2536
 
      <dd><dl>
2537
 
        
2538
 
  <dt><a href="library/smtplib.html#index-0">protocol</a>
2539
 
  </dt>
2540
 
 
2541
 
      </dl></dd>
2542
 
      
2543
 
  <dt><a href="library/smtplib.html#smtplib.SMTP">SMTP (class in smtplib)</a>
2544
 
  </dt>
2545
 
 
2546
 
      
2547
 
  <dt><a href="library/smtplib.html#smtplib.SMTP_SSL">SMTP_SSL (class in smtplib)</a>
2548
 
  </dt>
2549
 
 
2550
 
      
2551
 
  <dt><a href="library/smtplib.html#smtplib.SMTPAuthenticationError">SMTPAuthenticationError</a>
2552
 
  </dt>
2553
 
 
2554
 
      
2555
 
  <dt><a href="library/smtplib.html#smtplib.SMTPConnectError">SMTPConnectError</a>
2556
 
  </dt>
2557
 
 
2558
 
      
2559
 
  <dt><a href="library/smtpd.html#module-smtpd">smtpd (module)</a>
2560
 
  </dt>
2561
 
 
2562
 
      
2563
 
  <dt><a href="library/smtplib.html#smtplib.SMTPDataError">SMTPDataError</a>
2564
 
  </dt>
2565
 
 
2566
 
      
2567
 
  <dt><a href="library/smtplib.html#smtplib.SMTPException">SMTPException</a>
2568
 
  </dt>
2569
 
 
2570
 
      
2571
 
  <dt><a href="library/logging.handlers.html#logging.handlers.SMTPHandler">SMTPHandler (class in logging.handlers)</a>
2572
 
  </dt>
2573
 
 
2574
 
      
2575
 
  <dt><a href="library/smtplib.html#smtplib.SMTPHeloError">SMTPHeloError</a>
2576
 
  </dt>
2577
 
 
2578
 
      
2579
 
  <dt><a href="library/smtplib.html#module-smtplib">smtplib (module)</a>
2580
 
  </dt>
2581
 
 
2582
 
      
2583
 
  <dt><a href="library/smtplib.html#smtplib.SMTPRecipientsRefused">SMTPRecipientsRefused</a>
2584
 
  </dt>
2585
 
 
2586
 
      
2587
 
  <dt><a href="library/smtplib.html#smtplib.SMTPResponseException">SMTPResponseException</a>
2588
 
  </dt>
2589
 
 
2590
 
      
2591
 
  <dt><a href="library/smtplib.html#smtplib.SMTPSenderRefused">SMTPSenderRefused</a>
2592
 
  </dt>
2593
 
 
2594
 
      
2595
 
  <dt><a href="library/smtpd.html#smtpd.SMTPServer">SMTPServer (class in smtpd)</a>
2596
 
  </dt>
2597
 
 
2598
 
      
2599
 
  <dt><a href="library/smtplib.html#smtplib.SMTPServerDisconnected">SMTPServerDisconnected</a>
2600
 
  </dt>
2601
 
 
2602
 
      
2603
 
  <dt><a href="library/winsound.html#winsound.SND_ALIAS">SND_ALIAS (in module winsound)</a>
2604
 
  </dt>
2605
 
 
2606
 
      
2607
 
  <dt><a href="library/winsound.html#winsound.SND_ASYNC">SND_ASYNC (in module winsound)</a>
2608
 
  </dt>
2609
 
 
2610
 
      
2611
 
  <dt><a href="library/winsound.html#winsound.SND_FILENAME">SND_FILENAME (in module winsound)</a>
2612
 
  </dt>
2613
 
 
2614
 
      
2615
 
  <dt><a href="library/winsound.html#winsound.SND_LOOP">SND_LOOP (in module winsound)</a>
2616
 
  </dt>
2617
 
 
2618
 
      
2619
 
  <dt><a href="library/winsound.html#winsound.SND_MEMORY">SND_MEMORY (in module winsound)</a>
2620
 
  </dt>
2621
 
 
2622
 
      
2623
 
  <dt><a href="library/winsound.html#winsound.SND_NODEFAULT">SND_NODEFAULT (in module winsound)</a>
2624
 
  </dt>
2625
 
 
2626
 
      
2627
 
  <dt><a href="library/winsound.html#winsound.SND_NOSTOP">SND_NOSTOP (in module winsound)</a>
2628
 
  </dt>
2629
 
 
2630
 
      
2631
 
  <dt><a href="library/winsound.html#winsound.SND_NOWAIT">SND_NOWAIT (in module winsound)</a>
2632
 
  </dt>
2633
 
 
2634
 
      
2635
 
  <dt><a href="library/winsound.html#winsound.SND_PURGE">SND_PURGE (in module winsound)</a>
2636
 
  </dt>
2637
 
 
2638
 
      
2639
 
  <dt><a href="library/sndhdr.html#module-sndhdr">sndhdr (module)</a>
2640
 
  </dt>
2641
 
 
2642
 
      
2643
 
  <dt><a href="library/csv.html#csv.Sniffer.sniff">sniff() (csv.Sniffer method)</a>
2644
 
  </dt>
2645
 
 
2646
 
      
2647
 
  <dt><a href="library/csv.html#csv.Sniffer">Sniffer (class in csv)</a>
2648
 
  </dt>
2649
 
 
2650
 
      
2651
 
  <dt><a href="library/socket.html#socket.SOCK_DGRAM">SOCK_DGRAM (in module socket)</a>
2652
 
  </dt>
2653
 
 
2654
 
      
2655
 
  <dt><a href="library/socket.html#socket.SOCK_RAW">SOCK_RAW (in module socket)</a>
2656
 
  </dt>
2657
 
 
2658
 
      
2659
 
  <dt><a href="library/socket.html#socket.SOCK_RDM">SOCK_RDM (in module socket)</a>
2660
 
  </dt>
2661
 
 
2662
 
      
2663
 
  <dt><a href="library/socket.html#socket.SOCK_SEQPACKET">SOCK_SEQPACKET (in module socket)</a>
2664
 
  </dt>
2665
 
 
2666
 
      
2667
 
  <dt><a href="library/socket.html#socket.SOCK_STREAM">SOCK_STREAM (in module socket)</a>
2668
 
  </dt>
2669
 
 
2670
 
      
2671
 
  <dt>
2672
 
    socket
2673
 
  </dt>
2674
 
 
2675
 
      <dd><dl>
2676
 
        
2677
 
  <dt><a href="library/internet.html#index-1">module</a>, <a href="library/stdtypes.html#index-34">[1]</a>
2678
 
  </dt>
2679
 
 
2680
 
        
2681
 
  <dt><a href="library/socket.html#index-1">object</a>
2682
 
  </dt>
2683
 
 
2684
 
      </dl></dd>
2685
 
      
2686
 
  <dt><a href="library/socket.html#module-socket">socket (module)</a>
2687
 
  </dt>
2688
 
 
2689
 
      <dd><dl>
2690
 
        
2691
 
  <dt><a href="library/socketserver.html#SocketServer.BaseServer.socket">(SocketServer.BaseServer attribute)</a>
2692
 
  </dt>
2693
 
 
2694
 
      </dl></dd>
2695
 
      
2696
 
  <dt><a href="library/imaplib.html#imaplib.IMAP4.socket">socket() (imaplib.IMAP4 method)</a>
2697
 
  </dt>
2698
 
 
2699
 
      <dd><dl>
2700
 
        
2701
 
  <dt><a href="library/socket.html#socket.socket">(in module socket)</a>, <a href="library/select.html#index-0">[1]</a>
2702
 
  </dt>
2703
 
 
2704
 
      </dl></dd>
2705
 
      
2706
 
  <dt><a href="library/socketserver.html#SocketServer.BaseServer.socket_type">socket_type (SocketServer.BaseServer attribute)</a>
2707
 
  </dt>
2708
 
 
2709
 
      
2710
 
  <dt><a href="library/logging.handlers.html#logging.handlers.SocketHandler">SocketHandler (class in logging.handlers)</a>
2711
 
  </dt>
2712
 
 
2713
 
      
2714
 
  <dt><a href="library/socket.html#socket.socketpair">socketpair() (in module socket)</a>
2715
 
  </dt>
2716
 
 
2717
 
      
2718
 
  <dt><a href="library/socketserver.html#module-SocketServer">SocketServer (module)</a>
2719
 
  </dt>
2720
 
 
2721
 
      
2722
 
  <dt><a href="library/socket.html#socket.SocketType">SocketType (in module socket)</a>
2723
 
  </dt>
2724
 
 
2725
 
      
2726
 
  <dt><a href="c-api/file.html#index-5">softspace (file attribute)</a>, <a href="library/stdtypes.html#file.softspace">[1]</a>
2727
 
  </dt>
2728
 
 
2729
 
      
2730
 
  <dt><a href="library/socket.html#socket.SOMAXCONN">SOMAXCONN (in module socket)</a>
2731
 
  </dt>
2732
 
 
2733
 
      
2734
 
  <dt><a href="library/imaplib.html#imaplib.IMAP4.sort">sort() (imaplib.IMAP4 method)</a>
2735
 
  </dt>
2736
 
 
2737
 
      <dd><dl>
2738
 
        
2739
 
  <dt><a href="library/stdtypes.html#index-30">(list method)</a>
2740
 
  </dt>
2741
 
 
2742
 
      </dl></dd>
2743
 
      
2744
 
  <dt><a href="library/profile.html#pstats.Stats.sort_stats">sort_stats() (pstats.Stats method)</a>
2745
 
  </dt>
2746
 
 
2747
 
      
2748
 
  <dt><a href="library/functions.html#sorted">sorted() (built-in function)</a>
2749
 
  </dt>
2750
 
 
2751
 
      
2752
 
  <dt><a href="library/unittest.html#unittest.TestLoader.sortTestMethodsUsing">sortTestMethodsUsing (unittest.TestLoader attribute)</a>
2753
 
  </dt>
2754
 
 
2755
 
      
2756
 
  <dt><a href="library/doctest.html#doctest.Example.source">source (doctest.Example attribute)</a>
2757
 
  </dt>
2758
 
 
2759
 
      <dd><dl>
2760
 
        
2761
 
  <dt><a href="library/shlex.html#shlex.shlex.source">(shlex.shlex attribute)</a>
2762
 
  </dt>
2763
 
 
2764
 
      </dl></dd>
2765
 
      
2766
 
  <dt><a href="reference/lexical_analysis.html#index-4">source character set</a>
2767
 
  </dt>
2768
 
 
2769
 
      
2770
 
  <dt><a href="library/shlex.html#shlex.shlex.sourcehook">sourcehook() (shlex.shlex method)</a>
2771
 
  </dt>
2772
 
 
2773
 
      
2774
 
  <dt><a href="reference/lexical_analysis.html#index-7">space</a>
2775
 
  </dt>
2776
 
 
2777
 
      
2778
 
  <dt><a href="library/re.html#re.MatchObject.span">span() (re.MatchObject method)</a>
2779
 
  </dt>
2780
 
 
2781
 
      
2782
 
  <dt><a href="distutils/apiref.html#distutils.ccompiler.CCompiler.spawn">spawn() (distutils.ccompiler.CCompiler method)</a>
2783
 
  </dt>
2784
 
 
2785
 
      <dd><dl>
2786
 
        
2787
 
  <dt><a href="library/pty.html#pty.spawn">(in module pty)</a>
2788
 
  </dt>
2789
 
 
2790
 
      </dl></dd>
2791
 
      
2792
 
  <dt><a href="library/os.html#os.spawnl">spawnl() (in module os)</a>
2793
 
  </dt>
2794
 
 
2795
 
      
2796
 
  <dt><a href="library/os.html#os.spawnle">spawnle() (in module os)</a>
2797
 
  </dt>
2798
 
 
2799
 
      
2800
 
  <dt><a href="library/os.html#os.spawnlp">spawnlp() (in module os)</a>
2801
 
  </dt>
2802
 
 
2803
 
      
2804
 
  <dt><a href="library/os.html#os.spawnlpe">spawnlpe() (in module os)</a>
2805
 
  </dt>
2806
 
 
2807
 
      
2808
 
  <dt><a href="library/os.html#os.spawnv">spawnv() (in module os)</a>
2809
 
  </dt>
2810
 
 
2811
 
      
2812
 
  <dt><a href="library/os.html#os.spawnve">spawnve() (in module os)</a>
2813
 
  </dt>
2814
 
 
2815
 
      
2816
 
  <dt><a href="library/os.html#os.spawnvp">spawnvp() (in module os)</a>
2817
 
  </dt>
2818
 
 
2819
 
      
2820
 
  <dt><a href="library/os.html#os.spawnvpe">spawnvpe() (in module os)</a>
2821
 
  </dt>
2822
 
 
2823
 
      
2824
 
  <dt>
2825
 
    special
2826
 
  </dt>
2827
 
 
2828
 
      <dd><dl>
2829
 
        
2830
 
  <dt><a href="reference/datamodel.html#index-5">attribute</a>
2831
 
  </dt>
2832
 
 
2833
 
        
2834
 
  <dt><a href="reference/datamodel.html#index-5">attribute, generic</a>
2835
 
  </dt>
2836
 
 
2837
 
      </dl></dd>
2838
 
      
2839
 
  <dt><a href="glossary.html#term-special-method"><strong>special method</strong></a>
2840
 
  </dt>
2841
 
 
2842
 
      
2843
 
  <dt><a href="library/pyexpat.html#xml.parsers.expat.xmlparser.specified_attributes">specified_attributes (xml.parsers.expat.xmlparser attribute)</a>
2844
 
  </dt>
2845
 
 
2846
 
      
2847
 
  <dt><a href="library/turtle.html#turtle.speed">speed() (in module turtle)</a>
2848
 
  </dt>
2849
 
 
2850
 
      <dd><dl>
2851
 
        
2852
 
  <dt><a href="library/ossaudiodev.html#ossaudiodev.oss_audio_device.speed">(ossaudiodev.oss_audio_device method)</a>
2853
 
  </dt>
2854
 
 
2855
 
      </dl></dd>
2856
 
      
2857
 
  <dt><a href="library/macos.html#MacOS.splash">splash() (in module MacOS)</a>
2858
 
  </dt>
2859
 
 
2860
 
      
2861
 
  <dt><a href="library/os.path.html#os.path.split">split() (in module os.path)</a>
2862
 
  </dt>
2863
 
 
2864
 
      <dd><dl>
2865
 
        
2866
 
  <dt><a href="library/re.html#re.split">(in module re)</a>
2867
 
  </dt>
2868
 
 
2869
 
        
2870
 
  <dt><a href="library/shlex.html#shlex.split">(in module shlex)</a>
2871
 
  </dt>
2872
 
 
2873
 
        
2874
 
  <dt><a href="library/string.html#string.split">(in module string)</a>
2875
 
  </dt>
2876
 
 
2877
 
        
2878
 
  <dt><a href="library/re.html#re.RegexObject.split">(re.RegexObject method)</a>
2879
 
  </dt>
2880
 
 
2881
 
        
2882
 
  <dt><a href="library/stdtypes.html#str.split">(str method)</a>
2883
 
  </dt>
2884
 
 
2885
 
      </dl></dd>
2886
 
      
2887
 
  <dt><a href="distutils/apiref.html#distutils.util.split_quoted">split_quoted() (in module distutils.util)</a>
2888
 
  </dt>
2889
 
 
2890
 
      
2891
 
  <dt><a href="library/os.path.html#os.path.splitdrive">splitdrive() (in module os.path)</a>
2892
 
  </dt>
2893
 
 
2894
 
      
2895
 
  <dt><a href="library/os.path.html#os.path.splitext">splitext() (in module os.path)</a>
2896
 
  </dt>
2897
 
 
2898
 
      
2899
 
  <dt><a href="library/string.html#string.splitfields">splitfields() (in module string)</a>
2900
 
  </dt>
2901
 
 
2902
 
      
2903
 
  <dt><a href="library/stdtypes.html#str.splitlines">splitlines() (str method)</a>
2904
 
  </dt>
2905
 
 
2906
 
      
2907
 
  <dt><a href="library/urlparse.html#urlparse.SplitResult">SplitResult (class in urlparse)</a>
2908
 
  </dt>
2909
 
 
2910
 
      
2911
 
  <dt><a href="library/os.path.html#os.path.splitunc">splitunc() (in module os.path)</a>
2912
 
  </dt>
2913
 
 
2914
 
      
2915
 
  <dt><a href="library/tempfile.html#tempfile.SpooledTemporaryFile">SpooledTemporaryFile() (in module tempfile)</a>
2916
 
  </dt>
2917
 
 
2918
 
      
2919
 
  <dt><a href="library/stdtypes.html#index-25">sprintf-style formatting</a>
2920
 
  </dt>
2921
 
 
2922
 
      
2923
 
  <dt><a href="library/spwd.html#module-spwd">spwd (module)</a>
2924
 
  </dt>
2925
 
 
2926
 
      
2927
 
  <dt><a href="library/sqlite3.html#module-sqlite3">sqlite3 (module)</a>
2928
 
  </dt>
2929
 
 
2930
 
      
2931
 
  <dt><a href="library/sqlite3.html#sqlite3.sqlite_version">sqlite_version (in module sqlite3)</a>
2932
 
  </dt>
2933
 
 
2934
 
      
2935
 
  <dt><a href="library/sqlite3.html#sqlite3.sqlite_version_info">sqlite_version_info (in module sqlite3)</a>
2936
 
  </dt>
2937
 
 
2938
 
      
2939
 
  <dt><a href="library/decimal.html#decimal.Context.sqrt">sqrt() (decimal.Context method)</a>
2940
 
  </dt>
2941
 
 
2942
 
      <dd><dl>
2943
 
        
2944
 
  <dt><a href="library/decimal.html#decimal.Decimal.sqrt">(decimal.Decimal method)</a>
2945
 
  </dt>
2946
 
 
2947
 
        
2948
 
  <dt><a href="library/cmath.html#cmath.sqrt">(in module cmath)</a>
2949
 
  </dt>
2950
 
 
2951
 
        
2952
 
  <dt><a href="library/math.html#math.sqrt">(in module math)</a>
2953
 
  </dt>
2954
 
 
2955
 
      </dl></dd>
2956
 
      
2957
 
  <dt><a href="library/ssl.html#index-1">SSL</a>
2958
 
  </dt>
2959
 
 
2960
 
      
2961
 
  <dt><a href="library/ssl.html#module-ssl">ssl (module)</a>
2962
 
  </dt>
2963
 
 
2964
 
      
2965
 
  <dt><a href="library/imaplib.html#imaplib.IMAP4_SSL.ssl">ssl() (imaplib.IMAP4_SSL method)</a>
2966
 
  </dt>
2967
 
 
2968
 
      
2969
 
  <dt><a href="library/ftplib.html#ftplib.FTP_TLS.ssl_version">ssl_version (ftplib.FTP_TLS attribute)</a>
2970
 
  </dt>
2971
 
 
2972
 
      
2973
 
  <dt><a href="library/ssl.html#ssl.SSLContext">SSLContext (class in ssl)</a>
2974
 
  </dt>
2975
 
 
2976
 
      
2977
 
  <dt><a href="library/ssl.html#ssl.SSLEOFError">SSLEOFError</a>
2978
 
  </dt>
2979
 
 
2980
 
      
2981
 
  <dt><a href="library/ssl.html#ssl.SSLError">SSLError</a>
2982
 
  </dt>
2983
 
 
2984
 
      
2985
 
  <dt><a href="library/ssl.html#ssl.SSLSyscallError">SSLSyscallError</a>
2986
 
  </dt>
2987
 
 
2988
 
      
2989
 
  <dt><a href="library/ssl.html#ssl.SSLWantReadError">SSLWantReadError</a>
2990
 
  </dt>
2991
 
 
2992
 
      
2993
 
  <dt><a href="library/ssl.html#ssl.SSLWantWriteError">SSLWantWriteError</a>
2994
 
  </dt>
2995
 
 
2996
 
      
2997
 
  <dt><a href="library/ssl.html#ssl.SSLZeroReturnError">SSLZeroReturnError</a>
2998
 
  </dt>
2999
 
 
3000
 
      
3001
 
  <dt><a href="library/turtle.html#turtle.st">st() (in module turtle)</a>
3002
 
  </dt>
3003
 
 
3004
 
      
3005
 
  <dt><a href="library/parser.html#parser.st2list">st2list() (in module parser)</a>
3006
 
  </dt>
3007
 
 
3008
 
      
3009
 
  <dt><a href="library/parser.html#parser.st2tuple">st2tuple() (in module parser)</a>
3010
 
  </dt>
3011
 
 
3012
 
      
3013
 
  <dt><a href="library/stat.html#stat.ST_ATIME">ST_ATIME (in module stat)</a>
3014
 
  </dt>
3015
 
 
3016
 
      
3017
 
  <dt><a href="library/stat.html#stat.ST_CTIME">ST_CTIME (in module stat)</a>
3018
 
  </dt>
3019
 
 
3020
 
      
3021
 
  <dt><a href="library/stat.html#stat.ST_DEV">ST_DEV (in module stat)</a>
3022
 
  </dt>
3023
 
 
3024
 
      
3025
 
  <dt><a href="library/stat.html#stat.ST_GID">ST_GID (in module stat)</a>
3026
 
  </dt>
3027
 
 
3028
 
      
3029
 
  <dt><a href="library/stat.html#stat.ST_INO">ST_INO (in module stat)</a>
3030
 
  </dt>
3031
 
 
3032
 
      
3033
 
  <dt><a href="library/stat.html#stat.ST_MODE">ST_MODE (in module stat)</a>
3034
 
  </dt>
3035
 
 
3036
 
      
3037
 
  <dt><a href="library/stat.html#stat.ST_MTIME">ST_MTIME (in module stat)</a>
3038
 
  </dt>
3039
 
 
3040
 
      
3041
 
  <dt><a href="library/stat.html#stat.ST_NLINK">ST_NLINK (in module stat)</a>
3042
 
  </dt>
3043
 
 
3044
 
      
3045
 
  <dt><a href="library/stat.html#stat.ST_SIZE">ST_SIZE (in module stat)</a>
3046
 
  </dt>
3047
 
 
3048
 
      
3049
 
  <dt><a href="library/stat.html#stat.ST_UID">ST_UID (in module stat)</a>
3050
 
  </dt>
3051
 
 
3052
 
      
3053
 
  <dt>
3054
 
    stack
3055
 
  </dt>
3056
 
 
3057
 
      <dd><dl>
3058
 
        
3059
 
  <dt><a href="reference/datamodel.html#index-67">execution</a>
3060
 
  </dt>
3061
 
 
3062
 
        
3063
 
  <dt><a href="reference/datamodel.html#index-67">trace</a>
3064
 
  </dt>
3065
 
 
3066
 
      </dl></dd>
3067
 
      
3068
 
  <dt><a href="library/idle.html#index-3">stack viewer</a>
3069
 
  </dt>
3070
 
 
3071
 
      
3072
 
  <dt><a href="library/inspect.html#inspect.stack">stack() (in module inspect)</a>
3073
 
  </dt>
3074
 
 
3075
 
      
3076
 
  <dt><a href="library/thread.html#thread.stack_size">stack_size() (in module thread)</a>
3077
 
  </dt>
3078
 
 
3079
 
      <dd><dl>
3080
 
        
3081
 
  <dt><a href="library/threading.html#threading.stack_size">(in module threading)</a>
3082
 
  </dt>
3083
 
 
3084
 
      </dl></dd>
3085
 
      
3086
 
  <dt>
3087
 
    stackable
3088
 
  </dt>
3089
 
 
3090
 
      <dd><dl>
3091
 
        
3092
 
  <dt><a href="library/codecs.html#index-0">streams</a>
3093
 
  </dt>
3094
 
 
3095
 
      </dl></dd>
3096
 
      
3097
 
  <dt><a href="library/turtle.html#turtle.stamp">stamp() (in module turtle)</a>
3098
 
  </dt>
3099
 
 
3100
 
      
3101
 
  <dt>
3102
 
    standard
3103
 
  </dt>
3104
 
 
3105
 
      <dd><dl>
3106
 
        
3107
 
  <dt><a href="reference/simple_stmts.html#index-2">output</a>, <a href="reference/simple_stmts.html#index-24">[1]</a>
3108
 
  </dt>
3109
 
 
3110
 
      </dl></dd>
3111
 
      
3112
 
  <dt><a href="reference/lexical_analysis.html#index-15">Standard C</a>
3113
 
  </dt>
3114
 
 
3115
 
      
3116
 
  <dt><a href="reference/toplevel_components.html#index-4">standard input</a>
3117
 
  </dt>
3118
 
 
3119
 
      
3120
 
  <dt><a href="library/base64.html#base64.standard_b64decode">standard_b64decode() (in module base64)</a>
3121
 
  </dt>
3122
 
 
3123
 
      
3124
 
  <dt><a href="library/base64.html#base64.standard_b64encode">standard_b64encode() (in module base64)</a>
3125
 
  </dt>
3126
 
 
3127
 
      
3128
 
  <dt><a href="library/exceptions.html#exceptions.StandardError">StandardError</a>
3129
 
  </dt>
3130
 
 
3131
 
      
3132
 
  <dt><a href="library/2to3.html#2to3fixer-standarderror">standarderror (2to3 fixer)</a>
3133
 
  </dt>
3134
 
 
3135
 
      
3136
 
  <dt><a href="library/curses.html#curses.window.standend">standend() (curses.window method)</a>
3137
 
  </dt>
3138
 
 
3139
 
      
3140
 
  <dt><a href="library/curses.html#curses.window.standout">standout() (curses.window method)</a>
3141
 
  </dt>
3142
 
 
3143
 
      
3144
 
  <dt><a href="library/token.html#token.STAR">STAR (in module token)</a>
3145
 
  </dt>
3146
 
 
3147
 
      
3148
 
  <dt><a href="library/token.html#token.STAREQUAL">STAREQUAL (in module token)</a>
3149
 
  </dt>
3150
 
 
3151
 
      
3152
 
  <dt><a href="library/itertools.html#itertools.starmap">starmap() (in module itertools)</a>
3153
 
  </dt>
3154
 
 
3155
 
      
3156
 
  <dt><a href="library/exceptions.html#exceptions.UnicodeError.start">start (exceptions.UnicodeError attribute)</a>
3157
 
  </dt>
3158
 
 
3159
 
      <dd><dl>
3160
 
        
3161
 
  <dt><a href="reference/datamodel.html#index-70">(slice object attribute)</a>, <a href="reference/expressions.html#index-37">[1]</a>
3162
 
  </dt>
3163
 
 
3164
 
      </dl></dd>
3165
 
      
3166
 
  <dt><a href="library/hotshot.html#hotshot.Profile.start">start() (hotshot.Profile method)</a>
3167
 
  </dt>
3168
 
 
3169
 
      <dd><dl>
3170
 
        
3171
 
  <dt><a href="library/multiprocessing.html#multiprocessing.Process.start">(multiprocessing.Process method)</a>
3172
 
  </dt>
3173
 
 
3174
 
        
3175
 
  <dt><a href="library/multiprocessing.html#multiprocessing.managers.BaseManager.start">(multiprocessing.managers.BaseManager method)</a>
3176
 
  </dt>
3177
 
 
3178
 
        
3179
 
  <dt><a href="library/re.html#re.MatchObject.start">(re.MatchObject method)</a>
3180
 
  </dt>
3181
 
 
3182
 
        
3183
 
  <dt><a href="library/threading.html#threading.Thread.start">(threading.Thread method)</a>
3184
 
  </dt>
3185
 
 
3186
 
        
3187
 
  <dt><a href="library/ttk.html#ttk.Progressbar.start">(ttk.Progressbar method)</a>
3188
 
  </dt>
3189
 
 
3190
 
        
3191
 
  <dt><a href="library/xml.etree.elementtree.html#xml.etree.ElementTree.TreeBuilder.start">(xml.etree.ElementTree.TreeBuilder method)</a>
3192
 
  </dt>
3193
 
 
3194
 
      </dl></dd>
3195
 
      
3196
 
  <dt><a href="library/curses.html#curses.start_color">start_color() (in module curses)</a>
3197
 
  </dt>
3198
 
 
3199
 
      
3200
 
  <dt><a href="library/msilib.html#msilib.Directory.start_component">start_component() (msilib.Directory method)</a>
3201
 
  </dt>
3202
 
 
3203
 
      
3204
 
  <dt><a href="library/thread.html#thread.start_new_thread">start_new_thread() (in module thread)</a>
3205
 
  </dt>
3206
 
 
3207
 
      
3208
 
  <dt><a href="library/mimewriter.html#MimeWriter.MimeWriter.startbody">startbody() (MimeWriter.MimeWriter method)</a>
3209
 
  </dt>
3210
 
 
3211
 
      
3212
 
  <dt><a href="library/pyexpat.html#xml.parsers.expat.xmlparser.StartCdataSectionHandler">StartCdataSectionHandler() (xml.parsers.expat.xmlparser method)</a>
3213
 
  </dt>
3214
 
 
3215
 
      
3216
 
  <dt><a href="library/pyexpat.html#xml.parsers.expat.xmlparser.StartDoctypeDeclHandler">StartDoctypeDeclHandler() (xml.parsers.expat.xmlparser method)</a>
3217
 
  </dt>
3218
 
 
3219
 
      
3220
 
  <dt><a href="library/xml.sax.handler.html#xml.sax.handler.ContentHandler.startDocument">startDocument() (xml.sax.handler.ContentHandler method)</a>
3221
 
  </dt>
3222
 
 
3223
 
      
3224
 
  <dt><a href="library/xml.sax.handler.html#xml.sax.handler.ContentHandler.startElement">startElement() (xml.sax.handler.ContentHandler method)</a>
3225
 
  </dt>
3226
 
 
3227
 
      
3228
 
  <dt><a href="library/pyexpat.html#xml.parsers.expat.xmlparser.StartElementHandler">StartElementHandler() (xml.parsers.expat.xmlparser method)</a>
3229
 
  </dt>
3230
 
 
3231
 
      
3232
 
  <dt><a href="library/xml.sax.handler.html#xml.sax.handler.ContentHandler.startElementNS">startElementNS() (xml.sax.handler.ContentHandler method)</a>
3233
 
  </dt>
3234
 
 
3235
 
      
3236
 
  <dt><a href="library/subprocess.html#subprocess.STARTF_USESHOWWINDOW">STARTF_USESHOWWINDOW (in module subprocess)</a>
3237
 
  </dt>
3238
 
 
3239
 
      
3240
 
  <dt><a href="library/subprocess.html#subprocess.STARTF_USESTDHANDLES">STARTF_USESTDHANDLES (in module subprocess)</a>
3241
 
  </dt>
3242
 
 
3243
 
      
3244
 
  <dt><a href="library/os.html#os.startfile">startfile() (in module os)</a>
3245
 
  </dt>
3246
 
 
3247
 
      
3248
 
  <dt><a href="library/mimewriter.html#MimeWriter.MimeWriter.startmultipartbody">startmultipartbody() (MimeWriter.MimeWriter method)</a>
3249
 
  </dt>
3250
 
 
3251
 
      
3252
 
  <dt><a href="library/pyexpat.html#xml.parsers.expat.xmlparser.StartNamespaceDeclHandler">StartNamespaceDeclHandler() (xml.parsers.expat.xmlparser method)</a>
3253
 
  </dt>
3254
 
 
3255
 
      
3256
 
  <dt><a href="library/xml.sax.handler.html#xml.sax.handler.ContentHandler.startPrefixMapping">startPrefixMapping() (xml.sax.handler.ContentHandler method)</a>
3257
 
  </dt>
3258
 
 
3259
 
      
3260
 
  <dt><a href="library/stdtypes.html#str.startswith">startswith() (str method)</a>
3261
 
  </dt>
3262
 
 
3263
 
      
3264
 
  <dt><a href="library/unittest.html#unittest.TestResult.startTest">startTest() (unittest.TestResult method)</a>
3265
 
  </dt>
3266
 
 
3267
 
      
3268
 
  <dt><a href="library/unittest.html#unittest.TestResult.startTestRun">startTestRun() (unittest.TestResult method)</a>
3269
 
  </dt>
3270
 
 
3271
 
      
3272
 
  <dt><a href="library/smtplib.html#smtplib.SMTP.starttls">starttls() (smtplib.SMTP method)</a>
3273
 
  </dt>
3274
 
 
3275
 
      
3276
 
  <dt><a href="library/subprocess.html#subprocess.STARTUPINFO">STARTUPINFO (class in subprocess)</a>
3277
 
  </dt>
3278
 
 
3279
 
      
3280
 
  <dt>
3281
 
    stat
3282
 
  </dt>
3283
 
 
3284
 
      <dd><dl>
3285
 
        
3286
 
  <dt><a href="library/os.html#index-16">module</a>
3287
 
  </dt>
3288
 
 
3289
 
      </dl></dd>
3290
 
      
3291
 
  <dt><a href="library/stat.html#module-stat">stat (module)</a>
3292
 
  </dt>
3293
 
 
3294
 
      
3295
 
  <dt><a href="library/os.html#os.stat">stat() (in module os)</a>
3296
 
  </dt>
3297
 
 
3298
 
      <dd><dl>
3299
 
        
3300
 
  <dt><a href="library/nntplib.html#nntplib.NNTP.stat">(nntplib.NNTP method)</a>
3301
 
  </dt>
3302
 
 
3303
 
        
3304
 
  <dt><a href="library/poplib.html#poplib.POP3.stat">(poplib.POP3 method)</a>
3305
 
  </dt>
3306
 
 
3307
 
      </dl></dd>
3308
 
      
3309
 
  <dt><a href="library/os.html#os.stat_float_times">stat_float_times() (in module os)</a>
3310
 
  </dt>
3311
 
 
3312
 
      
3313
 
  <dt><a href="library/ttk.html#ttk.Widget.state">state() (ttk.Widget method)</a>
3314
 
  </dt>
3315
 
 
3316
 
      
3317
 
  <dt><a href="glossary.html#term-statement"><strong>statement</strong></a>
3318
 
  </dt>
3319
 
 
3320
 
      <dd><dl>
3321
 
        
3322
 
  <dt><a href="reference/compound_stmts.html#index-21">*</a>, <a href="tutorial/controlflow.html#index-2">[1]</a>
3323
 
  </dt>
3324
 
 
3325
 
        
3326
 
  <dt><a href="reference/compound_stmts.html#index-21">**</a>, <a href="tutorial/controlflow.html#index-3">[1]</a>
3327
 
  </dt>
3328
 
 
3329
 
        
3330
 
  <dt><a href="reference/compound_stmts.html#index-19">@</a>
3331
 
  </dt>
3332
 
 
3333
 
        
3334
 
  <dt><a href="library/exceptions.html#index-2">assert</a>, <a href="reference/simple_stmts.html#index-15">[1]</a>
3335
 
  </dt>
3336
 
 
3337
 
        
3338
 
  <dt><a href="reference/datamodel.html#index-25">assignment</a>, <a href="reference/simple_stmts.html#index-3">[1]</a>
3339
 
  </dt>
3340
 
 
3341
 
        
3342
 
  <dt><a href="reference/simple_stmts.html#index-14">assignment, augmented</a>
3343
 
  </dt>
3344
 
 
3345
 
        
3346
 
  <dt><a href="reference/compound_stmts.html#index-5">break</a>, <a href="reference/compound_stmts.html#index-7">[1]</a>, <a href="reference/compound_stmts.html#index-12">[2]</a>, <a href="reference/compound_stmts.html#index-14">[3]</a>, <a href="reference/simple_stmts.html#index-33">[4]</a>
3347
 
  </dt>
3348
 
 
3349
 
        
3350
 
  <dt><a href="reference/compound_stmts.html#index-23">class</a>
3351
 
  </dt>
3352
 
 
3353
 
        
3354
 
  <dt><a href="reference/compound_stmts.html#index-0">compound</a>
3355
 
  </dt>
3356
 
 
3357
 
        
3358
 
  <dt><a href="reference/compound_stmts.html#index-5">continue</a>, <a href="reference/compound_stmts.html#index-7">[1]</a>, <a href="reference/compound_stmts.html#index-12">[2]</a>, <a href="reference/compound_stmts.html#index-14">[3]</a>, <a href="reference/simple_stmts.html#index-37">[4]</a>
3359
 
  </dt>
3360
 
 
3361
 
        
3362
 
  <dt><a href="reference/compound_stmts.html#index-18">def</a>
3363
 
  </dt>
3364
 
 
3365
 
        
3366
 
  <dt><a href="reference/datamodel.html#index-75">del</a>, <a href="reference/simple_stmts.html#index-18">[1]</a>, <a href="library/stdtypes.html#index-30">[2]</a>, <a href="library/stdtypes.html#index-32">[3]</a>
3367
 
  </dt>
3368
 
 
3369
 
        
3370
 
  <dt><a href="library/exceptions.html#index-0">except</a>
3371
 
  </dt>
3372
 
 
3373
 
        
3374
 
  <dt><a href="reference/simple_stmts.html#index-55">exec</a>, <a href="reference/simple_stmts.html#index-56">[1]</a>, <a href="library/stdtypes.html#index-41">[2]</a>
3375
 
  </dt>
3376
 
 
3377
 
        
3378
 
  <dt><a href="reference/simple_stmts.html#index-1">expression</a>
3379
 
  </dt>
3380
 
 
3381
 
        
3382
 
  <dt><a href="reference/compound_stmts.html#index-6">for</a>, <a href="reference/simple_stmts.html#index-33">[1]</a>, <a href="reference/simple_stmts.html#index-37">[2]</a>, <a href="tutorial/controlflow.html#index-0">[3]</a>, <a href="tutorial/controlflow.html#index-0">[4]</a>
3383
 
  </dt>
3384
 
 
3385
 
        
3386
 
  <dt><a href="reference/executionmodel.html#index-9">from</a>
3387
 
  </dt>
3388
 
 
3389
 
        
3390
 
  <dt><a href="reference/simple_stmts.html#index-52">future</a>
3391
 
  </dt>
3392
 
 
3393
 
        
3394
 
  <dt><a href="reference/simple_stmts.html#index-7">global</a>, <a href="reference/simple_stmts.html#index-19">[1]</a>, <a href="reference/simple_stmts.html#index-54">[2]</a>
3395
 
  </dt>
3396
 
 
3397
 
        
3398
 
  <dt><a href="reference/compound_stmts.html#index-3">if</a>, <a href="library/stdtypes.html#index-2">[1]</a>
3399
 
  </dt>
3400
 
 
3401
 
        
3402
 
  <dt><a href="library/functions.html#index-8">import</a>, <a href="reference/datamodel.html#index-47">[1]</a>, <a href="library/imp.html#index-0">[2]</a>, <a href="reference/simple_stmts.html#index-38">[3]</a>, <a href="library/imputil.html#index-0">[4]</a>
3403
 
  </dt>
3404
 
 
3405
 
        
3406
 
  <dt><a href="reference/compound_stmts.html#index-4">loop</a>, <a href="reference/compound_stmts.html#index-6">[1]</a>, <a href="reference/simple_stmts.html#index-33">[2]</a>, <a href="reference/simple_stmts.html#index-37">[3]</a>
3407
 
  </dt>
3408
 
 
3409
 
        
3410
 
  <dt><a href="reference/simple_stmts.html#index-17">pass</a>
3411
 
  </dt>
3412
 
 
3413
 
        
3414
 
  <dt><a href="reference/datamodel.html#index-78">print</a>, <a href="reference/simple_stmts.html#index-22">[1]</a>, <a href="library/stdtypes.html#index-1">[2]</a>
3415
 
  </dt>
3416
 
 
3417
 
        
3418
 
  <dt><a href="library/exceptions.html#index-1">raise</a>, <a href="reference/simple_stmts.html#index-31">[1]</a>
3419
 
  </dt>
3420
 
 
3421
 
        
3422
 
  <dt><a href="reference/compound_stmts.html#index-12">return</a>, <a href="reference/compound_stmts.html#index-14">[1]</a>, <a href="reference/simple_stmts.html#index-26">[2]</a>
3423
 
  </dt>
3424
 
 
3425
 
        
3426
 
  <dt><a href="reference/simple_stmts.html#index-0">simple</a>
3427
 
  </dt>
3428
 
 
3429
 
        
3430
 
  <dt><a href="reference/compound_stmts.html#index-10">try</a>, <a href="reference/datamodel.html#index-68">[1]</a>, <a href="library/exceptions.html#index-0">[2]</a>
3431
 
  </dt>
3432
 
 
3433
 
        
3434
 
  <dt><a href="reference/compound_stmts.html#index-4">while</a>, <a href="reference/simple_stmts.html#index-33">[1]</a>, <a href="reference/simple_stmts.html#index-37">[2]</a>, <a href="library/stdtypes.html#index-2">[3]</a>
3435
 
  </dt>
3436
 
 
3437
 
        
3438
 
  <dt><a href="reference/compound_stmts.html#index-15">with</a>, <a href="reference/datamodel.html#index-96">[1]</a>
3439
 
  </dt>
3440
 
 
3441
 
        
3442
 
  <dt><a href="reference/simple_stmts.html#index-28">yield</a>
3443
 
  </dt>
3444
 
 
3445
 
      </dl></dd>
3446
 
      
3447
 
  <dt><a href="reference/lexical_analysis.html#index-7">statement grouping</a>
3448
 
  </dt>
3449
 
 
3450
 
      
3451
 
  <dt>
3452
 
    staticmethod
3453
 
  </dt>
3454
 
 
3455
 
      <dd><dl>
3456
 
        
3457
 
  <dt><a href="c-api/structures.html#index-1">built-in function</a>
3458
 
  </dt>
3459
 
 
3460
 
      </dl></dd>
3461
 
      
3462
 
  <dt><a href="library/functions.html#staticmethod">staticmethod() (built-in function)</a>
3463
 
  </dt>
3464
 
 
3465
 
      
3466
 
  <dt><a href="library/profile.html#pstats.Stats">Stats (class in pstats)</a>
3467
 
  </dt>
3468
 
 
3469
 
      
3470
 
  <dt><a href="library/httplib.html#httplib.HTTPResponse.status">status (httplib.HTTPResponse attribute)</a>
3471
 
  </dt>
3472
 
 
3473
 
      
3474
 
  <dt><a href="library/imaplib.html#imaplib.IMAP4.status">status() (imaplib.IMAP4 method)</a>
3475
 
  </dt>
3476
 
 
3477
 
      
3478
 
  <dt>
3479
 
    statvfs
3480
 
  </dt>
3481
 
 
3482
 
      <dd><dl>
3483
 
        
3484
 
  <dt><a href="library/os.html#index-17">module</a>
3485
 
  </dt>
3486
 
 
3487
 
      </dl></dd>
3488
 
      
3489
 
  <dt><a href="library/statvfs.html#module-statvfs">statvfs (module)</a>
3490
 
  </dt>
3491
 
 
3492
 
      
3493
 
  <dt><a href="library/os.html#os.statvfs">statvfs() (in module os)</a>
3494
 
  </dt>
3495
 
 
3496
 
      
3497
 
  <dt><a href="library/subprocess.html#subprocess.STD_ERROR_HANDLE">STD_ERROR_HANDLE (in module subprocess)</a>
3498
 
  </dt>
3499
 
 
3500
 
      
3501
 
  <dt><a href="library/subprocess.html#subprocess.STD_INPUT_HANDLE">STD_INPUT_HANDLE (in module subprocess)</a>
3502
 
  </dt>
3503
 
 
3504
 
      
3505
 
  <dt><a href="library/subprocess.html#subprocess.STD_OUTPUT_HANDLE">STD_OUTPUT_HANDLE (in module subprocess)</a>
3506
 
  </dt>
3507
 
 
3508
 
      
3509
 
  <dt><a href="library/tix.html#Tix.StdButtonBox">StdButtonBox (class in Tix)</a>
3510
 
  </dt>
3511
 
 
3512
 
      
3513
 
  <dt><a href="reference/datamodel.html#index-58">stderr (in module sys)</a>, <a href="library/sys.html#sys.stderr">[1]</a>, <a href="c-api/init.html#index-21">[2]</a>
3514
 
  </dt>
3515
 
 
3516
 
      <dd><dl>
3517
 
        
3518
 
  <dt><a href="library/subprocess.html#subprocess.Popen.stderr">(subprocess.Popen attribute)</a>
3519
 
  </dt>
3520
 
 
3521
 
      </dl></dd>
3522
 
      
3523
 
  <dt><a href="reference/datamodel.html#index-58">stdin (in module sys)</a>, <a href="library/sys.html#sys.stdin">[1]</a>, <a href="c-api/init.html#index-21">[2]</a>
3524
 
  </dt>
3525
 
 
3526
 
      <dd><dl>
3527
 
        
3528
 
  <dt><a href="library/subprocess.html#subprocess.Popen.stdin">(subprocess.Popen attribute)</a>
3529
 
  </dt>
3530
 
 
3531
 
      </dl></dd>
3532
 
      
3533
 
  <dt><a href="reference/datamodel.html#index-58">stdio</a>
3534
 
  </dt>
3535
 
 
3536
 
      
3537
 
  <dt><a href="library/subprocess.html#subprocess.STDOUT">STDOUT (in module subprocess)</a>
3538
 
  </dt>
3539
 
 
3540
 
      
3541
 
  <dt><a href="reference/datamodel.html#index-58">stdout (in module sys)</a>, <a href="reference/simple_stmts.html#index-24">[1]</a>, <a href="library/sys.html#sys.stdout">[2]</a>, <a href="c-api/init.html#index-21">[3]</a>
3542
 
  </dt>
3543
 
 
3544
 
      <dd><dl>
3545
 
        
3546
 
  <dt><a href="library/subprocess.html#subprocess.Popen.stdout">(subprocess.Popen attribute)</a>
3547
 
  </dt>
3548
 
 
3549
 
      </dl></dd>
3550
 
      
3551
 
  <dt><a href="library/compiler.html#index-0">Stein, Greg</a>
3552
 
  </dt>
3553
 
 
3554
 
      
3555
 
  <dt><a href="reference/datamodel.html#index-70">step (slice object attribute)</a>, <a href="reference/expressions.html#index-37">[1]</a>
3556
 
  </dt>
3557
 
 
3558
 
      
3559
 
  <dt><a href="library/ttk.html#ttk.Progressbar.step">step() (ttk.Progressbar method)</a>
3560
 
  </dt>
3561
 
 
3562
 
      
3563
 
  <dt><a href="library/ossaudiodev.html#ossaudiodev.oss_mixer_device.stereocontrols">stereocontrols() (ossaudiodev.oss_mixer_device method)</a>
3564
 
  </dt>
3565
 
 
3566
 
      
3567
 
  <dt><a href="library/cd.html#cd.STILL">STILL (in module cd)</a>
3568
 
  </dt>
3569
 
 
3570
 
      
3571
 
  <dt><a href="reference/datamodel.html#index-70">stop (slice object attribute)</a>, <a href="reference/expressions.html#index-37">[1]</a>
3572
 
  </dt>
3573
 
 
3574
 
      
3575
 
  <dt><a href="library/hotshot.html#hotshot.Profile.stop">stop() (hotshot.Profile method)</a>
3576
 
  </dt>
3577
 
 
3578
 
      <dd><dl>
3579
 
        
3580
 
  <dt><a href="library/ttk.html#ttk.Progressbar.stop">(ttk.Progressbar method)</a>
3581
 
  </dt>
3582
 
 
3583
 
        
3584
 
  <dt><a href="library/unittest.html#unittest.TestResult.stop">(unittest.TestResult method)</a>
3585
 
  </dt>
3586
 
 
3587
 
      </dl></dd>
3588
 
      
3589
 
  <dt><a href="library/dis.html#opcode-STOP_CODE">STOP_CODE (opcode)</a>
3590
 
  </dt>
3591
 
 
3592
 
      
3593
 
  <dt><a href="library/bdb.html#bdb.Bdb.stop_here">stop_here() (bdb.Bdb method)</a>
3594
 
  </dt>
3595
 
 
3596
 
      
3597
 
  <dt><a href="library/exceptions.html#exceptions.StopIteration">StopIteration</a>
3598
 
  </dt>
3599
 
 
3600
 
      <dd><dl>
3601
 
        
3602
 
  <dt><a href="reference/simple_stmts.html#index-28">exception</a>, <a href="reference/expressions.html#index-25">[1]</a>
3603
 
  </dt>
3604
 
 
3605
 
      </dl></dd>
3606
 
      
3607
 
  <dt><a href="library/logging.config.html#logging.config.stopListening">stopListening() (in module logging.config)</a>
3608
 
  </dt>
3609
 
 
3610
 
      
3611
 
  <dt><a href="library/unittest.html#unittest.TestResult.stopTest">stopTest() (unittest.TestResult method)</a>
3612
 
  </dt>
3613
 
 
3614
 
      
3615
 
  <dt><a href="library/unittest.html#unittest.TestResult.stopTestRun">stopTestRun() (unittest.TestResult method)</a>
3616
 
  </dt>
3617
 
 
3618
 
      
3619
 
  <dt><a href="library/ftplib.html#ftplib.FTP.storbinary">storbinary() (ftplib.FTP method)</a>
3620
 
  </dt>
3621
 
 
3622
 
      
3623
 
  <dt><a href="library/imaplib.html#imaplib.IMAP4.store">store() (imaplib.IMAP4 method)</a>
3624
 
  </dt>
3625
 
 
3626
 
      
3627
 
  <dt><a href="library/optparse.html#optparse.Option.STORE_ACTIONS">STORE_ACTIONS (optparse.Option attribute)</a>
3628
 
  </dt>
3629
 
 
3630
 
      
3631
 
  <dt><a href="library/dis.html#opcode-STORE_ATTR">STORE_ATTR (opcode)</a>
3632
 
  </dt>
3633
 
 
3634
 
      
3635
 
  <dt><a href="library/dis.html#opcode-STORE_DEREF">STORE_DEREF (opcode)</a>
3636
 
  </dt>
3637
 
 
3638
 
      
3639
 
  <dt><a href="library/dis.html#opcode-STORE_FAST">STORE_FAST (opcode)</a>
3640
 
  </dt>
3641
 
 
3642
 
      
3643
 
  <dt><a href="library/dis.html#opcode-STORE_GLOBAL">STORE_GLOBAL (opcode)</a>
3644
 
  </dt>
3645
 
 
3646
 
      
3647
 
  <dt><a href="library/dis.html#opcode-STORE_MAP">STORE_MAP (opcode)</a>
3648
 
  </dt>
3649
 
 
3650
 
      
3651
 
  <dt><a href="library/dis.html#opcode-STORE_NAME">STORE_NAME (opcode)</a>
3652
 
  </dt>
3653
 
 
3654
 
      
3655
 
  <dt><a href="library/dis.html#opcode-STORE_SLICE+0">STORE_SLICE+0 (opcode)</a>
3656
 
  </dt>
3657
 
 
3658
 
      
3659
 
  <dt><a href="library/dis.html#opcode-STORE_SLICE+1">STORE_SLICE+1 (opcode)</a>
3660
 
  </dt>
3661
 
 
3662
 
      
3663
 
  <dt><a href="library/dis.html#opcode-STORE_SLICE+2">STORE_SLICE+2 (opcode)</a>
3664
 
  </dt>
3665
 
 
3666
 
      
3667
 
  <dt><a href="library/dis.html#opcode-STORE_SLICE+3">STORE_SLICE+3 (opcode)</a>
3668
 
  </dt>
3669
 
 
3670
 
      
3671
 
  <dt><a href="library/dis.html#opcode-STORE_SUBSCR">STORE_SUBSCR (opcode)</a>
3672
 
  </dt>
3673
 
 
3674
 
      
3675
 
  <dt><a href="library/ftplib.html#ftplib.FTP.storlines">storlines() (ftplib.FTP method)</a>
3676
 
  </dt>
3677
 
 
3678
 
      
3679
 
  <dt>
3680
 
    str
3681
 
  </dt>
3682
 
 
3683
 
      <dd><dl>
3684
 
        
3685
 
  <dt><a href="reference/datamodel.html#index-78">built-in function</a>, <a href="c-api/object.html#index-3">[1]</a>, <a href="reference/expressions.html#index-21">[2]</a>, <a href="extending/newtypes.html#index-2">[3]</a>
3686
 
  </dt>
3687
 
 
3688
 
        
3689
 
  <dt><a href="library/functions.html#index-3">format</a>
3690
 
  </dt>
3691
 
 
3692
 
      </dl></dd>
3693
 
      
3694
 
  <dt><a href="library/functions.html#str">str (built-in class)</a>
3695
 
  </dt>
3696
 
 
3697
 
      
3698
 
  <dt><a href="library/locale.html#locale.str">str() (in module locale)</a>
3699
 
  </dt>
3700
 
 
3701
 
      
3702
 
  <dt><a href="library/locale.html#locale.strcoll">strcoll() (in module locale)</a>
3703
 
  </dt>
3704
 
 
3705
 
      
3706
 
  <dt><a href="library/tarfile.html#tarfile.StreamError">StreamError</a>
3707
 
  </dt>
3708
 
 
3709
 
      
3710
 
  <dt><a href="library/logging.handlers.html#logging.StreamHandler">StreamHandler (class in logging)</a>
3711
 
  </dt>
3712
 
 
3713
 
      
3714
 
  <dt><a href="library/codecs.html#codecs.StreamReader">StreamReader (class in codecs)</a>
3715
 
  </dt>
3716
 
 
3717
 
      
3718
 
  <dt><a href="library/codecs.html#codecs.StreamReaderWriter">StreamReaderWriter (class in codecs)</a>
3719
 
  </dt>
3720
 
 
3721
 
      
3722
 
  <dt><a href="library/codecs.html#codecs.StreamRecoder">StreamRecoder (class in codecs)</a>
3723
 
  </dt>
3724
 
 
3725
 
      
3726
 
  <dt><a href="library/codecs.html#index-0">streams</a>
3727
 
  </dt>
3728
 
 
3729
 
      <dd><dl>
3730
 
        
3731
 
  <dt><a href="library/codecs.html#index-0">stackable</a>
3732
 
  </dt>
3733
 
 
3734
 
      </dl></dd>
3735
 
      
3736
 
  <dt><a href="library/codecs.html#codecs.StreamWriter">StreamWriter (class in codecs)</a>
3737
 
  </dt>
3738
 
 
3739
 
      
3740
 
  <dt><a href="c-api/exceptions.html#index-1">strerror()</a>
3741
 
  </dt>
3742
 
 
3743
 
      <dd><dl>
3744
 
        
3745
 
  <dt><a href="library/os.html#os.strerror">(in module os)</a>
3746
 
  </dt>
3747
 
 
3748
 
      </dl></dd>
3749
 
      
3750
 
  <dt><a href="library/datetime.html#datetime.date.strftime">strftime() (datetime.date method)</a>
3751
 
  </dt>
3752
 
 
3753
 
      <dd><dl>
3754
 
        
3755
 
  <dt><a href="library/datetime.html#datetime.datetime.strftime">(datetime.datetime method)</a>
3756
 
  </dt>
3757
 
 
3758
 
        
3759
 
  <dt><a href="library/datetime.html#datetime.time.strftime">(datetime.time method)</a>
3760
 
  </dt>
3761
 
 
3762
 
        
3763
 
  <dt><a href="library/time.html#time.strftime">(in module time)</a>
3764
 
  </dt>
3765
 
 
3766
 
      </dl></dd>
3767
 
      
3768
 
  <dt><a href="library/csv.html#csv.Dialect.strict">strict (csv.Dialect attribute)</a>
3769
 
  </dt>
3770
 
 
3771
 
      
3772
 
  <dt><a href="library/cookielib.html#cookielib.DefaultCookiePolicy.strict_domain">strict_domain (cookielib.DefaultCookiePolicy attribute)</a>
3773
 
  </dt>
3774
 
 
3775
 
      
3776
 
  <dt><a href="library/codecs.html#codecs.strict_errors">strict_errors() (in module codecs)</a>
3777
 
  </dt>
3778
 
 
3779
 
      
3780
 
  <dt><a href="library/cookielib.html#cookielib.DefaultCookiePolicy.strict_ns_domain">strict_ns_domain (cookielib.DefaultCookiePolicy attribute)</a>
3781
 
  </dt>
3782
 
 
3783
 
      
3784
 
  <dt><a href="library/cookielib.html#cookielib.DefaultCookiePolicy.strict_ns_set_initial_dollar">strict_ns_set_initial_dollar (cookielib.DefaultCookiePolicy attribute)</a>
3785
 
  </dt>
3786
 
 
3787
 
      
3788
 
  <dt><a href="library/cookielib.html#cookielib.DefaultCookiePolicy.strict_ns_set_path">strict_ns_set_path (cookielib.DefaultCookiePolicy attribute)</a>
3789
 
  </dt>
3790
 
 
3791
 
      
3792
 
  <dt><a href="library/cookielib.html#cookielib.DefaultCookiePolicy.strict_ns_unverifiable">strict_ns_unverifiable (cookielib.DefaultCookiePolicy attribute)</a>
3793
 
  </dt>
3794
 
 
3795
 
      
3796
 
  <dt><a href="library/cookielib.html#cookielib.DefaultCookiePolicy.strict_rfc2965_unverifiable">strict_rfc2965_unverifiable (cookielib.DefaultCookiePolicy attribute)</a>
3797
 
  </dt>
3798
 
 
3799
 
      
3800
 
  <dt><a href="library/stdtypes.html#memoryview.strides">strides (memoryview attribute)</a>
3801
 
  </dt>
3802
 
 
3803
 
      
3804
 
  <dt>
3805
 
    string
3806
 
  </dt>
3807
 
 
3808
 
      <dd><dl>
3809
 
        
3810
 
  <dt><a href="reference/lexical_analysis.html#index-14">Unicode</a>
3811
 
  </dt>
3812
 
 
3813
 
        
3814
 
  <dt><a href="reference/datamodel.html#index-22">comparison</a>
3815
 
  </dt>
3816
 
 
3817
 
        
3818
 
  <dt><a href="reference/datamodel.html#index-77">conversion</a>, <a href="reference/simple_stmts.html#index-2">[1]</a>, <a href="reference/expressions.html#index-19">[2]</a>
3819
 
  </dt>
3820
 
 
3821
 
        
3822
 
  <dt><a href="library/stdtypes.html#index-25">formatting</a>
3823
 
  </dt>
3824
 
 
3825
 
        
3826
 
  <dt><a href="library/stdtypes.html#index-25">interpolation</a>
3827
 
  </dt>
3828
 
 
3829
 
        
3830
 
  <dt><a href="reference/expressions.html#index-33">item</a>
3831
 
  </dt>
3832
 
 
3833
 
        
3834
 
  <dt><a href="library/stdtypes.html#index-23">methods</a>
3835
 
  </dt>
3836
 
 
3837
 
        
3838
 
  <dt><a href="library/locale.html#index-7">module</a>, <a href="library/locale.html#index-8">[1]</a>, <a href="library/stdtypes.html#index-27">[2]</a>
3839
 
  </dt>
3840
 
 
3841
 
        
3842
 
  <dt><a href="c-api/string.html#index-0">object</a>, <a href="reference/datamodel.html#index-21">[1]</a>, <a href="reference/expressions.html#index-32">[2]</a>, <a href="reference/expressions.html#index-35">[3]</a>, <a href="library/stdtypes.html#index-21">[4]</a>
3843
 
  </dt>
3844
 
 
3845
 
      </dl></dd>
3846
 
      
3847
 
  <dt><a href="library/token.html#token.STRING">STRING (in module token)</a>
3848
 
  </dt>
3849
 
 
3850
 
      
3851
 
  <dt><a href="library/string.html#module-string">string (module)</a>
3852
 
  </dt>
3853
 
 
3854
 
      <dd><dl>
3855
 
        
3856
 
  <dt><a href="library/re.html#re.MatchObject.string">(re.MatchObject attribute)</a>
3857
 
  </dt>
3858
 
 
3859
 
      </dl></dd>
3860
 
      
3861
 
  <dt><a href="reference/lexical_analysis.html#index-12">string literal</a>
3862
 
  </dt>
3863
 
 
3864
 
      
3865
 
  <dt><a href="library/ctypes.html#ctypes.string_at">string_at() (in module ctypes)</a>
3866
 
  </dt>
3867
 
 
3868
 
      
3869
 
  <dt><a href="library/io.html#io.StringIO">StringIO (class in io)</a>
3870
 
  </dt>
3871
 
 
3872
 
      <dd><dl>
3873
 
        
3874
 
  <dt><a href="library/stringio.html#StringIO.StringIO">(class in StringIO)</a>
3875
 
  </dt>
3876
 
 
3877
 
        
3878
 
  <dt><a href="library/stringio.html#module-StringIO">(module)</a>
3879
 
  </dt>
3880
 
 
3881
 
      </dl></dd>
3882
 
      
3883
 
  <dt><a href="library/stringio.html#cStringIO.StringIO">StringIO() (in module cStringIO)</a>
3884
 
  </dt>
3885
 
 
3886
 
      
3887
 
  <dt><a href="library/stringprep.html#module-stringprep">stringprep (module)</a>
3888
 
  </dt>
3889
 
 
3890
 
      
3891
 
  <dt><a href="tutorial/controlflow.html#index-1">strings, documentation</a>, <a href="tutorial/controlflow.html#index-4">[1]</a>
3892
 
  </dt>
3893
 
 
3894
 
      
3895
 
  <dt><a href="c-api/string.html#index-1">StringType (in module types)</a>, <a href="library/types.html#types.StringType">[1]</a>
3896
 
  </dt>
3897
 
 
3898
 
      
3899
 
  <dt><a href="library/types.html#types.StringTypes">StringTypes (in module types)</a>
3900
 
  </dt>
3901
 
 
3902
 
      
3903
 
  <dt><a href="library/string.html#string.strip">strip() (in module string)</a>
3904
 
  </dt>
3905
 
 
3906
 
      <dd><dl>
3907
 
        
3908
 
  <dt><a href="library/stdtypes.html#str.strip">(str method)</a>
3909
 
  </dt>
3910
 
 
3911
 
      </dl></dd>
3912
 
      
3913
 
  <dt><a href="library/profile.html#pstats.Stats.strip_dirs">strip_dirs() (pstats.Stats method)</a>
3914
 
  </dt>
3915
 
 
3916
 
      
3917
 
  <dt><a href="library/curses.html#curses.textpad.Textbox.stripspaces">stripspaces (curses.textpad.Textbox attribute)</a>
3918
 
  </dt>
3919
 
 
3920
 
      
3921
 
  <dt><a href="library/datetime.html#datetime.datetime.strptime">strptime() (datetime.datetime class method)</a>
3922
 
  </dt>
3923
 
 
3924
 
      <dd><dl>
3925
 
        
3926
 
  <dt><a href="library/time.html#time.strptime">(in module time)</a>
3927
 
  </dt>
3928
 
 
3929
 
      </dl></dd>
3930
 
      
3931
 
  <dt><a href="distutils/apiref.html#distutils.util.strtobool">strtobool() (in module distutils.util)</a>
3932
 
  </dt>
3933
 
 
3934
 
      
3935
 
  <dt>
3936
 
    struct
3937
 
  </dt>
3938
 
 
3939
 
      <dd><dl>
3940
 
        
3941
 
  <dt><a href="library/socket.html#index-4">module</a>
3942
 
  </dt>
3943
 
 
3944
 
      </dl></dd>
3945
 
      
3946
 
  <dt><a href="library/struct.html#struct.Struct">Struct (class in struct)</a>
3947
 
  </dt>
3948
 
 
3949
 
      
3950
 
  <dt><a href="library/struct.html#module-struct">struct (module)</a>
3951
 
  </dt>
3952
 
 
3953
 
      
3954
 
  <dt><a href="glossary.html#term-struct-sequence"><strong>struct sequence</strong></a>
3955
 
  </dt>
3956
 
 
3957
 
      
3958
 
  <dt><a href="library/time.html#time.struct_time">struct_time (class in time)</a>
3959
 
  </dt>
3960
 
 
3961
 
      
3962
 
  <dt><a href="library/ctypes.html#ctypes.Structure">Structure (class in ctypes)</a>
3963
 
  </dt>
3964
 
 
3965
 
      
3966
 
  <dt>
3967
 
    structures
3968
 
  </dt>
3969
 
 
3970
 
      <dd><dl>
3971
 
        
3972
 
  <dt><a href="library/struct.html#index-0">C</a>
3973
 
  </dt>
3974
 
 
3975
 
      </dl></dd>
3976
 
      
3977
 
  <dt><a href="library/locale.html#locale.strxfrm">strxfrm() (in module locale)</a>
3978
 
  </dt>
3979
 
 
3980
 
      
3981
 
  <dt><a href="library/parser.html#parser.STType">STType (in module parser)</a>
3982
 
  </dt>
3983
 
 
3984
 
      
3985
 
  <dt>
3986
 
    style
3987
 
  </dt>
3988
 
 
3989
 
      <dd><dl>
3990
 
        
3991
 
  <dt><a href="tutorial/controlflow.html#index-5">coding</a>
3992
 
  </dt>
3993
 
 
3994
 
      </dl></dd>
3995
 
      
3996
 
  <dt><a href="library/ttk.html#ttk.Style">Style (class in ttk)</a>
3997
 
  </dt>
3998
 
 
3999
 
      
4000
 
  <dt><a href="library/aetypes.html#aetypes.StyledText">StyledText (class in aetypes)</a>
4001
 
  </dt>
4002
 
 
4003
 
      
4004
 
  <dt><a href="library/operator.html#operator.sub">sub() (in module operator)</a>
4005
 
  </dt>
4006
 
 
4007
 
      <dd><dl>
4008
 
        
4009
 
  <dt><a href="library/re.html#re.sub">(in module re)</a>
4010
 
  </dt>
4011
 
 
4012
 
        
4013
 
  <dt><a href="library/re.html#re.RegexObject.sub">(re.RegexObject method)</a>
4014
 
  </dt>
4015
 
 
4016
 
      </dl></dd>
4017
 
      
4018
 
  <dt><a href="distutils/apiref.html#distutils.cmd.Command.sub_commands">sub_commands (distutils.cmd.Command attribute)</a>
4019
 
  </dt>
4020
 
 
4021
 
      
4022
 
  <dt>
4023
 
    subclassing
4024
 
  </dt>
4025
 
 
4026
 
      <dd><dl>
4027
 
        
4028
 
  <dt><a href="reference/datamodel.html#index-73">immutable types</a>
4029
 
  </dt>
4030
 
 
4031
 
      </dl></dd>
4032
 
      
4033
 
  <dt><a href="library/filecmp.html#filecmp.dircmp.subdirs">subdirs (filecmp.dircmp attribute)</a>
4034
 
  </dt>
4035
 
 
4036
 
      
4037
 
  <dt><a href="library/xml.etree.elementtree.html#xml.etree.ElementTree.SubElement">SubElement() (in module xml.etree.ElementTree)</a>
4038
 
  </dt>
4039
 
 
4040
 
      
4041
 
  <dt><a href="library/framework.html#FrameWork.SubMenu">SubMenu() (in module FrameWork)</a>
4042
 
  </dt>
4043
 
 
4044
 
      
4045
 
  <dt><a href="library/re.html#re.subn">subn() (in module re)</a>
4046
 
  </dt>
4047
 
 
4048
 
      <dd><dl>
4049
 
        
4050
 
  <dt><a href="library/re.html#re.RegexObject.subn">(re.RegexObject method)</a>
4051
 
  </dt>
4052
 
 
4053
 
      </dl></dd>
4054
 
      
4055
 
  <dt><a href="library/decimal.html#decimal.Subnormal">Subnormal (class in decimal)</a>
4056
 
  </dt>
4057
 
 
4058
 
      
4059
 
  <dt><a href="library/curses.html#curses.window.subpad">subpad() (curses.window method)</a>
4060
 
  </dt>
4061
 
 
4062
 
      
4063
 
  <dt><a href="library/subprocess.html#module-subprocess">subprocess (module)</a>
4064
 
  </dt>
4065
 
 
4066
 
      
4067
 
  <dt><a href="library/imaplib.html#imaplib.IMAP4.subscribe">subscribe() (imaplib.IMAP4 method)</a>
4068
 
  </dt>
4069
 
 
4070
 
      
4071
 
  <dt>
4072
 
    subscript
4073
 
  </dt>
4074
 
 
4075
 
      <dd><dl>
4076
 
        
4077
 
  <dt><a href="library/stdtypes.html#index-30">assignment</a>
4078
 
  </dt>
4079
 
 
4080
 
        
4081
 
  <dt><a href="library/stdtypes.html#index-22">operation</a>
4082
 
  </dt>
4083
 
 
4084
 
      </dl></dd>
4085
 
      
4086
 
  <dt><a href="reference/datamodel.html#index-17">subscription</a>, <a href="reference/datamodel.html#index-25">[1]</a>, <a href="reference/datamodel.html#index-32">[2]</a>, <a href="reference/expressions.html#index-31">[3]</a>
4087
 
  </dt>
4088
 
 
4089
 
      <dd><dl>
4090
 
        
4091
 
  <dt><a href="reference/simple_stmts.html#index-10">assignment</a>
4092
 
  </dt>
4093
 
 
4094
 
      </dl></dd>
4095
 
      
4096
 
  <dt><a href="library/textwrap.html#textwrap.TextWrapper.subsequent_indent">subsequent_indent (textwrap.TextWrapper attribute)</a>
4097
 
  </dt>
4098
 
 
4099
 
      
4100
 
  <dt><a href="distutils/apiref.html#distutils.util.subst_vars">subst_vars() (in module distutils.util)</a>
4101
 
  </dt>
4102
 
 
4103
 
      
4104
 
  <dt><a href="library/string.html#string.Template.substitute">substitute() (string.Template method)</a>
4105
 
  </dt>
4106
 
 
4107
 
      
4108
 
  <dt><a href="library/collections.html#collections.Counter.subtract">subtract() (collections.Counter method)</a>
4109
 
  </dt>
4110
 
 
4111
 
      <dd><dl>
4112
 
        
4113
 
  <dt><a href="library/decimal.html#decimal.Context.subtract">(decimal.Context method)</a>
4114
 
  </dt>
4115
 
 
4116
 
      </dl></dd>
4117
 
      
4118
 
  <dt><a href="reference/expressions.html#index-57">subtraction</a>
4119
 
  </dt>
4120
 
 
4121
 
      
4122
 
  <dt><a href="library/sys.html#sys.subversion">subversion (in module sys)</a>
4123
 
  </dt>
4124
 
 
4125
 
      
4126
 
  <dt><a href="library/curses.html#curses.window.subwin">subwin() (curses.window method)</a>
4127
 
  </dt>
4128
 
 
4129
 
      
4130
 
  <dt><a href="library/multiprocessing.html#multiprocessing.pool.AsyncResult.successful">successful() (multiprocessing.pool.AsyncResult method)</a>
4131
 
  </dt>
4132
 
 
4133
 
      
4134
 
  <dt><a href="library/mimetypes.html#mimetypes.suffix_map">suffix_map (in module mimetypes)</a>
4135
 
  </dt>
4136
 
 
4137
 
      <dd><dl>
4138
 
        
4139
 
  <dt><a href="library/mimetypes.html#mimetypes.MimeTypes.suffix_map">(mimetypes.MimeTypes attribute)</a>
4140
 
  </dt>
4141
 
 
4142
 
      </dl></dd>
4143
 
      
4144
 
  <dt><a href="reference/compound_stmts.html#index-1">suite</a>
4145
 
  </dt>
4146
 
 
4147
 
      
4148
 
  <dt><a href="library/parser.html#parser.suite">suite() (in module parser)</a>
4149
 
  </dt>
4150
 
 
4151
 
      
4152
 
  <dt><a href="library/unittest.html#unittest.TestLoader.suiteClass">suiteClass (unittest.TestLoader attribute)</a>
4153
 
  </dt>
4154
 
 
4155
 
      
4156
 
  <dt><a href="library/functions.html#sum">sum() (built-in function)</a>
4157
 
  </dt>
4158
 
 
4159
 
      
4160
 
  <dt><a href="c-api/intro.html#index-10">sum_list()</a>
4161
 
  </dt>
4162
 
 
4163
 
      
4164
 
  <dt><a href="c-api/intro.html#index-11">sum_sequence()</a>, <a href="c-api/intro.html#index-16">[1]</a>
4165
 
  </dt>
4166
 
 
4167
 
      
4168
 
  <dt><a href="library/doctest.html#doctest.DocTestRunner.summarize">summarize() (doctest.DocTestRunner method)</a>
4169
 
  </dt>
4170
 
 
4171
 
      
4172
 
  <dt><a href="library/sunau.html#module-sunau">sunau (module)</a>
4173
 
  </dt>
4174
 
 
4175
 
      
4176
 
  <dt>
4177
 
    SUNAUDIODEV
4178
 
  </dt>
4179
 
 
4180
 
      <dd><dl>
4181
 
        
4182
 
  <dt><a href="library/sunaudio.html#index-1">module</a>
4183
 
  </dt>
4184
 
 
4185
 
      </dl></dd>
4186
 
      
4187
 
  <dt>
4188
 
    sunaudiodev
4189
 
  </dt>
4190
 
 
4191
 
      <dd><dl>
4192
 
        
4193
 
  <dt><a href="library/sunaudio.html#index-2">module</a>
4194
 
  </dt>
4195
 
 
4196
 
      </dl></dd>
4197
 
      
4198
 
  <dt><a href="library/sunaudio.html#module-sunaudiodev">sunaudiodev (module)</a>
4199
 
  </dt>
4200
 
 
4201
 
      
4202
 
  <dt><a href="library/sunaudio.html#module-SUNAUDIODEV">SUNAUDIODEV (module)</a>
4203
 
  </dt>
4204
 
 
4205
 
      
4206
 
  <dt><a href="library/pyclbr.html#pyclbr.Class.super">super (pyclbr.Class attribute)</a>
4207
 
  </dt>
4208
 
 
4209
 
      
4210
 
  <dt><a href="library/functions.html#super">super() (built-in function)</a>
4211
 
  </dt>
4212
 
 
4213
 
      
4214
 
  <dt><a href="library/os.path.html#os.path.supports_unicode_filenames">supports_unicode_filenames (in module os.path)</a>
4215
 
  </dt>
4216
 
 
4217
 
      
4218
 
  <dt>
4219
 
    suppression
4220
 
  </dt>
4221
 
 
4222
 
      <dd><dl>
4223
 
        
4224
 
  <dt><a href="reference/simple_stmts.html#index-23">newline</a>
4225
 
  </dt>
4226
 
 
4227
 
      </dl></dd>
4228
 
      
4229
 
  <dt><a href="library/subprocess.html#subprocess.SW_HIDE">SW_HIDE (in module subprocess)</a>
4230
 
  </dt>
4231
 
 
4232
 
      
4233
 
  <dt><a href="library/string.html#string.swapcase">swapcase() (in module string)</a>
4234
 
  </dt>
4235
 
 
4236
 
      <dd><dl>
4237
 
        
4238
 
  <dt><a href="library/stdtypes.html#str.swapcase">(str method)</a>
4239
 
  </dt>
4240
 
 
4241
 
      </dl></dd>
4242
 
      
4243
 
  <dt><a href="library/dl.html#dl.dl.sym">sym() (dl.dl method)</a>
4244
 
  </dt>
4245
 
 
4246
 
      
4247
 
  <dt><a href="library/symbol.html#symbol.sym_name">sym_name (in module symbol)</a>
4248
 
  </dt>
4249
 
 
4250
 
      
4251
 
  <dt><a href="library/symtable.html#symtable.Symbol">Symbol (class in symtable)</a>
4252
 
  </dt>
4253
 
 
4254
 
      
4255
 
  <dt><a href="library/symbol.html#module-symbol">symbol (module)</a>
4256
 
  </dt>
4257
 
 
4258
 
      
4259
 
  <dt><a href="library/symtable.html#symtable.SymbolTable">SymbolTable (class in symtable)</a>
4260
 
  </dt>
4261
 
 
4262
 
      
4263
 
  <dt><a href="library/os.html#os.symlink">symlink() (in module os)</a>
4264
 
  </dt>
4265
 
 
4266
 
      
4267
 
  <dt><a href="library/stdtypes.html#set.symmetric_difference">symmetric_difference() (set method)</a>
4268
 
  </dt>
4269
 
 
4270
 
      
4271
 
  <dt><a href="library/stdtypes.html#set.symmetric_difference_update">symmetric_difference_update() (set method)</a>
4272
 
  </dt>
4273
 
 
4274
 
      
4275
 
  <dt><a href="library/symtable.html#module-symtable">symtable (module)</a>
4276
 
  </dt>
4277
 
 
4278
 
      
4279
 
  <dt><a href="library/symtable.html#symtable.symtable">symtable() (in module symtable)</a>
4280
 
  </dt>
4281
 
 
4282
 
      
4283
 
  <dt><a href="library/bsddb.html#bsddb.bsddbobject.sync">sync() (bsddb.bsddbobject method)</a>
4284
 
  </dt>
4285
 
 
4286
 
      <dd><dl>
4287
 
        
4288
 
  <dt><a href="library/dbhash.html#dbhash.dbhash.sync">(dbhash.dbhash method)</a>
4289
 
  </dt>
4290
 
 
4291
 
        
4292
 
  <dt><a href="library/dumbdbm.html#dumbdbm.dumbdbm.sync">(dumbdbm.dumbdbm method)</a>
4293
 
  </dt>
4294
 
 
4295
 
        
4296
 
  <dt><a href="library/gdbm.html#gdbm.sync">(in module gdbm)</a>
4297
 
  </dt>
4298
 
 
4299
 
        
4300
 
  <dt><a href="library/ossaudiodev.html#ossaudiodev.oss_audio_device.sync">(ossaudiodev.oss_audio_device method)</a>
4301
 
  </dt>
4302
 
 
4303
 
        
4304
 
  <dt><a href="library/shelve.html#shelve.Shelf.sync">(shelve.Shelf method)</a>
4305
 
  </dt>
4306
 
 
4307
 
      </dl></dd>
4308
 
      
4309
 
  <dt><a href="library/curses.html#curses.window.syncdown">syncdown() (curses.window method)</a>
4310
 
  </dt>
4311
 
 
4312
 
      
4313
 
  <dt><a href="library/multiprocessing.html#multiprocessing.sharedctypes.synchronized">synchronized() (in module multiprocessing.sharedctypes)</a>
4314
 
  </dt>
4315
 
 
4316
 
      
4317
 
  <dt><a href="library/multiprocessing.html#multiprocessing.managers.SyncManager">SyncManager (class in multiprocessing.managers)</a>
4318
 
  </dt>
4319
 
 
4320
 
      
4321
 
  <dt><a href="library/curses.html#curses.window.syncok">syncok() (curses.window method)</a>
4322
 
  </dt>
4323
 
 
4324
 
      
4325
 
  <dt><a href="library/curses.html#curses.window.syncup">syncup() (curses.window method)</a>
4326
 
  </dt>
4327
 
 
4328
 
      
4329
 
  <dt><a href="reference/expressions.html#index-2">syntax</a>, <a href="reference/introduction.html#index-0">[1]</a>
4330
 
  </dt>
4331
 
 
4332
 
      
4333
 
  <dt><a href="library/xml.dom.html#xml.dom.SyntaxErr">SyntaxErr</a>
4334
 
  </dt>
4335
 
 
4336
 
      
4337
 
  <dt><a href="library/exceptions.html#exceptions.SyntaxError">SyntaxError</a>
4338
 
  </dt>
4339
 
 
4340
 
      
4341
 
  <dt><a href="library/exceptions.html#exceptions.SyntaxWarning">SyntaxWarning</a>
4342
 
  </dt>
4343
 
 
4344
 
      
4345
 
  <dt>
4346
 
    sys
4347
 
  </dt>
4348
 
 
4349
 
      <dd><dl>
4350
 
        
4351
 
  <dt><a href="c-api/intro.html#index-20">module</a>, <a href="reference/compound_stmts.html#index-11">[1]</a>, <a href="reference/toplevel_components.html#index-2">[2]</a>, <a href="reference/simple_stmts.html#index-24">[3]</a>, <a href="c-api/init.html#index-0">[4]</a>, <a href="c-api/init.html#index-21">[5]</a>, <a href="tutorial/modules.html#index-4">[6]</a>
4352
 
  </dt>
4353
 
 
4354
 
      </dl></dd>
4355
 
      
4356
 
  <dt><a href="library/sys.html#module-sys">sys (module)</a>
4357
 
  </dt>
4358
 
 
4359
 
      
4360
 
  <dt><a href="reference/datamodel.html#index-67">sys.exc_info</a>
4361
 
  </dt>
4362
 
 
4363
 
      
4364
 
  <dt><a href="reference/datamodel.html#index-67">sys.exc_traceback</a>
4365
 
  </dt>
4366
 
 
4367
 
      
4368
 
  <dt><a href="reference/datamodel.html#index-67">sys.last_traceback</a>
4369
 
  </dt>
4370
 
 
4371
 
      
4372
 
  <dt><a href="reference/simple_stmts.html#index-41">sys.meta_path</a>
4373
 
  </dt>
4374
 
 
4375
 
      
4376
 
  <dt><a href="reference/simple_stmts.html#index-40">sys.modules</a>
4377
 
  </dt>
4378
 
 
4379
 
      
4380
 
  <dt><a href="reference/simple_stmts.html#index-43">sys.path</a>
4381
 
  </dt>
4382
 
 
4383
 
      
4384
 
  <dt><a href="reference/simple_stmts.html#index-43">sys.path_hooks</a>
4385
 
  </dt>
4386
 
 
4387
 
      
4388
 
  <dt><a href="reference/simple_stmts.html#index-43">sys.path_importer_cache</a>
4389
 
  </dt>
4390
 
 
4391
 
      
4392
 
  <dt><a href="reference/datamodel.html#index-58">sys.stderr</a>
4393
 
  </dt>
4394
 
 
4395
 
      
4396
 
  <dt><a href="reference/datamodel.html#index-58">sys.stdin</a>
4397
 
  </dt>
4398
 
 
4399
 
      
4400
 
  <dt><a href="reference/datamodel.html#index-58">sys.stdout</a>
4401
 
  </dt>
4402
 
 
4403
 
      
4404
 
  <dt><a href="library/2to3.html#2to3fixer-sys_exc">sys_exc (2to3 fixer)</a>
4405
 
  </dt>
4406
 
 
4407
 
      
4408
 
  <dt><a href="library/basehttpserver.html#BaseHTTPServer.BaseHTTPRequestHandler.sys_version">sys_version (BaseHTTPServer.BaseHTTPRequestHandler attribute)</a>
4409
 
  </dt>
4410
 
 
4411
 
      
4412
 
  <dt><a href="library/macos.html#MacOS.SysBeep">SysBeep() (in module MacOS)</a>
4413
 
  </dt>
4414
 
 
4415
 
      
4416
 
  <dt><a href="library/os.html#os.sysconf">sysconf() (in module os)</a>
4417
 
  </dt>
4418
 
 
4419
 
      
4420
 
  <dt><a href="library/os.html#os.sysconf_names">sysconf_names (in module os)</a>
4421
 
  </dt>
4422
 
 
4423
 
      
4424
 
  <dt><a href="library/sysconfig.html#module-sysconfig">sysconfig (module)</a>
4425
 
  </dt>
4426
 
 
4427
 
      
4428
 
  <dt><a href="library/syslog.html#module-syslog">syslog (module)</a>
4429
 
  </dt>
4430
 
 
4431
 
      
4432
 
  <dt><a href="library/syslog.html#syslog.syslog">syslog() (in module syslog)</a>
4433
 
  </dt>
4434
 
 
4435
 
      
4436
 
  <dt><a href="library/logging.handlers.html#logging.handlers.SysLogHandler">SysLogHandler (class in logging.handlers)</a>
4437
 
  </dt>
4438
 
 
4439
 
      
4440
 
  <dt><a href="library/os.html#os.system">system() (in module os)</a>
4441
 
  </dt>
4442
 
 
4443
 
      <dd><dl>
4444
 
        
4445
 
  <dt><a href="library/platform.html#platform.system">(in module platform)</a>
4446
 
  </dt>
4447
 
 
4448
 
      </dl></dd>
4449
 
      
4450
 
  <dt><a href="library/platform.html#platform.system_alias">system_alias() (in module platform)</a>
4451
 
  </dt>
4452
 
 
4453
 
      
4454
 
  <dt><a href="library/exceptions.html#exceptions.SystemError">SystemError</a>
4455
 
  </dt>
4456
 
 
4457
 
      <dd><dl>
4458
 
        
4459
 
  <dt><a href="c-api/module.html#index-4">(built-in exception)</a>, <a href="c-api/module.html#index-5">[1]</a>
4460
 
  </dt>
4461
 
 
4462
 
      </dl></dd>
4463
 
      
4464
 
  <dt><a href="library/exceptions.html#exceptions.SystemExit">SystemExit</a>
4465
 
  </dt>
4466
 
 
4467
 
      <dd><dl>
4468
 
        
4469
 
  <dt><a href="reference/executionmodel.html#index-15">(built-in exception)</a>
4470
 
  </dt>
4471
 
 
4472
 
      </dl></dd>
4473
 
      
4474
 
  <dt><a href="library/xml.dom.html#xml.dom.DocumentType.systemId">systemId (xml.dom.DocumentType attribute)</a>
4475
 
  </dt>
4476
 
 
4477
 
      
4478
 
  <dt><a href="library/random.html#random.SystemRandom">SystemRandom (class in random)</a>
4479
 
  </dt>
4480
 
 
4481
 
      
4482
 
  <dt><a href="library/subprocess.html#index-3">SystemRoot</a>
4483
 
  </dt>
4484
 
 
4485
 
  </dl></td>
4486
 
</tr></table>
4487
 
 
4488
 
 
4489
 
          </div>
4490
 
        </div>
4491
 
      </div>
4492
 
      <div class="sphinxsidebar">
4493
 
        <div class="sphinxsidebarwrapper">
4494
 
   <h4>Index</h4>
4495
 
   <p><a href="genindex-Symbols.html"><strong>Symbols</strong></a>
4496
 
     | <a href="genindex-_.html"><strong>_</strong></a>
4497
 
     | <a href="genindex-A.html"><strong>A</strong></a>
4498
 
     | <a href="genindex-B.html"><strong>B</strong></a>
4499
 
     | <a href="genindex-C.html"><strong>C</strong></a>
4500
 
     | <a href="genindex-D.html"><strong>D</strong></a>
4501
 
     | <a href="genindex-E.html"><strong>E</strong></a>
4502
 
     | <a href="genindex-F.html"><strong>F</strong></a>
4503
 
     | <a href="genindex-G.html"><strong>G</strong></a>
4504
 
     | <a href="genindex-H.html"><strong>H</strong></a>
4505
 
     | <a href="genindex-I.html"><strong>I</strong></a>
4506
 
     | <a href="genindex-J.html"><strong>J</strong></a>
4507
 
     | <a href="genindex-K.html"><strong>K</strong></a>
4508
 
     | <a href="genindex-L.html"><strong>L</strong></a>
4509
 
     | <a href="genindex-M.html"><strong>M</strong></a>
4510
 
     | <a href="genindex-N.html"><strong>N</strong></a>
4511
 
     | <a href="genindex-O.html"><strong>O</strong></a>
4512
 
     | <a href="genindex-P.html"><strong>P</strong></a>
4513
 
     | <a href="genindex-Q.html"><strong>Q</strong></a>
4514
 
     | <a href="genindex-R.html"><strong>R</strong></a>
4515
 
     | <a href="#"><strong>S</strong></a>
4516
 
     | <a href="genindex-T.html"><strong>T</strong></a>
4517
 
     | <a href="genindex-U.html"><strong>U</strong></a>
4518
 
     | <a href="genindex-V.html"><strong>V</strong></a>
4519
 
     | <a href="genindex-W.html"><strong>W</strong></a>
4520
 
     | <a href="genindex-X.html"><strong>X</strong></a>
4521
 
     | <a href="genindex-Y.html"><strong>Y</strong></a>
4522
 
     | <a href="genindex-Z.html"><strong>Z</strong></a>
4523
 
     </p>
4524
 
 
4525
 
   <p><a href="genindex-all.html"><strong>Full index on one page</strong></a></p>
4526
 
   
4527
 
 
4528
 
 
4529
 
<div id="searchbox" style="display: none">
4530
 
  <h3>Quick search</h3>
4531
 
    <form class="search" action="search.html" method="get">
4532
 
      <input type="text" name="q" />
4533
 
      <input type="submit" value="Go" />
4534
 
      <input type="hidden" name="check_keywords" value="yes" />
4535
 
      <input type="hidden" name="area" value="default" />
4536
 
    </form>
4537
 
    <p class="searchtip" style="font-size: 90%">
4538
 
    Enter search terms or a module, class or function name.
4539
 
    </p>
4540
 
</div>
4541
 
<script type="text/javascript">$('#searchbox').show(0);</script>
4542
 
        </div>
4543
 
      </div>
4544
 
      <div class="clearer"></div>
4545
 
    </div>  
4546
 
    <div class="related">
4547
 
      <h3>Navigation</h3>
4548
 
      <ul>
4549
 
        <li class="right" style="margin-right: 10px">
4550
 
          <a href="genindex.html" title="General Index"
4551
 
             >index</a></li>
4552
 
        <li class="right" >
4553
 
          <a href="py-modindex.html" title="Python Module Index"
4554
 
             >modules</a> |</li>
4555
 
        <li><img src="_static/py.png" alt=""
4556
 
                 style="vertical-align: middle; margin-top: -1px"/></li>
4557
 
        <li><a href="https://www.python.org/">Python</a> &raquo;</li>
4558
 
        <li>
4559
 
          <span class="version_switcher_placeholder">2.7.10</span>
4560
 
          <a href="index.html">Documentation</a> &raquo;
4561
 
        </li>
4562
 
 
4563
 
      </ul>
4564
 
    </div>  
4565
 
    <div class="footer">
4566
 
    &copy; <a href="copyright.html">Copyright</a> 1990-2015, Python Software Foundation.
4567
 
    <br />
4568
 
    The Python Software Foundation is a non-profit corporation.
4569
 
    <a href="https://www.python.org/psf/donations/">Please donate.</a>
4570
 
    <br />
4571
 
    Last updated on May 27, 2015.
4572
 
    <a href="bugs.html">Found a bug</a>?
4573
 
    <br />
4574
 
    Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.2.3.
4575
 
    </div>
4576
 
 
4577
 
  </body>
4578
 
</html>
 
 
b'\\ No newline at end of file'