瀏覽
索引
模組
|
Python
»
3.9.20 Documentation
»
|
索引 – B
b"
bytes literal
b'
bytes literal
b16decode() (於 base64 模組中)
b16encode() (於 base64 模組中)
b2a_base64() (於 binascii 模組中)
b2a_hex() (於 binascii 模組中)
b2a_hqx() (於 binascii 模組中)
b2a_qp() (於 binascii 模組中)
b2a_uu() (於 binascii 模組中)
b32decode() (於 base64 模組中)
b32encode() (於 base64 模組中)
b64decode() (於 base64 模組中)
b64encode() (於 base64 模組中)
b85decode() (於 base64 模組中)
b85encode() (於 base64 模組中)
Babyl (mailbox 中的類別)
BabylMessage (mailbox 中的類別)
back() (於 turtle 模組中)
backslash character
backslashreplace
error handler's name
backslashreplace_errors() (於 codecs 模組中)
backup() (sqlite3.Connection 的方法)
backward() (於 turtle 模組中)
BadGzipFile
BadStatusLine
BadZipFile
BadZipfile
Balloon (tkinter.tix 中的類別)
Barrier (multiprocessing 中的類別)
(threading 中的類別)
Barrier() (multiprocessing.managers.SyncManager 的方法)
base64
encoding
模組
base64 (模組)
base_exec_prefix (於 sys 模組中)
base_prefix (於 sys 模組中)
BaseCGIHandler (wsgiref.handlers 中的類別)
BaseCookie (http.cookies 中的類別)
BaseException
BaseHandler (urllib.request 中的類別)
(wsgiref.handlers 中的類別)
BaseHeader (email.headerregistry 中的類別)
BaseHTTPRequestHandler (http.server 中的類別)
BaseManager (multiprocessing.managers 中的類別)
basename() (於 os.path 模組中)
BaseProtocol (asyncio 中的類別)
BaseProxy (multiprocessing.managers 中的類別)
BaseRequestHandler (socketserver 中的類別)
BaseRotatingHandler (logging.handlers 中的類別)
BaseSelector (selectors 中的類別)
BaseServer (socketserver 中的類別)
basestring (2to3 fixer)
BaseTransport (asyncio 中的類別)
basicConfig() (於 logging 模組中)
BasicContext (decimal 中的類別)
BasicInterpolation (configparser 中的類別)
BasicTestRunner (test.support 中的類別)
baudrate() (於 curses 模組中)
bbox() (tkinter.ttk.Treeview 的方法)
BDADDR_ANY (於 socket 模組中)
BDADDR_LOCAL (於 socket 模組中)
bdb
模組
Bdb (bdb 中的類別)
bdb (模組)
BdbQuit
BDFL
bdist_msi (distutils.command.bdist_msi 中的類別)
beep() (於 curses 模組中)
Beep() (於 winsound 模組中)
BEFORE_ASYNC_WITH (opcode)
begin_fill() (於 turtle 模組中)
begin_poly() (於 turtle 模組中)
below() (curses.panel.Panel 的方法)
BELOW_NORMAL_PRIORITY_CLASS (於 subprocess 模組中)
Benchmarking
benchmarking
,
[1]
,
[2]
betavariate() (於 random 模組中)
bgcolor() (於 turtle 模組中)
bgpic() (於 turtle 模組中)
bias() (於 audioop 模組中)
bidirectional() (於 unicodedata 模組中)
bigaddrspacetest() (於 test.support 模組中)
BigEndianStructure (ctypes 中的類別)
bigmemtest() (於 test.support 模組中)
bin() (內建函式)
binary
arithmetic operation
bitwise operation
data, packing
literals
Binary (msilib 中的類別)
(xmlrpc.client 中的類別)
binary file(二進制檔案)
binary literal
binary mode
binary semaphores
BINARY_ADD (opcode)
BINARY_AND (opcode)
BINARY_FLOOR_DIVIDE (opcode)
BINARY_LSHIFT (opcode)
BINARY_MATRIX_MULTIPLY (opcode)
BINARY_MODULO (opcode)
BINARY_MULTIPLY (opcode)
BINARY_OR (opcode)
BINARY_POWER (opcode)
BINARY_RSHIFT (opcode)
BINARY_SUBSCR (opcode)
BINARY_SUBTRACT (opcode)
BINARY_TRUE_DIVIDE (opcode)
BINARY_XOR (opcode)
binaryfunc (C 型態)
BinaryIO (typing 中的類別)
binascii (模組)
bind (widgets)
bind() (asyncore.dispatcher 的方法)
(inspect.Signature 的方法)
(socket.socket 的方法)
bind_partial() (inspect.Signature 的方法)
bind_port() (於 test.support.socket_helper 模組中)
bind_textdomain_codeset() (於 gettext 模組中)
bind_unix_socket() (於 test.support.socket_helper 模組中)
binding
global name
name
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
,
[6]
bindtextdomain() (於 gettext 模組中)
(於 locale 模組中)
binhex
模組
binhex (模組)
binhex() (於 binhex 模組中)
BinOp (ast 中的類別)
bisect (模組)
bisect() (於 bisect 模組中)
bisect_left() (於 bisect 模組中)
bisect_right() (於 bisect 模組中)
bit_length() (int 的方法)
BitAnd (ast 中的類別)
bitmap() (msilib.Dialog 的方法)
BitOr (ast 中的類別)
bitwise
and
operation, binary
operation, unary
operations
or
xor
BitXor (ast 中的類別)
bk() (於 turtle 模組中)
bkgd() (curses.window 的方法)
bkgdset() (curses.window 的方法)
blake2b() (於 hashlib 模組中)
blake2b, blake2s
blake2b.MAX_DIGEST_SIZE (於 hashlib 模組中)
blake2b.MAX_KEY_SIZE (於 hashlib 模組中)
blake2b.PERSON_SIZE (於 hashlib 模組中)
blake2b.SALT_SIZE (於 hashlib 模組中)
blake2s() (於 hashlib 模組中)
blake2s.MAX_DIGEST_SIZE (於 hashlib 模組中)
blake2s.MAX_KEY_SIZE (於 hashlib 模組中)
blake2s.PERSON_SIZE (於 hashlib 模組中)
blake2s.SALT_SIZE (於 hashlib 模組中)
blank line
block
code
block_size (hmac.HMAC 的屬性)
blocked_domains() (http.cookiejar.DefaultCookiePolicy 的方法)
BlockingIOError
,
[1]
blocksize (http.client.HTTPConnection 的屬性)
BNF
,
[1]
body() (nntplib.NNTP 的方法)
(tkinter.simpledialog.Dialog 的方法)
body_encode() (email.charset.Charset 的方法)
body_encoding (email.charset.Charset 的屬性)
body_line_iterator() (於 email.iterators 模組中)
BOLD (於 tkinter.font 模組中)
BOM (於 codecs 模組中)
BOM_BE (於 codecs 模組中)
BOM_LE (於 codecs 模組中)
BOM_UTF16 (於 codecs 模組中)
BOM_UTF16_BE (於 codecs 模組中)
BOM_UTF16_LE (於 codecs 模組中)
BOM_UTF32 (於 codecs 模組中)
BOM_UTF32_BE (於 codecs 模組中)
BOM_UTF32_LE (於 codecs 模組中)
BOM_UTF8 (於 codecs 模組中)
bool (內建類別)
Boolean
operation
operations
,
[1]
type
values
物件
,
[1]
BOOLEAN_STATES (configparser.ConfigParser 的屬性)
BoolOp (ast 中的類別)
bootstrap() (於 ensurepip 模組中)
border() (curses.window 的方法)
bottom() (curses.panel.Panel 的方法)
bottom_panel() (於 curses.panel 模組中)
BoundArguments (inspect 中的類別)
BoundaryError
BoundedSemaphore (asyncio 中的類別)
(multiprocessing 中的類別)
(threading 中的類別)
BoundedSemaphore() (multiprocessing.managers.SyncManager 的方法)
box() (curses.window 的方法)
bpformat() (bdb.Breakpoint 的方法)
bpprint() (bdb.Breakpoint 的方法)
break
陳述式
,
[1]
,
[2]
,
[3]
,
[4]
Break (ast 中的類別)
break (pdb command)
break_anywhere() (bdb.Bdb 的方法)
break_here() (bdb.Bdb 的方法)
break_long_words (textwrap.TextWrapper 的屬性)
break_on_hyphens (textwrap.TextWrapper 的屬性)
Breakpoint (bdb 中的類別)
breakpoint() (內建函式)
breakpointhook() (於 sys 模組中)
breakpoints
broadcast_address (ipaddress.IPv4Network 的屬性)
(ipaddress.IPv6Network 的屬性)
broken (threading.Barrier 的屬性)
BrokenBarrierError
BrokenExecutor
BrokenPipeError
BrokenProcessPool
BrokenThreadPool
BROWSER
,
[1]
BsdDbShelf (shelve 中的類別)
buf (multiprocessing.shared_memory.SharedMemory 的屬性)
buffer (2to3 fixer)
(io.TextIOBase 的屬性)
(unittest.TestResult 的屬性)
buffer interface
(see buffer protocol)
buffer object
(see buffer protocol)
buffer protocol
binary sequence types
str (built-in class)
buffer size, I/O
buffer_info() (array.array 的方法)
buffer_size (xml.parsers.expat.xmlparser 的屬性)
buffer_text (xml.parsers.expat.xmlparser 的屬性)
buffer_updated() (asyncio.BufferedProtocol 的方法)
buffer_used (xml.parsers.expat.xmlparser 的屬性)
BufferedIOBase (io 中的類別)
BufferedProtocol (asyncio 中的類別)
BufferedRandom (io 中的類別)
BufferedReader (io 中的類別)
BufferedRWPair (io 中的類別)
BufferedWriter (io 中的類別)
BufferError
BufferingHandler (logging.handlers 中的類別)
BufferTooShort
bufsize() (ossaudiodev.oss_audio_device 的方法)
BUILD_CONST_KEY_MAP (opcode)
BUILD_LIST (opcode)
BUILD_MAP (opcode)
build_opener() (於 urllib.request 模組中)
build_py (distutils.command.build_py 中的類別)
build_py_2to3 (distutils.command.build_py 中的類別)
BUILD_SET (opcode)
BUILD_SLICE (opcode)
BUILD_STRING (opcode)
BUILD_TUPLE (opcode)
built-in
method
types
built-in function
call
物件
,
[1]
built-in method
call
物件
,
[1]
builtin_module_names (於 sys 模組中)
BuiltinFunctionType (於 types 模組中)
BuiltinImporter (importlib.machinery 中的類別)
BuiltinMethodType (於 types 模組中)
builtins
模組
,
[1]
,
[2]
,
[3]
,
[4]
builtins (模組)
ButtonBox (tkinter.tix 中的類別)
buttonbox() (tkinter.simpledialog.Dialog 的方法)
bye() (於 turtle 模組中)
byref() (於 ctypes 模組中)
byte
byte-code
file
,
[1]
byte_compile() (於 distutils.util 模組中)
bytearray
formatting
interpolation
methods
物件
,
[1]
,
[2]
,
[3]
bytearray (內建類別)
bytecode
Bytecode (dis 中的類別)
Bytecode.codeobj (於 dis 模組中)
Bytecode.first_line (於 dis 模組中)
BYTECODE_SUFFIXES (於 importlib.machinery 模組中)
BytecodeTestCase (test.support.bytecode_helper 中的類別)
bytecode(位元組碼)
byteorder (於 sys 模組中)
bytes
formatting
interpolation
methods
str (built-in class)
內建函式
,
[1]
物件
,
[1]
,
[2]
bytes (uuid.UUID 的屬性)
(內建類別)
bytes literal
bytes-like object(類位元組串物件)
bytes_le (uuid.UUID 的屬性)
BytesFeedParser (email.parser 中的類別)
BytesGenerator (email.generator 中的類別)
BytesHeaderParser (email.parser 中的類別)
BytesIO (io 中的類別)
BytesParser (email.parser 中的類別)
ByteString (collections.abc 中的類別)
(typing 中的類別)
byteswap() (array.array 的方法)
(於 audioop 模組中)
BytesWarning
bz2 (模組)
BZ2Compressor (bz2 中的類別)
BZ2Decompressor (bz2 中的類別)
BZ2File (bz2 中的類別)
瀏覽
索引
模組
|
Python
»
3.9.20 Documentation
»
|