|
- body() (nntplib.NNTP 方法)
- 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
- BOOLEAN_STATES (configparser.ConfigParser 属性)
- BoolOp (ast 中的类)
- bootstrap() (在 ensurepip 模块中)
- border() (curses.window 方法)
- borrowed reference -- 借入引用
- bottom() (curses.panel.Panel 方法)
- bottom_panel() (在 curses.panel 模块中)
- BoundArguments (inspect 中的类)
- BoundaryError
- BoundedSemaphore (asyncio 中的类)
- BoundedSemaphore() (multiprocessing.managers.SyncManager 方法)
- box() (curses.window 方法)
- bpbynumber (bdb.Breakpoint 属性)
- bpformat() (bdb.Breakpoint 方法)
- bplist (bdb.Breakpoint 属性)
- bpprint() (bdb.Breakpoint 方法)
-
break
- 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 属性)
- broken (asyncio.Barrier 属性)
- BrokenBarrierError, [1]
- BrokenExecutor
- BrokenPipeError
- BrokenProcessPool
- BrokenThreadPool
- BROWSER, [1]
- BS() (在 curses.ascii 模块中)
- BsdDbShelf (shelve 中的类)
- buf (multiprocessing.shared_memory.SharedMemory 属性)
- buffer (2to3 fixer)
-
buffer interface
-
buffer object
- buffer protocol
- 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
- BufferingFormatter (logging 中的类)
- 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
-
built-in function
- __import__
- abs, [1]
- ascii
- bytes, [1]
- call
- chr
- classmethod
- compile, [1], [2], [3]
- complex, [1]
- divmod, [1], [2]
- eval, [1], [2], [3], [4]
- exec, [1], [2]
- float, [1], [2]
- hash, [1], [2], [3]
- help
- id
- int, [1], [2]
- len, [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11]
- max
- min
- object, [1]
- open, [1]
- ord
- pow, [1], [2], [3], [4], [5]
- print
- range
- repr, [1], [2], [3]
- round
- slice, [1]
- staticmethod
- tuple, [1]
- type, [1], [2], [3]
-
built-in method
- builtin_module_names() (在 sys 模块中)
- BuiltinFunctionType() (在 types 模块中)
- BuiltinImporter (importlib.machinery 中的类)
- BuiltinMethodType() (在 types 模块中)
-
builtins
- BUTTON_ALT() (在 curses 模块中)
- BUTTON_CTRL() (在 curses 模块中)
- BUTTON_SHIFT() (在 curses 模块中)
- ButtonBox (tkinter.tix 中的类)
- buttonbox() (tkinter.simpledialog.Dialog 方法)
- BUTTONn_CLICKED() (在 curses 模块中)
- BUTTONn_DOUBLE_CLICKED() (在 curses 模块中)
- BUTTONn_PRESSED() (在 curses 模块中)
- BUTTONn_RELEASED() (在 curses 模块中)
- BUTTONn_TRIPLE_CLICKED() (在 curses 模块中)
- bye() (在 turtle 模块中)
- byref() (在 ctypes 模块中)
- byte
-
byte-code
- byte_compile() (在 distutils.util 模块中)
- bytearray
- bytearray (內置类)
- bytecode
- Bytecode (dis 中的类)
- bytecode -- 字节码
- Bytecode.codeobj() (在 dis 模块中)
- Bytecode.first_line() (在 dis 模块中)
- BYTECODE_SUFFIXES() (在 importlib.machinery 模块中)
- BytecodeTestCase (test.support.bytecode_helper 中的类)
- byteorder() (在 sys 模块中)
- bytes
- 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 中的类)
- byteswap() (array.array 方法)
- BytesWarning
-
bz2
- BZ2Compressor (bz2 中的类)
- BZ2Decompressor (bz2 中的类)
- BZ2File (bz2 中的类)
|