-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgenindex-B.html
864 lines (811 loc) · 38.7 KB
/
genindex-B.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="zh_TW">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>索引 — Python 3.7.0 說明文件</title>
<link rel="stylesheet" href="_static/pydoctheme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/translations.js"></script>
<script type="text/javascript" src="_static/sidebar.js"></script>
<link rel="search" type="application/opensearchdescription+xml"
title="在 Python 3.7.0 說明文件 中搜尋"
href="_static/opensearch.xml"/>
<link rel="author" title="關於這些文件" href="about.html" />
<link rel="index" title="索引" href="genindex.html" />
<link rel="search" title="搜尋" href="search.html" />
<link rel="copyright" title="Copyright" href="copyright.html" />
<link rel="shortcut icon" type="image/png" href="_static/py.png" />
<link rel="canonical" href="https://docs.python.org/3/genindex-B.html" />
<script type="text/javascript" src="_static/copybutton.js"></script>
<script type="text/javascript" src="_static/switchers.js"></script>
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>瀏覽</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">索引</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python 模組索引"
>模組</a> |</li>
<li><img src="_static/py.png" alt=""
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://www.python.org/">Python</a> »</li>
<li>
<span class="language_switcher_placeholder">zh_TW</span>
<span class="version_switcher_placeholder">3.7.0</span>
<a href="index.html">Documentation </a> »
</li>
<li class="right">
<div class="inline-search" style="display: none" role="search">
<form class="inline-search" action="search.html" method="get">
<input placeholder="Quick search" type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('.inline-search').show(0);</script>
|
</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<h1 id="index">索引 – B</h1>
<table style="width: 100%" class="indextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="library/base64.html#base64.b16decode">b16decode() (於 base64 模組中)</a>
</li>
<li><a href="library/base64.html#base64.b16encode">b16encode() (於 base64 模組中)</a>
</li>
<li><a href="library/binascii.html#binascii.b2a_base64">b2a_base64() (於 binascii 模組中)</a>
</li>
<li><a href="library/binascii.html#binascii.b2a_hex">b2a_hex() (於 binascii 模組中)</a>
</li>
<li><a href="library/binascii.html#binascii.b2a_hqx">b2a_hqx() (於 binascii 模組中)</a>
</li>
<li><a href="library/binascii.html#binascii.b2a_qp">b2a_qp() (於 binascii 模組中)</a>
</li>
<li><a href="library/binascii.html#binascii.b2a_uu">b2a_uu() (於 binascii 模組中)</a>
</li>
<li><a href="library/base64.html#base64.b32decode">b32decode() (於 base64 模組中)</a>
</li>
<li><a href="library/base64.html#base64.b32encode">b32encode() (於 base64 模組中)</a>
</li>
<li><a href="library/base64.html#base64.b64decode">b64decode() (於 base64 模組中)</a>
</li>
<li><a href="library/base64.html#base64.b64encode">b64encode() (於 base64 模組中)</a>
</li>
<li><a href="library/base64.html#base64.b85decode">b85decode() (於 base64 模組中)</a>
</li>
<li><a href="library/base64.html#base64.b85encode">b85encode() (於 base64 模組中)</a>
</li>
<li><a href="library/mailbox.html#mailbox.Babyl">Babyl (mailbox 中的類別)</a>
</li>
<li><a href="library/mailbox.html#mailbox.BabylMessage">BabylMessage (mailbox 中的類別)</a>
</li>
<li><a href="library/turtle.html#turtle.back">back() (於 turtle 模組中)</a>
</li>
<li><a href="reference/lexical_analysis.html#index-6">backslash character</a>
</li>
<li><a href="library/codecs.html#codecs.backslashreplace_errors">backslashreplace_errors() (於 codecs 模組中)</a>
</li>
<li><a href="library/sqlite3.html#sqlite3.Connection.backup">backup() (sqlite3.Connection 的成員函數)</a>
</li>
<li><a href="library/turtle.html#turtle.backward">backward() (於 turtle 模組中)</a>
</li>
<li><a href="library/http.client.html#http.client.BadStatusLine">BadStatusLine</a>
</li>
<li><a href="library/zipfile.html#zipfile.BadZipFile">BadZipFile</a>
</li>
<li><a href="library/zipfile.html#zipfile.BadZipfile">BadZipfile</a>
</li>
<li><a href="library/tkinter.tix.html#tkinter.tix.Balloon">Balloon (tkinter.tix 中的類別)</a>
</li>
<li><a href="library/multiprocessing.html#multiprocessing.Barrier">Barrier (multiprocessing 中的類別)</a>
<ul>
<li><a href="library/threading.html#threading.Barrier">(threading 中的類別)</a>
</li>
</ul></li>
<li><a href="library/multiprocessing.html#multiprocessing.managers.SyncManager.Barrier">Barrier() (multiprocessing.managers.SyncManager 的成員函數)</a>
</li>
<li>
base64
<ul>
<li><a href="library/base64.html#index-0">encoding</a>
</li>
<li><a href="library/binascii.html#index-0">模組</a>
</li>
</ul></li>
<li><a href="library/base64.html#module-base64">base64 (模組)</a>
</li>
<li><a href="library/sys.html#sys.base_exec_prefix">base_exec_prefix (於 sys 模組中)</a>
</li>
<li><a href="library/sys.html#sys.base_prefix">base_prefix (於 sys 模組中)</a>
</li>
<li><a href="library/wsgiref.html#wsgiref.handlers.BaseCGIHandler">BaseCGIHandler (wsgiref.handlers 中的類別)</a>
</li>
<li><a href="library/http.cookies.html#http.cookies.BaseCookie">BaseCookie (http.cookies 中的類別)</a>
</li>
<li><a href="library/asyncio-eventloop.html#asyncio.BaseEventLoop">BaseEventLoop (asyncio 中的類別)</a>
</li>
<li><a href="library/exceptions.html#BaseException">BaseException</a>
</li>
<li><a href="library/urllib.request.html#urllib.request.BaseHandler">BaseHandler (urllib.request 中的類別)</a>
<ul>
<li><a href="library/wsgiref.html#wsgiref.handlers.BaseHandler">(wsgiref.handlers 中的類別)</a>
</li>
</ul></li>
<li><a href="library/email.headerregistry.html#email.headerregistry.BaseHeader">BaseHeader (email.headerregistry 中的類別)</a>
</li>
<li><a href="library/http.server.html#http.server.BaseHTTPRequestHandler">BaseHTTPRequestHandler (http.server 中的類別)</a>
</li>
<li><a href="library/multiprocessing.html#multiprocessing.managers.BaseManager">BaseManager (multiprocessing.managers 中的類別)</a>
</li>
<li><a href="library/os.path.html#os.path.basename">basename() (於 os.path 模組中)</a>
</li>
<li><a href="library/multiprocessing.html#multiprocessing.managers.BaseProxy">BaseProxy (multiprocessing.managers 中的類別)</a>
</li>
<li><a href="library/socketserver.html#socketserver.BaseRequestHandler">BaseRequestHandler (socketserver 中的類別)</a>
</li>
<li><a href="library/logging.handlers.html#logging.handlers.BaseRotatingHandler">BaseRotatingHandler (logging.handlers 中的類別)</a>
</li>
<li><a href="library/selectors.html#selectors.BaseSelector">BaseSelector (selectors 中的類別)</a>
</li>
<li><a href="library/socketserver.html#socketserver.BaseServer">BaseServer (socketserver 中的類別)</a>
</li>
<li><a href="library/2to3.html#2to3fixer-basestring">basestring (2to3 fixer)</a>
</li>
<li><a href="library/asyncio-protocol.html#asyncio.BaseSubprocessTransport">BaseSubprocessTransport (asyncio 中的類別)</a>
</li>
<li><a href="library/asyncio-protocol.html#asyncio.BaseTransport">BaseTransport (asyncio 中的類別)</a>
</li>
<li><a href="library/logging.html#logging.basicConfig">basicConfig() (於 logging 模組中)</a>
</li>
<li><a href="library/decimal.html#decimal.BasicContext">BasicContext (decimal 中的類別)</a>
</li>
<li><a href="library/configparser.html#configparser.BasicInterpolation">BasicInterpolation (configparser 中的類別)</a>
</li>
<li><a href="library/test.html#test.support.BasicTestRunner">BasicTestRunner (test.support 中的類別)</a>
</li>
<li><a href="library/curses.html#curses.baudrate">baudrate() (於 curses 模組中)</a>
</li>
<li><a href="library/tkinter.ttk.html#tkinter.ttk.Treeview.bbox">bbox() (tkinter.ttk.Treeview 的成員函數)</a>
</li>
<li><a href="library/socket.html#socket.BDADDR_ANY">BDADDR_ANY (於 socket 模組中)</a>
</li>
<li><a href="library/socket.html#socket.BDADDR_LOCAL">BDADDR_LOCAL (於 socket 模組中)</a>
</li>
<li>
bdb
<ul>
<li><a href="library/pdb.html#index-1">模組</a>
</li>
</ul></li>
<li><a href="library/bdb.html#bdb.Bdb">Bdb (bdb 中的類別)</a>
</li>
<li><a href="library/bdb.html#module-bdb">bdb (模組)</a>
</li>
<li><a href="library/bdb.html#bdb.BdbQuit">BdbQuit</a>
</li>
<li><a href="glossary.html#term-bdfl"><strong>BDFL</strong></a>
</li>
<li><a href="distutils/apiref.html#distutils.command.bdist_msi.bdist_msi">bdist_msi (distutils.command.bdist_msi 中的類別)</a>
</li>
<li><a href="library/curses.html#curses.beep">beep() (於 curses 模組中)</a>
</li>
<li><a href="library/winsound.html#winsound.Beep">Beep() (於 winsound 模組中)</a>
</li>
<li><a href="library/dis.html#opcode-BEFORE_ASYNC_WITH">BEFORE_ASYNC_WITH (opcode)</a>
</li>
<li><a href="library/turtle.html#turtle.begin_fill">begin_fill() (於 turtle 模組中)</a>
</li>
<li><a href="library/turtle.html#turtle.begin_poly">begin_poly() (於 turtle 模組中)</a>
</li>
<li><a href="library/curses.panel.html#curses.panel.Panel.below">below() (curses.panel.Panel 的成員函數)</a>
</li>
<li><a href="library/subprocess.html#subprocess.BELOW_NORMAL_PRIORITY_CLASS">BELOW_NORMAL_PRIORITY_CLASS (於 subprocess 模組中)</a>
</li>
<li><a href="library/timeit.html#index-0">Benchmarking</a>
</li>
<li><a href="library/time.html#index-11">benchmarking</a>, <a href="library/time.html#index-6">[1]</a>, <a href="library/time.html#index-7">[2]</a>, <a href="library/time.html#index-8">[3]</a>
</li>
<li><a href="library/random.html#random.betavariate">betavariate() (於 random 模組中)</a>
</li>
<li><a href="library/turtle.html#turtle.bgcolor">bgcolor() (於 turtle 模組中)</a>
</li>
<li><a href="library/turtle.html#turtle.bgpic">bgpic() (於 turtle 模組中)</a>
</li>
<li><a href="library/audioop.html#audioop.bias">bias() (於 audioop 模組中)</a>
</li>
<li><a href="library/unicodedata.html#unicodedata.bidirectional">bidirectional() (於 unicodedata 模組中)</a>
</li>
<li><a href="library/test.html#test.support.bigaddrspacetest">bigaddrspacetest() (於 test.support 模組中)</a>
</li>
<li><a href="library/ctypes.html#ctypes.BigEndianStructure">BigEndianStructure (ctypes 中的類別)</a>
</li>
<li><a href="library/test.html#test.support.bigmemtest">bigmemtest() (於 test.support 模組中)</a>
</li>
<li><a href="library/functions.html#bin">bin() (內建函式)</a>
</li>
<li>
binary
<ul>
<li><a href="reference/expressions.html#index-55">arithmetic operation</a>
</li>
<li><a href="reference/expressions.html#index-64">bitwise operation</a>
</li>
<li><a href="library/struct.html#index-0">data, packing</a>
</li>
<li><a href="library/stdtypes.html#index-12">literals</a>
</li>
</ul></li>
<li><a href="library/msilib.html#msilib.Binary">Binary (msilib 中的類別)</a>
<ul>
<li><a href="library/xmlrpc.client.html#xmlrpc.client.Binary">(xmlrpc.client 中的類別)</a>
</li>
</ul></li>
<li><a href="glossary.html#term-binary-file"><strong>binary file</strong></a>
</li>
<li><a href="reference/lexical_analysis.html#index-22">binary literal</a>
</li>
<li><a href="library/functions.html#index-7">binary mode</a>
</li>
<li><a href="library/_thread.html#index-0">binary semaphores</a>
</li>
<li><a href="library/dis.html#opcode-BINARY_ADD">BINARY_ADD (opcode)</a>
</li>
<li><a href="library/dis.html#opcode-BINARY_AND">BINARY_AND (opcode)</a>
</li>
<li><a href="library/dis.html#opcode-BINARY_FLOOR_DIVIDE">BINARY_FLOOR_DIVIDE (opcode)</a>
</li>
<li><a href="library/dis.html#opcode-BINARY_LSHIFT">BINARY_LSHIFT (opcode)</a>
</li>
<li><a href="library/dis.html#opcode-BINARY_MATRIX_MULTIPLY">BINARY_MATRIX_MULTIPLY (opcode)</a>
</li>
<li><a href="library/dis.html#opcode-BINARY_MODULO">BINARY_MODULO (opcode)</a>
</li>
<li><a href="library/dis.html#opcode-BINARY_MULTIPLY">BINARY_MULTIPLY (opcode)</a>
</li>
<li><a href="library/dis.html#opcode-BINARY_OR">BINARY_OR (opcode)</a>
</li>
<li><a href="library/dis.html#opcode-BINARY_POWER">BINARY_POWER (opcode)</a>
</li>
<li><a href="library/dis.html#opcode-BINARY_RSHIFT">BINARY_RSHIFT (opcode)</a>
</li>
<li><a href="library/dis.html#opcode-BINARY_SUBSCR">BINARY_SUBSCR (opcode)</a>
</li>
<li><a href="library/dis.html#opcode-BINARY_SUBTRACT">BINARY_SUBTRACT (opcode)</a>
</li>
<li><a href="library/dis.html#opcode-BINARY_TRUE_DIVIDE">BINARY_TRUE_DIVIDE (opcode)</a>
</li>
<li><a href="library/dis.html#opcode-BINARY_XOR">BINARY_XOR (opcode)</a>
</li>
<li><a href="library/binascii.html#module-binascii">binascii (模組)</a>
</li>
<li><a href="library/tkinter.html#index-3">bind (widgets)</a>
</li>
<li><a href="library/asyncore.html#asyncore.dispatcher.bind">bind() (asyncore.dispatcher 的成員函數)</a>
<ul>
<li><a href="library/inspect.html#inspect.Signature.bind">(inspect.Signature 的成員函數)</a>
</li>
<li><a href="library/socket.html#socket.socket.bind">(socket.socket 的成員函數)</a>
</li>
</ul></li>
<li><a href="library/inspect.html#inspect.Signature.bind_partial">bind_partial() (inspect.Signature 的成員函數)</a>
</li>
<li><a href="library/test.html#test.support.bind_port">bind_port() (於 test.support 模組中)</a>
</li>
<li><a href="library/gettext.html#gettext.bind_textdomain_codeset">bind_textdomain_codeset() (於 gettext 模組中)</a>
</li>
<li><a href="library/test.html#test.support.bind_unix_socket">bind_unix_socket() (於 test.support 模組中)</a>
</li>
<li>
binding
<ul>
<li><a href="reference/simple_stmts.html#index-42">global name</a>
</li>
<li><a href="reference/compound_stmts.html#index-19">name</a>, <a href="reference/compound_stmts.html#index-19">[1]</a>, <a href="reference/compound_stmts.html#index-29">[2]</a>, <a href="reference/executionmodel.html#index-4">[3]</a>, <a href="reference/simple_stmts.html#index-34">[4]</a>, <a href="reference/simple_stmts.html#index-36">[5]</a>, <a href="reference/simple_stmts.html#index-4">[6]</a>
</li>
</ul></li>
<li><a href="library/gettext.html#gettext.bindtextdomain">bindtextdomain() (於 gettext 模組中)</a>
<ul>
<li><a href="library/locale.html#locale.bindtextdomain">(於 locale 模組中)</a>
</li>
</ul></li>
<li>
binhex
<ul>
<li><a href="library/binascii.html#index-0">模組</a>
</li>
</ul></li>
<li><a href="library/binhex.html#module-binhex">binhex (模組)</a>
</li>
<li><a href="library/binhex.html#binhex.binhex">binhex() (於 binhex 模組中)</a>
</li>
<li><a href="library/bisect.html#module-bisect">bisect (模組)</a>
</li>
<li><a href="library/bisect.html#bisect.bisect">bisect() (於 bisect 模組中)</a>
</li>
<li><a href="library/bisect.html#bisect.bisect_left">bisect_left() (於 bisect 模組中)</a>
</li>
<li><a href="library/bisect.html#bisect.bisect_right">bisect_right() (於 bisect 模組中)</a>
</li>
<li><a href="library/stdtypes.html#int.bit_length">bit_length() (int 的方法)</a>
</li>
<li><a href="library/msilib.html#msilib.Dialog.bitmap">bitmap() (msilib.Dialog 的成員函數)</a>
</li>
<li>
bitwise
<ul>
<li><a href="reference/expressions.html#index-65">and</a>
</li>
<li><a href="reference/expressions.html#index-64">operation, binary</a>
</li>
<li><a href="reference/expressions.html#index-50">operation, unary</a>
</li>
<li><a href="library/stdtypes.html#index-16">operations</a>
</li>
<li><a href="reference/expressions.html#index-67">or</a>
</li>
<li><a href="reference/expressions.html#index-66">xor</a>
</li>
</ul></li>
<li><a href="library/turtle.html#turtle.bk">bk() (於 turtle 模組中)</a>
</li>
<li><a href="library/curses.html#curses.window.bkgd">bkgd() (curses.window 的成員函數)</a>
</li>
<li><a href="library/curses.html#curses.window.bkgdset">bkgdset() (curses.window 的成員函數)</a>
</li>
<li><a href="library/hashlib.html#hashlib.blake2b">blake2b() (於 hashlib 模組中)</a>
</li>
<li><a href="library/hashlib.html#index-4">blake2b, blake2s</a>
</li>
<li><a href="library/hashlib.html#hashlib.blake2b.MAX_DIGEST_SIZE">blake2b.MAX_DIGEST_SIZE (於 hashlib 模組中)</a>
</li>
<li><a href="library/hashlib.html#hashlib.blake2b.MAX_KEY_SIZE">blake2b.MAX_KEY_SIZE (於 hashlib 模組中)</a>
</li>
<li><a href="library/hashlib.html#hashlib.blake2b.PERSON_SIZE">blake2b.PERSON_SIZE (於 hashlib 模組中)</a>
</li>
<li><a href="library/hashlib.html#hashlib.blake2b.SALT_SIZE">blake2b.SALT_SIZE (於 hashlib 模組中)</a>
</li>
<li><a href="library/hashlib.html#hashlib.blake2s">blake2s() (於 hashlib 模組中)</a>
</li>
<li><a href="library/hashlib.html#hashlib.blake2s.MAX_DIGEST_SIZE">blake2s.MAX_DIGEST_SIZE (於 hashlib 模組中)</a>
</li>
<li><a href="library/hashlib.html#hashlib.blake2s.MAX_KEY_SIZE">blake2s.MAX_KEY_SIZE (於 hashlib 模組中)</a>
</li>
<li><a href="library/hashlib.html#hashlib.blake2s.PERSON_SIZE">blake2s.PERSON_SIZE (於 hashlib 模組中)</a>
</li>
<li><a href="library/hashlib.html#hashlib.blake2s.SALT_SIZE">blake2s.SALT_SIZE (於 hashlib 模組中)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="reference/lexical_analysis.html#index-7">blank line</a>
</li>
<li><a href="reference/executionmodel.html#index-1">block</a>
<ul>
<li><a href="reference/executionmodel.html#index-0">code</a>
</li>
</ul></li>
<li><a href="library/hmac.html#hmac.HMAC.block_size">block_size (hmac.HMAC 的屬性)</a>
</li>
<li><a href="library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.blocked_domains">blocked_domains() (http.cookiejar.DefaultCookiePolicy 的成員函數)</a>
</li>
<li><a href="library/exceptions.html#BlockingIOError">BlockingIOError</a>, <a href="library/io.html#io.BlockingIOError">[1]</a>
</li>
<li><a href="library/http.client.html#http.client.HTTPConnection.blocksize">blocksize (http.client.HTTPConnection 的屬性)</a>
</li>
<li><a href="reference/expressions.html#index-0">BNF</a>, <a href="reference/introduction.html#index-0">[1]</a>
</li>
<li><a href="library/nntplib.html#nntplib.NNTP.body">body() (nntplib.NNTP 的成員函數)</a>
</li>
<li><a href="library/email.charset.html#email.charset.Charset.body_encode">body_encode() (email.charset.Charset 的成員函數)</a>
</li>
<li><a href="library/email.charset.html#email.charset.Charset.body_encoding">body_encoding (email.charset.Charset 的屬性)</a>
</li>
<li><a href="library/email.iterators.html#email.iterators.body_line_iterator">body_line_iterator() (於 email.iterators 模組中)</a>
</li>
<li><a href="library/codecs.html#codecs.BOM">BOM (於 codecs 模組中)</a>
</li>
<li><a href="library/codecs.html#codecs.BOM_BE">BOM_BE (於 codecs 模組中)</a>
</li>
<li><a href="library/codecs.html#codecs.BOM_LE">BOM_LE (於 codecs 模組中)</a>
</li>
<li><a href="library/codecs.html#codecs.BOM_UTF16">BOM_UTF16 (於 codecs 模組中)</a>
</li>
<li><a href="library/codecs.html#codecs.BOM_UTF16_BE">BOM_UTF16_BE (於 codecs 模組中)</a>
</li>
<li><a href="library/codecs.html#codecs.BOM_UTF16_LE">BOM_UTF16_LE (於 codecs 模組中)</a>
</li>
<li><a href="library/codecs.html#codecs.BOM_UTF32">BOM_UTF32 (於 codecs 模組中)</a>
</li>
<li><a href="library/codecs.html#codecs.BOM_UTF32_BE">BOM_UTF32_BE (於 codecs 模組中)</a>
</li>
<li><a href="library/codecs.html#codecs.BOM_UTF32_LE">BOM_UTF32_LE (於 codecs 模組中)</a>
</li>
<li><a href="library/codecs.html#codecs.BOM_UTF8">BOM_UTF8 (於 codecs 模組中)</a>
</li>
<li><a href="library/functions.html#bool">bool (內建類別)</a>
</li>
<li>
Boolean
<ul>
<li><a href="reference/expressions.html#index-73">operation</a>
</li>
<li><a href="library/stdtypes.html#index-1">operations</a>, <a href="library/stdtypes.html#index-5">[1]</a>
</li>
<li><a href="library/functions.html#index-0">type</a>
</li>
<li><a href="library/stdtypes.html#index-54">values</a>
</li>
<li><a href="library/stdtypes.html#index-11">物件</a>, <a href="reference/datamodel.html#index-11">[1]</a>
</li>
</ul></li>
<li><a href="library/configparser.html#configparser.BOOLEAN_STATES">BOOLEAN_STATES (於 configparser 模組中)</a>
</li>
<li><a href="library/ensurepip.html#ensurepip.bootstrap">bootstrap() (於 ensurepip 模組中)</a>
</li>
<li><a href="library/curses.html#curses.window.border">border() (curses.window 的成員函數)</a>
</li>
<li><a href="library/curses.panel.html#curses.panel.Panel.bottom">bottom() (curses.panel.Panel 的成員函數)</a>
</li>
<li><a href="library/curses.panel.html#curses.panel.bottom_panel">bottom_panel() (於 curses.panel 模組中)</a>
</li>
<li><a href="library/inspect.html#inspect.BoundArguments">BoundArguments (inspect 中的類別)</a>
</li>
<li><a href="library/email.errors.html#email.errors.BoundaryError">BoundaryError</a>
</li>
<li><a href="library/asyncio-sync.html#asyncio.BoundedSemaphore">BoundedSemaphore (asyncio 中的類別)</a>
<ul>
<li><a href="library/multiprocessing.html#multiprocessing.BoundedSemaphore">(multiprocessing 中的類別)</a>
</li>
<li><a href="library/threading.html#threading.BoundedSemaphore">(threading 中的類別)</a>
</li>
</ul></li>
<li><a href="library/multiprocessing.html#multiprocessing.managers.SyncManager.BoundedSemaphore">BoundedSemaphore() (multiprocessing.managers.SyncManager 的成員函數)</a>
</li>
<li><a href="library/curses.html#curses.window.box">box() (curses.window 的成員函數)</a>
</li>
<li><a href="library/bdb.html#bdb.Breakpoint.bpformat">bpformat() (bdb.Breakpoint 的成員函數)</a>
</li>
<li><a href="library/bdb.html#bdb.Breakpoint.bpprint">bpprint() (bdb.Breakpoint 的成員函數)</a>
</li>
<li>
break
<ul>
<li><a href="reference/compound_stmts.html#index-13">陳述式</a>, <a href="reference/compound_stmts.html#index-15">[1]</a>, <a href="reference/compound_stmts.html#index-5">[2]</a>, <a href="reference/compound_stmts.html#index-7">[3]</a>, <a href="reference/simple_stmts.html#index-30">[4]</a>
</li>
</ul></li>
<li><a href="library/pdb.html#pdbcommand-break">break (pdb command)</a>
</li>
<li><a href="library/bdb.html#bdb.Bdb.break_anywhere">break_anywhere() (bdb.Bdb 的成員函數)</a>
</li>
<li><a href="library/bdb.html#bdb.Bdb.break_here">break_here() (bdb.Bdb 的成員函數)</a>
</li>
<li><a href="library/textwrap.html#textwrap.TextWrapper.break_long_words">break_long_words (textwrap.TextWrapper 的屬性)</a>
</li>
<li><a href="library/dis.html#opcode-BREAK_LOOP">BREAK_LOOP (opcode)</a>
</li>
<li><a href="library/textwrap.html#textwrap.TextWrapper.break_on_hyphens">break_on_hyphens (textwrap.TextWrapper 的屬性)</a>
</li>
<li><a href="library/bdb.html#bdb.Breakpoint">Breakpoint (bdb 中的類別)</a>
</li>
<li><a href="library/functions.html#breakpoint">breakpoint() (內建函式)</a>
</li>
<li><a href="library/sys.html#sys.breakpointhook">breakpointhook() (於 sys 模組中)</a>
</li>
<li><a href="library/idle.html#index-4">breakpoints</a>
</li>
<li><a href="library/ipaddress.html#ipaddress.IPv4Network.broadcast_address">broadcast_address (ipaddress.IPv4Network 的屬性)</a>
<ul>
<li><a href="library/ipaddress.html#ipaddress.IPv6Network.broadcast_address">(ipaddress.IPv6Network 的屬性)</a>
</li>
</ul></li>
<li><a href="library/threading.html#threading.Barrier.broken">broken (threading.Barrier 的屬性)</a>
</li>
<li><a href="library/threading.html#threading.BrokenBarrierError">BrokenBarrierError</a>
</li>
<li><a href="library/concurrent.futures.html#concurrent.futures.BrokenExecutor">BrokenExecutor</a>
</li>
<li><a href="library/exceptions.html#BrokenPipeError">BrokenPipeError</a>
</li>
<li><a href="library/concurrent.futures.html#concurrent.futures.process.BrokenProcessPool">BrokenProcessPool</a>
</li>
<li><a href="library/concurrent.futures.html#concurrent.futures.thread.BrokenThreadPool">BrokenThreadPool</a>
</li>
<li><a href="library/webbrowser.html#index-0">BROWSER</a>, <a href="library/webbrowser.html#index-1">[1]</a>
</li>
<li><a href="library/shelve.html#shelve.BsdDbShelf">BsdDbShelf (shelve 中的類別)</a>
</li>
<li><a href="library/2to3.html#2to3fixer-buffer">buffer (2to3 fixer)</a>
<ul>
<li><a href="library/io.html#io.TextIOBase.buffer">(io.TextIOBase 的屬性)</a>
</li>
<li><a href="library/unittest.html#unittest.TestResult.buffer">(unittest.TestResult 的屬性)</a>
</li>
</ul></li>
<li>
buffer interface
<ul>
<li><a href="c-api/buffer.html#index-0">(see buffer protocol)</a>
</li>
</ul></li>
<li>
buffer object
<ul>
<li><a href="c-api/buffer.html#index-0">(see buffer protocol)</a>
</li>
</ul></li>
<li><a href="c-api/buffer.html#index-0">buffer protocol</a>
<ul>
<li><a href="library/stdtypes.html#index-35">binary sequence types</a>
</li>
<li><a href="library/stdtypes.html#index-29">str (built-in class)</a>
</li>
</ul></li>
<li><a href="library/functions.html#index-7">buffer size, I/O</a>
</li>
<li><a href="library/array.html#array.array.buffer_info">buffer_info() (array.array 的成員函數)</a>
</li>
<li><a href="library/pyexpat.html#xml.parsers.expat.xmlparser.buffer_size">buffer_size (xml.parsers.expat.xmlparser 的屬性)</a>
</li>
<li><a href="library/pyexpat.html#xml.parsers.expat.xmlparser.buffer_text">buffer_text (xml.parsers.expat.xmlparser 的屬性)</a>
</li>
<li><a href="library/asyncio-protocol.html#asyncio.BufferedProtocol.buffer_updated">buffer_updated() (asyncio.BufferedProtocol 的成員函數)</a>
</li>
<li><a href="library/pyexpat.html#xml.parsers.expat.xmlparser.buffer_used">buffer_used (xml.parsers.expat.xmlparser 的屬性)</a>
</li>
<li><a href="library/io.html#io.BufferedIOBase">BufferedIOBase (io 中的類別)</a>
</li>
<li><a href="library/asyncio-protocol.html#asyncio.BufferedProtocol">BufferedProtocol (asyncio 中的類別)</a>
</li>
<li><a href="library/io.html#io.BufferedRandom">BufferedRandom (io 中的類別)</a>
</li>
<li><a href="library/io.html#io.BufferedReader">BufferedReader (io 中的類別)</a>
</li>
<li><a href="library/io.html#io.BufferedRWPair">BufferedRWPair (io 中的類別)</a>
</li>
<li><a href="library/io.html#io.BufferedWriter">BufferedWriter (io 中的類別)</a>
</li>
<li><a href="library/exceptions.html#BufferError">BufferError</a>
</li>
<li><a href="library/logging.handlers.html#logging.handlers.BufferingHandler">BufferingHandler (logging.handlers 中的類別)</a>
</li>
<li><a href="library/multiprocessing.html#multiprocessing.BufferTooShort">BufferTooShort</a>
</li>
<li><a href="library/ossaudiodev.html#ossaudiodev.oss_audio_device.bufsize">bufsize() (ossaudiodev.oss_audio_device 的成員函數)</a>
</li>
<li><a href="library/dis.html#opcode-BUILD_CONST_KEY_MAP">BUILD_CONST_KEY_MAP (opcode)</a>
</li>
<li><a href="library/dis.html#opcode-BUILD_LIST">BUILD_LIST (opcode)</a>
</li>
<li><a href="library/dis.html#opcode-BUILD_LIST_UNPACK">BUILD_LIST_UNPACK (opcode)</a>
</li>
<li><a href="library/dis.html#opcode-BUILD_MAP">BUILD_MAP (opcode)</a>
</li>
<li><a href="library/dis.html#opcode-BUILD_MAP_UNPACK">BUILD_MAP_UNPACK (opcode)</a>
</li>
<li><a href="library/dis.html#opcode-BUILD_MAP_UNPACK_WITH_CALL">BUILD_MAP_UNPACK_WITH_CALL (opcode)</a>
</li>
<li><a href="library/urllib.request.html#urllib.request.build_opener">build_opener() (於 urllib.request 模組中)</a>
</li>
<li><a href="distutils/apiref.html#distutils.command.build_py.build_py">build_py (distutils.command.build_py 中的類別)</a>
</li>
<li><a href="distutils/apiref.html#distutils.command.build_py.build_py_2to3">build_py_2to3 (distutils.command.build_py 中的類別)</a>
</li>
<li><a href="library/dis.html#opcode-BUILD_SET">BUILD_SET (opcode)</a>
</li>
<li><a href="library/dis.html#opcode-BUILD_SET_UNPACK">BUILD_SET_UNPACK (opcode)</a>
</li>
<li><a href="library/dis.html#opcode-BUILD_SLICE">BUILD_SLICE (opcode)</a>
</li>
<li><a href="library/dis.html#opcode-BUILD_STRING">BUILD_STRING (opcode)</a>
</li>
<li><a href="library/dis.html#opcode-BUILD_TUPLE">BUILD_TUPLE (opcode)</a>
</li>
<li><a href="library/dis.html#opcode-BUILD_TUPLE_UNPACK">BUILD_TUPLE_UNPACK (opcode)</a>
</li>
<li><a href="library/dis.html#opcode-BUILD_TUPLE_UNPACK_WITH_CALL">BUILD_TUPLE_UNPACK_WITH_CALL (opcode)</a>
</li>
<li>
built-in
<ul>
<li><a href="reference/datamodel.html#index-41">method</a>
</li>
<li><a href="library/stdtypes.html#index-0">types</a>
</li>
</ul></li>
<li>
built-in function
<ul>
<li><a href="reference/expressions.html#index-46">call</a>
</li>
<li><a href="reference/datamodel.html#index-40">物件</a>, <a href="reference/expressions.html#index-46">[1]</a>
</li>
</ul></li>
<li>
built-in method
<ul>
<li><a href="reference/expressions.html#index-46">call</a>
</li>
<li><a href="reference/datamodel.html#index-41">物件</a>, <a href="reference/expressions.html#index-46">[1]</a>
</li>
</ul></li>
<li><a href="library/sys.html#sys.builtin_module_names">builtin_module_names (於 sys 模組中)</a>
</li>
<li><a href="library/types.html#types.BuiltinFunctionType">BuiltinFunctionType (於 types 模組中)</a>
</li>
<li><a href="library/importlib.html#importlib.machinery.BuiltinImporter">BuiltinImporter (importlib.machinery 中的類別)</a>
</li>
<li><a href="library/types.html#types.BuiltinMethodType">BuiltinMethodType (於 types 模組中)</a>
</li>
<li>
builtins
<ul>
<li><a href="c-api/init.html#index-16">模組</a>, <a href="c-api/init.html#index-40">[1]</a>, <a href="c-api/intro.html#index-20">[2]</a>, <a href="reference/toplevel_components.html#index-2">[3]</a>, <a href="tutorial/modules.html#index-7">[4]</a>
</li>
</ul></li>
<li><a href="library/builtins.html#module-builtins">builtins (模組)</a>
</li>
<li><a href="library/tkinter.tix.html#tkinter.tix.ButtonBox">ButtonBox (tkinter.tix 中的類別)</a>
</li>
<li><a href="library/turtle.html#turtle.bye">bye() (於 turtle 模組中)</a>
</li>
<li><a href="library/ctypes.html#ctypes.byref">byref() (於 ctypes 模組中)</a>
</li>
<li><a href="reference/datamodel.html#index-21">byte</a>
</li>
<li>
byte-code
<ul>
<li><a href="library/imp.html#index-1">file</a>, <a href="library/py_compile.html#index-0">[1]</a>
</li>
</ul></li>
<li><a href="distutils/apiref.html#distutils.util.byte_compile">byte_compile() (於 distutils.util 模組中)</a>
</li>
<li><a href="reference/datamodel.html#index-24">bytearray</a>
<ul>
<li><a href="library/stdtypes.html#index-41">formatting</a>
</li>
<li><a href="library/stdtypes.html#index-41">interpolation</a>
</li>
<li><a href="library/stdtypes.html#index-39">methods</a>
</li>
<li><a href="c-api/bytearray.html#index-0">物件</a>, <a href="library/stdtypes.html#index-21">[1]</a>, <a href="library/stdtypes.html#index-36">[2]</a>, <a href="library/stdtypes.html#index-38">[3]</a>
</li>
</ul></li>
<li><a href="library/stdtypes.html#bytearray">bytearray (內建類別)</a>
</li>
<li><a href="reference/datamodel.html#index-55">bytecode</a>, <a href="glossary.html#term-bytecode"><strong>[1]</strong></a>
</li>
<li><a href="library/dis.html#dis.Bytecode">Bytecode (dis 中的類別)</a>
</li>
<li><a href="library/dis.html#dis.Bytecode.codeobj">Bytecode.codeobj (於 dis 模組中)</a>
</li>
<li><a href="library/dis.html#dis.Bytecode.first_line">Bytecode.first_line (於 dis 模組中)</a>
</li>
<li><a href="library/importlib.html#importlib.machinery.BYTECODE_SUFFIXES">BYTECODE_SUFFIXES (於 importlib.machinery 模組中)</a>
</li>
<li><a href="library/sys.html#sys.byteorder">byteorder (於 sys 模組中)</a>
</li>
<li><a href="reference/datamodel.html#index-21">bytes</a>
<ul>
<li><a href="library/stdtypes.html#index-41">formatting</a>
</li>
<li><a href="library/stdtypes.html#index-41">interpolation</a>
</li>
<li><a href="library/stdtypes.html#index-39">methods</a>
</li>
<li><a href="library/stdtypes.html#index-29">str (built-in class)</a>
</li>
<li><a href="c-api/object.html#index-3">內建函式</a>, <a href="reference/datamodel.html#index-73">[1]</a>
</li>
<li><a href="c-api/bytes.html#index-0">物件</a>, <a href="library/stdtypes.html#index-36">[1]</a>, <a href="library/stdtypes.html#index-37">[2]</a>
</li>
</ul></li>
<li><a href="library/uuid.html#uuid.UUID.bytes">bytes (uuid.UUID 的屬性)</a>
<ul>
<li><a href="library/stdtypes.html#bytes">(內建類別)</a>
</li>
</ul></li>
<li><a href="reference/lexical_analysis.html#index-15">bytes literal</a>
</li>
<li><a href="glossary.html#term-bytes-like-object"><strong>bytes-like object</strong></a>
</li>
<li><a href="library/uuid.html#uuid.UUID.bytes_le">bytes_le (uuid.UUID 的屬性)</a>
</li>
<li><a href="library/email.parser.html#email.parser.BytesFeedParser">BytesFeedParser (email.parser 中的類別)</a>
</li>
<li><a href="library/email.generator.html#email.generator.BytesGenerator">BytesGenerator (email.generator 中的類別)</a>
</li>
<li><a href="library/email.parser.html#email.parser.BytesHeaderParser">BytesHeaderParser (email.parser 中的類別)</a>
</li>
<li><a href="library/io.html#io.BytesIO">BytesIO (io 中的類別)</a>
</li>
<li><a href="library/email.parser.html#email.parser.BytesParser">BytesParser (email.parser 中的類別)</a>
</li>
<li><a href="library/collections.abc.html#collections.abc.ByteString">ByteString (collections.abc 中的類別)</a>
<ul>
<li><a href="library/typing.html#typing.ByteString">(typing 中的類別)</a>
</li>
</ul></li>
<li><a href="library/array.html#array.array.byteswap">byteswap() (array.array 的成員函數)</a>
<ul>
<li><a href="library/audioop.html#audioop.byteswap">(於 audioop 模組中)</a>
</li>
</ul></li>
<li><a href="library/exceptions.html#BytesWarning">BytesWarning</a>
</li>
<li><a href="library/bz2.html#module-bz2">bz2 (模組)</a>
</li>
<li><a href="library/bz2.html#bz2.BZ2Compressor">BZ2Compressor (bz2 中的類別)</a>
</li>
<li><a href="library/bz2.html#bz2.BZ2Decompressor">BZ2Decompressor (bz2 中的類別)</a>
</li>
<li><a href="library/bz2.html#bz2.BZ2File">BZ2File (bz2 中的類別)</a>
</li>
</ul></td>
</tr></table>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>瀏覽</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>索引</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python 模組索引"
>模組</a> |</li>
<li><img src="_static/py.png" alt=""
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://www.python.org/">Python</a> »</li>
<li>
<span class="language_switcher_placeholder">zh_TW</span>
<span class="version_switcher_placeholder">3.7.0</span>
<a href="index.html">Documentation </a> »
</li>
<li class="right">
<div class="inline-search" style="display: none" role="search">
<form class="inline-search" action="search.html" method="get">
<input placeholder="Quick search" type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('.inline-search').show(0);</script>
|
</li>
</ul>
</div>
<div class="footer">
© <a href="copyright.html">Copyright</a> 2001-2018, Python Software Foundation.
<br />
The Python Software Foundation is a non-profit corporation.
<a href="https://www.python.org/psf/donations/">Please donate.</a>
<br />
Last updated on 8月 22, 2018.
<a href="bugs.html">Found a bug</a>?
<br />
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.7.7.
</div>
</body>
</html>