> **Источник:** https://python-all.ru/3.11/genindex-B.html
>
> «Документация Python на русском» – неофициальный перевод официальной документации Python: версии от 2.6 до 3.16, полнотекстовый поиск, английский оригинал рядом с переводом. Эта Markdown-версия страницы предназначена для работы с LLM: вставьте её в ChatGPT, Claude или Cursor.

---

# Индекс – B

| b" [байтовый литерал](https://python-all.ru/3.11/reference/lexical_analysis.html#index-19) b' [байтовый литерал](https://python-all.ru/3.11/reference/lexical_analysis.html#index-19) [b16decode() (в модуле base64)](https://python-all.ru/3.11/library/base64.html#base64.b16decode) [b16encode() (в модуле base64)](https://python-all.ru/3.11/library/base64.html#base64.b16encode) [b2a\_base64() (в модуле binascii)](https://python-all.ru/3.11/library/binascii.html#binascii.b2a_base64) [b2a\_hex() (в модуле binascii)](https://python-all.ru/3.11/library/binascii.html#binascii.b2a_hex) [b2a\_qp() (в модуле binascii)](https://python-all.ru/3.11/library/binascii.html#binascii.b2a_qp) [b2a\_uu() (в модуле binascii)](https://python-all.ru/3.11/library/binascii.html#binascii.b2a_uu) [b32decode() (в модуле base64)](https://python-all.ru/3.11/library/base64.html#base64.b32decode) [b32encode() (в модуле base64)](https://python-all.ru/3.11/library/base64.html#base64.b32encode) [b32hexdecode() (в модуле base64)](https://python-all.ru/3.11/library/base64.html#base64.b32hexdecode) [b32hexencode() (в модуле base64)](https://python-all.ru/3.11/library/base64.html#base64.b32hexencode) [b64decode() (в модуле base64)](https://python-all.ru/3.11/library/base64.html#base64.b64decode) [b64encode() (в модуле base64)](https://python-all.ru/3.11/library/base64.html#base64.b64encode) [b85decode() (в модуле base64)](https://python-all.ru/3.11/library/base64.html#base64.b85decode) [b85encode() (в модуле base64)](https://python-all.ru/3.11/library/base64.html#base64.b85encode) [Babyl (класс в mailbox)](https://python-all.ru/3.11/library/mailbox.html#mailbox.Babyl) [BabylMessage (класс в mailbox)](https://python-all.ru/3.11/library/mailbox.html#mailbox.BabylMessage) [back() (в модуле turtle)](https://python-all.ru/3.11/library/turtle.html#turtle.back) [символ обратной косой черты](https://python-all.ru/3.11/reference/lexical_analysis.html#index-6) backslashreplace [имя обработчика ошибок](https://python-all.ru/3.11/library/codecs.html#index-1) [backslashreplace\_errors() (в модуле codecs)](https://python-all.ru/3.11/library/codecs.html#codecs.backslashreplace_errors) [backup() (метод sqlite3.Connection)](https://python-all.ru/3.11/library/sqlite3.html#sqlite3.Connection.backup) [backward() (в модуле turtle)](https://python-all.ru/3.11/library/turtle.html#turtle.backward) [BadGzipFile](https://python-all.ru/3.11/library/gzip.html#gzip.BadGzipFile) [BadOptionError](https://python-all.ru/3.11/library/optparse.html#optparse.BadOptionError) [BadStatusLine](https://python-all.ru/3.11/library/http.client.html#http.client.BadStatusLine) [BadZipFile](https://python-all.ru/3.11/library/zipfile.html#zipfile.BadZipFile) [BadZipfile](https://python-all.ru/3.11/library/zipfile.html#zipfile.BadZipfile) [Balloon (класс в tkinter.tix)](https://python-all.ru/3.11/library/tkinter.tix.html#tkinter.tix.Balloon) [Barrier (класс в asyncio)](https://python-all.ru/3.11/library/asyncio-sync.html#asyncio.Barrier) [(класс в multiprocessing)](https://python-all.ru/3.11/library/multiprocessing.html#multiprocessing.Barrier) [(класс в threading)](https://python-all.ru/3.11/library/threading.html#threading.Barrier) [Barrier() (метод multiprocessing.managers.SyncManager)](https://python-all.ru/3.11/library/multiprocessing.html#multiprocessing.managers.SyncManager.Barrier) base64 [кодировка](https://python-all.ru/3.11/library/base64.html#index-0) [модуль](https://python-all.ru/3.11/library/base64.html#module-base64), [\[1\]](https://python-all.ru/3.11/library/binascii.html#index-0) [base\_exec\_prefix (в модуле sys)](https://python-all.ru/3.11/library/sys.html#sys.base_exec_prefix) [base\_prefix (в модуле sys)](https://python-all.ru/3.11/library/sys.html#sys.base_prefix) [BaseCGIHandler (класс в wsgiref.handlers)](https://python-all.ru/3.11/library/wsgiref.html#wsgiref.handlers.BaseCGIHandler) [BaseCookie (класс в http.cookies)](https://python-all.ru/3.11/library/http.cookies.html#http.cookies.BaseCookie) [BaseException](https://python-all.ru/3.11/library/exceptions.html#BaseException) [BaseExceptionGroup](https://python-all.ru/3.11/library/exceptions.html#BaseExceptionGroup) [BaseHandler (класс в urllib.request)](https://python-all.ru/3.11/library/urllib.request.html#urllib.request.BaseHandler) [(класс в wsgiref.handlers)](https://python-all.ru/3.11/library/wsgiref.html#wsgiref.handlers.BaseHandler) [BaseHeader (класс в email.headerregistry)](https://python-all.ru/3.11/library/email.headerregistry.html#email.headerregistry.BaseHeader) [BaseHTTPRequestHandler (класс в http.server)](https://python-all.ru/3.11/library/http.server.html#http.server.BaseHTTPRequestHandler) [BaseManager (класс в multiprocessing.managers)](https://python-all.ru/3.11/library/multiprocessing.html#multiprocessing.managers.BaseManager) [basename() (в модуле os.path)](https://python-all.ru/3.11/library/os.path.html#os.path.basename) [BaseProtocol (класс в asyncio)](https://python-all.ru/3.11/library/asyncio-protocol.html#asyncio.BaseProtocol) [BaseProxy (класс в multiprocessing.managers)](https://python-all.ru/3.11/library/multiprocessing.html#multiprocessing.managers.BaseProxy) [BaseRequestHandler (класс в socketserver)](https://python-all.ru/3.11/library/socketserver.html#socketserver.BaseRequestHandler) [BaseRotatingHandler (класс в logging.handlers)](https://python-all.ru/3.11/library/logging.handlers.html#logging.handlers.BaseRotatingHandler) [BaseSelector (класс в selectors)](https://python-all.ru/3.11/library/selectors.html#selectors.BaseSelector) [BaseServer (класс в socketserver)](https://python-all.ru/3.11/library/socketserver.html#socketserver.BaseServer) [basestring (фиксер 2to3)](https://python-all.ru/3.11/library/2to3.html#to3fixer-basestring) [BaseTransport (класс в asyncio)](https://python-all.ru/3.11/library/asyncio-protocol.html#asyncio.BaseTransport) [basicConfig() (в модуле logging)](https://python-all.ru/3.11/library/logging.html#logging.basicConfig) [BasicContext (класс в decimal)](https://python-all.ru/3.11/library/decimal.html#decimal.BasicContext) [BasicInterpolation (класс в configparser)](https://python-all.ru/3.11/library/configparser.html#configparser.BasicInterpolation) [baudrate() (в модуле curses)](https://python-all.ru/3.11/library/curses.html#curses.baudrate) [bbox() (метод tkinter.ttk.Treeview)](https://python-all.ru/3.11/library/tkinter.ttk.html#tkinter.ttk.Treeview.bbox) [BDADDR\_ANY (в модуле socket)](https://python-all.ru/3.11/library/socket.html#socket.BDADDR_ANY) [BDADDR\_LOCAL (в модуле socket)](https://python-all.ru/3.11/library/socket.html#socket.BDADDR_LOCAL) bdb [модуль](https://python-all.ru/3.11/library/bdb.html#module-bdb), [\[1\]](https://python-all.ru/3.11/library/pdb.html#index-1) [Bdb (класс в bdb)](https://python-all.ru/3.11/library/bdb.html#bdb.Bdb) [BdbQuit](https://python-all.ru/3.11/library/bdb.html#bdb.BdbQuit) [**BDFL**](https://python-all.ru/3.11/glossary.html#term-BDFL) [beep() (в модуле curses)](https://python-all.ru/3.11/library/curses.html#curses.beep) [Beep() (в модуле winsound)](https://python-all.ru/3.11/library/winsound.html#winsound.Beep) [BEFORE\_ASYNC\_WITH (опкод)](https://python-all.ru/3.11/library/dis.html#opcode-BEFORE_ASYNC_WITH) [BEFORE\_WITH (опкод)](https://python-all.ru/3.11/library/dis.html#opcode-BEFORE_WITH) [begin\_fill() (в модуле turtle)](https://python-all.ru/3.11/library/turtle.html#turtle.begin_fill) [begin\_poly() (в модуле turtle)](https://python-all.ru/3.11/library/turtle.html#turtle.begin_poly) [BEL (в модуле curses.ascii)](https://python-all.ru/3.11/library/curses.ascii.html#curses.ascii.BEL) [below() (метод curses.panel.Panel)](https://python-all.ru/3.11/library/curses.panel.html#curses.panel.Panel.below) [BELOW\_NORMAL\_PRIORITY\_CLASS (в модуле подпроцесс)](https://python-all.ru/3.11/library/subprocess.html#subprocess.BELOW_NORMAL_PRIORITY_CLASS) [Бенчмаркинг](https://python-all.ru/3.11/library/timeit.html#index-0) [бенчмаркинг](https://python-all.ru/3.11/library/time.html#index-12), [\[1\]](https://python-all.ru/3.11/library/time.html#index-6), [\[2\]](https://python-all.ru/3.11/library/time.html#index-7) [betavariate() (в модуле random)](https://python-all.ru/3.11/library/random.html#random.betavariate) [bgcolor() (в модуле turtle)](https://python-all.ru/3.11/library/turtle.html#turtle.bgcolor) [bgpic() (в модуле turtle)](https://python-all.ru/3.11/library/turtle.html#turtle.bgpic) [bias() (в модуле audioop)](https://python-all.ru/3.11/library/audioop.html#audioop.bias) [bidirectional() (в модуле unicodedata)](https://python-all.ru/3.11/library/unicodedata.html#unicodedata.bidirectional) [bigaddrspacetest() (в модуле test.support)](https://python-all.ru/3.11/library/test.html#test.support.bigaddrspacetest) [BigEndianStructure (класс в ctypes)](https://python-all.ru/3.11/library/ctypes.html#ctypes.BigEndianStructure) [BigEndianUnion (класс в ctypes)](https://python-all.ru/3.11/library/ctypes.html#ctypes.BigEndianUnion) [bigmemtest() (в модуле test.support)](https://python-all.ru/3.11/library/test.html#test.support.bigmemtest) bin() [встроенная функция](https://python-all.ru/3.11/library/functions.html#bin) двоичный [арифметическая операция](https://python-all.ru/3.11/reference/expressions.html#index-64) [побитовая операция](https://python-all.ru/3.11/reference/expressions.html#index-73) [данные, упаковка](https://python-all.ru/3.11/library/struct.html#index-0) [литералы](https://python-all.ru/3.11/library/stdtypes.html#index-12) [Binary (класс в msilib)](https://python-all.ru/3.11/library/msilib.html#msilib.Binary) [(класс в xmlrpc.client)](https://python-all.ru/3.11/library/xmlrpc.client.html#xmlrpc.client.Binary) [**двоичный файл**](https://python-all.ru/3.11/glossary.html#term-binary-file) [двоичный литерал](https://python-all.ru/3.11/reference/lexical_analysis.html#index-27) [двоичный режим](https://python-all.ru/3.11/library/functions.html#index-8) [двоичные семафоры](https://python-all.ru/3.11/library/_thread.html#index-0) [BINARY\_OP (код операции)](https://python-all.ru/3.11/library/dis.html#opcode-BINARY_OP) [BINARY\_SUBSCR (опкод)](https://python-all.ru/3.11/library/dis.html#opcode-BINARY_SUBSCR) [binaryfunc (тип C)](https://python-all.ru/3.11/c-api/typeobj.html#c.binaryfunc) [BinaryIO (класс в typing)](https://python-all.ru/3.11/library/typing.html#typing.BinaryIO) binascii [модуль](https://python-all.ru/3.11/library/binascii.html#module-binascii) [bind (виджеты)](https://python-all.ru/3.11/library/tkinter.html#index-5) [bind() (метод asyncore.dispatcher)](https://python-all.ru/3.11/library/asyncore.html#asyncore.dispatcher.bind) [(метод inspect.Signature)](https://python-all.ru/3.11/library/inspect.html#inspect.Signature.bind) [(метод socket.socket)](https://python-all.ru/3.11/library/socket.html#socket.socket.bind) [bind\_partial() (метод inspect.Signature)](https://python-all.ru/3.11/library/inspect.html#inspect.Signature.bind_partial) [bind\_port() (в модуле test.support.socket\_helper)](https://python-all.ru/3.11/library/test.html#test.support.socket_helper.bind_port) [bind\_textdomain\_codeset() (в модуле locale)](https://python-all.ru/3.11/library/locale.html#locale.bind_textdomain_codeset) [bind\_unix\_socket() (в модуле test.support.socket\_helper)](https://python-all.ru/3.11/library/test.html#test.support.socket_helper.bind_unix_socket) связывание [глобальное имя](https://python-all.ru/3.11/reference/simple_stmts.html#index-43) [имя](https://python-all.ru/3.11/reference/compound_stmts.html#index-28), [\[1\]](https://python-all.ru/3.11/reference/compound_stmts.html#index-28), [\[2\]](https://python-all.ru/3.11/reference/compound_stmts.html#index-42), [\[3\]](https://python-all.ru/3.11/reference/executionmodel.html#index-4), [\[4\]](https://python-all.ru/3.11/reference/simple_stmts.html#index-34), [\[5\]](https://python-all.ru/3.11/reference/simple_stmts.html#index-36), [\[6\]](https://python-all.ru/3.11/reference/simple_stmts.html#index-4) [bindtextdomain() (в модуле gettext)](https://python-all.ru/3.11/library/gettext.html#gettext.bindtextdomain) [(в модуле locale)](https://python-all.ru/3.11/library/locale.html#locale.bindtextdomain) [BinOp (класс в ast)](https://python-all.ru/3.11/library/ast.html#ast.BinOp) bisect [модуль](https://python-all.ru/3.11/library/bisect.html#module-bisect) [bisect() (в модуле bisect)](https://python-all.ru/3.11/library/bisect.html#bisect.bisect) [bisect\_left() (в модуле bisect)](https://python-all.ru/3.11/library/bisect.html#bisect.bisect_left) [bisect\_right() (в модуле bisect)](https://python-all.ru/3.11/library/bisect.html#bisect.bisect_right) [bit\_count() (метод int)](https://python-all.ru/3.11/library/stdtypes.html#int.bit_count) [bit\_length() (метод int)](https://python-all.ru/3.11/library/stdtypes.html#int.bit_length) [BitAnd (класс в ast)](https://python-all.ru/3.11/library/ast.html#ast.BitAnd) [bitmap() (метод msilib.Dialog)](https://python-all.ru/3.11/library/msilib.html#msilib.Dialog.bitmap) [BitOr (класс в ast)](https://python-all.ru/3.11/library/ast.html#ast.BitOr) [bits\_per\_digit (атрибут sys.int\_info)](https://python-all.ru/3.11/library/sys.html#sys.int_info.bits_per_digit) побитовый [and](https://python-all.ru/3.11/reference/expressions.html#index-74) [операция, бинарная](https://python-all.ru/3.11/reference/expressions.html#index-73) [операция, унарная](https://python-all.ru/3.11/reference/expressions.html#index-59) [операции](https://python-all.ru/3.11/library/stdtypes.html#index-16) [или](https://python-all.ru/3.11/reference/expressions.html#index-76) [xor](https://python-all.ru/3.11/reference/expressions.html#index-75) [BitXor (класс в ast)](https://python-all.ru/3.11/library/ast.html#ast.BitXor) [bk() (в модуле turtle)](https://python-all.ru/3.11/library/turtle.html#turtle.bk) [bkgd() (метод curses.window)](https://python-all.ru/3.11/library/curses.html#curses.window.bkgd) [bkgdset() (метод curses.window)](https://python-all.ru/3.11/library/curses.html#curses.window.bkgdset) [blake2b() (в модуле hashlib)](https://python-all.ru/3.11/library/hashlib.html#hashlib.blake2b) [blake2b, blake2s](https://python-all.ru/3.11/library/hashlib.html#index-4) [blake2b.MAX\_DIGEST\_SIZE (в модуле hashlib)](https://python-all.ru/3.11/library/hashlib.html#hashlib.blake2b.MAX_DIGEST_SIZE) [blake2b.MAX\_KEY\_SIZE (в модуле hashlib)](https://python-all.ru/3.11/library/hashlib.html#hashlib.blake2b.MAX_KEY_SIZE) [blake2b.PERSON\_SIZE (в модуле hashlib)](https://python-all.ru/3.11/library/hashlib.html#hashlib.blake2b.PERSON_SIZE) [blake2b.SALT\_SIZE (в модуле hashlib)](https://python-all.ru/3.11/library/hashlib.html#hashlib.blake2b.SALT_SIZE) [blake2s() (в модуле hashlib)](https://python-all.ru/3.11/library/hashlib.html#hashlib.blake2s) [blake2s.MAX\_DIGEST\_SIZE (в модуле hashlib)](https://python-all.ru/3.11/library/hashlib.html#hashlib.blake2s.MAX_DIGEST_SIZE) [blake2s.MAX\_KEY\_SIZE (в модуле hashlib)](https://python-all.ru/3.11/library/hashlib.html#hashlib.blake2s.MAX_KEY_SIZE) [blake2s.PERSON\_SIZE (в модуле hashlib)](https://python-all.ru/3.11/library/hashlib.html#hashlib.blake2s.PERSON_SIZE) [blake2s.SALT\_SIZE (в модуле hashlib)](https://python-all.ru/3.11/library/hashlib.html#hashlib.blake2s.SALT_SIZE) [пустая строка](https://python-all.ru/3.11/reference/lexical_analysis.html#index-7) [BLKTYPE (в модуле tarfile)](https://python-all.ru/3.11/library/tarfile.html#tarfile.BLKTYPE) [Blob (класс в sqlite3)](https://python-all.ru/3.11/library/sqlite3.html#sqlite3.Blob) [blobopen() (метод sqlite3.Connection)](https://python-all.ru/3.11/library/sqlite3.html#sqlite3.Connection.blobopen) [блок](https://python-all.ru/3.11/reference/executionmodel.html#index-1) [код](https://python-all.ru/3.11/reference/executionmodel.html#index-0) [block\_on\_close (атрибут socketserver.ThreadingMixIn)](https://python-all.ru/3.11/library/socketserver.html#socketserver.ThreadingMixIn.block_on_close) [block\_size (атрибут hmac.HMAC)](https://python-all.ru/3.11/library/hmac.html#hmac.HMAC.block_size) [blocked\_domains() (метод http.cookiejar.DefaultCookiePolicy)](https://python-all.ru/3.11/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.blocked_domains) [BlockingIOError](https://python-all.ru/3.11/library/exceptions.html#BlockingIOError), [\[1\]](https://python-all.ru/3.11/library/io.html#io.BlockingIOError) | [blocksize (атрибут http.client.HTTPConnection)](https://python-all.ru/3.11/library/http.client.html#http.client.HTTPConnection.blocksize) [BNF](https://python-all.ru/3.11/reference/expressions.html#index-0), [\[1\]](https://python-all.ru/3.11/reference/introduction.html#index-0) [body() (метод nntplib.NNTP)](https://python-all.ru/3.11/library/nntplib.html#nntplib.NNTP.body) [(метод tkinter.simpledialog.Dialog)](https://python-all.ru/3.11/library/dialog.html#tkinter.simpledialog.Dialog.body) [body\_encode() (метод email.charset.Charset)](https://python-all.ru/3.11/library/email.charset.html#email.charset.Charset.body_encode) [body\_encoding (атрибут email.charset.Charset)](https://python-all.ru/3.11/library/email.charset.html#email.charset.Charset.body_encoding) [body\_line\_iterator() (в модуле email.iterators)](https://python-all.ru/3.11/library/email.iterators.html#email.iterators.body_line_iterator) [BOLD (в модуле tkinter.font)](https://python-all.ru/3.11/library/tkinter.font.html#tkinter.font.BOLD) [BOM (в модуле codecs)](https://python-all.ru/3.11/library/codecs.html#codecs.BOM) [BOM\_BE (в модуле codecs)](https://python-all.ru/3.11/library/codecs.html#codecs.BOM_BE) [BOM\_LE (в модуле codecs)](https://python-all.ru/3.11/library/codecs.html#codecs.BOM_LE) [BOM\_UTF16 (в модуле codecs)](https://python-all.ru/3.11/library/codecs.html#codecs.BOM_UTF16) [BOM\_UTF16\_BE (в модуле codecs)](https://python-all.ru/3.11/library/codecs.html#codecs.BOM_UTF16_BE) [BOM\_UTF16\_LE (в модуле codecs)](https://python-all.ru/3.11/library/codecs.html#codecs.BOM_UTF16_LE) [BOM\_UTF32 (в модуле codecs)](https://python-all.ru/3.11/library/codecs.html#codecs.BOM_UTF32) [BOM\_UTF32\_BE (в модуле codecs)](https://python-all.ru/3.11/library/codecs.html#codecs.BOM_UTF32_BE) [BOM\_UTF32\_LE (в модуле codecs)](https://python-all.ru/3.11/library/codecs.html#codecs.BOM_UTF32_LE) [BOM\_UTF8 (в модуле codecs)](https://python-all.ru/3.11/library/codecs.html#codecs.BOM_UTF8) [bool (встроенный класс)](https://python-all.ru/3.11/library/functions.html#bool) Логический тип [объект](https://python-all.ru/3.11/library/stdtypes.html#index-11), [\[1\]](https://python-all.ru/3.11/reference/datamodel.html#index-12) [операция](https://python-all.ru/3.11/reference/expressions.html#index-82) [операции](https://python-all.ru/3.11/library/stdtypes.html#index-1), [\[1\]](https://python-all.ru/3.11/library/stdtypes.html#index-5) [тип](https://python-all.ru/3.11/library/functions.html#index-0) [значения](https://python-all.ru/3.11/library/stdtypes.html#index-66) [BOOLEAN\_STATES (атрибут configparser.ConfigParser)](https://python-all.ru/3.11/library/configparser.html#configparser.ConfigParser.BOOLEAN_STATES) [BoolOp (класс в ast)](https://python-all.ru/3.11/library/ast.html#ast.BoolOp) [bootstrap() (в модуле ensurepip)](https://python-all.ru/3.11/library/ensurepip.html#ensurepip.bootstrap) [border() (метод curses.window)](https://python-all.ru/3.11/library/curses.html#curses.window.border) [**заимствованная ссылка**](https://python-all.ru/3.11/glossary.html#term-borrowed-reference) [bottom() (метод curses.panel.Panel)](https://python-all.ru/3.11/library/curses.panel.html#curses.panel.Panel.bottom) [bottom\_panel() (в модуле curses.panel)](https://python-all.ru/3.11/library/curses.panel.html#curses.panel.bottom_panel) [BoundArguments (класс в inspect)](https://python-all.ru/3.11/library/inspect.html#inspect.BoundArguments) [BoundaryError](https://python-all.ru/3.11/library/email.errors.html#email.errors.BoundaryError) [BoundedSemaphore (класс в asyncio)](https://python-all.ru/3.11/library/asyncio-sync.html#asyncio.BoundedSemaphore) [(класс в multiprocessing)](https://python-all.ru/3.11/library/multiprocessing.html#multiprocessing.BoundedSemaphore) [(класс в threading)](https://python-all.ru/3.11/library/threading.html#threading.BoundedSemaphore) [BoundedSemaphore() (метод multiprocessing.managers.SyncManager)](https://python-all.ru/3.11/library/multiprocessing.html#multiprocessing.managers.SyncManager.BoundedSemaphore) [box() (метод curses.window)](https://python-all.ru/3.11/library/curses.html#curses.window.box) [bpbynumber (атрибут bdb.Breakpoint)](https://python-all.ru/3.11/library/bdb.html#bdb.Breakpoint.bpbynumber) [bpformat() (метод bdb.Breakpoint)](https://python-all.ru/3.11/library/bdb.html#bdb.Breakpoint.bpformat) [bplist (атрибут bdb.Breakpoint)](https://python-all.ru/3.11/library/bdb.html#bdb.Breakpoint.bplist) [bpprint() (метод bdb.Breakpoint)](https://python-all.ru/3.11/library/bdb.html#bdb.Breakpoint.bpprint) break [**инструкция**](https://python-all.ru/3.11/reference/simple_stmts.html#index-30), [\[1\]](https://python-all.ru/3.11/reference/compound_stmts.html#index-13), [\[2\]](https://python-all.ru/3.11/reference/compound_stmts.html#index-15), [\[3\]](https://python-all.ru/3.11/reference/compound_stmts.html#index-5), [\[4\]](https://python-all.ru/3.11/reference/compound_stmts.html#index-7) [Break (класс в ast)](https://python-all.ru/3.11/library/ast.html#ast.Break) [break (команда pdb)](https://python-all.ru/3.11/library/pdb.html#pdbcommand-break) [break\_anywhere() (метод bdb.Bdb)](https://python-all.ru/3.11/library/bdb.html#bdb.Bdb.break_anywhere) [break\_here() (метод bdb.Bdb)](https://python-all.ru/3.11/library/bdb.html#bdb.Bdb.break_here) [break\_long\_words (атрибут textwrap.TextWrapper)](https://python-all.ru/3.11/library/textwrap.html#textwrap.TextWrapper.break_long_words) [break\_on\_hyphens (атрибут textwrap.TextWrapper)](https://python-all.ru/3.11/library/textwrap.html#textwrap.TextWrapper.break_on_hyphens) [Breakpoint (класс в bdb)](https://python-all.ru/3.11/library/bdb.html#bdb.Breakpoint) breakpoint() [встроенная функция](https://python-all.ru/3.11/library/functions.html#breakpoint) [breakpointhook() (в модуле sys)](https://python-all.ru/3.11/library/sys.html#sys.breakpointhook) [точки останова](https://python-all.ru/3.11/library/idle.html#index-4) [broadcast\_address (атрибут ipaddress.IPv4Network)](https://python-all.ru/3.11/library/ipaddress.html#ipaddress.IPv4Network.broadcast_address) [(атрибут ipaddress.IPv6Network)](https://python-all.ru/3.11/library/ipaddress.html#ipaddress.IPv6Network.broadcast_address) [broken (атрибут asyncio.Barrier)](https://python-all.ru/3.11/library/asyncio-sync.html#asyncio.Barrier.broken) [(атрибут threading.Barrier)](https://python-all.ru/3.11/library/threading.html#threading.Barrier.broken) [BrokenBarrierError](https://python-all.ru/3.11/library/asyncio-sync.html#asyncio.BrokenBarrierError), [\[1\]](https://python-all.ru/3.11/library/threading.html#threading.BrokenBarrierError) [BrokenExecutor](https://python-all.ru/3.11/library/concurrent.futures.html#concurrent.futures.BrokenExecutor) [BrokenPipeError](https://python-all.ru/3.11/library/exceptions.html#BrokenPipeError) [BrokenProcessPool](https://python-all.ru/3.11/library/concurrent.futures.html#concurrent.futures.process.BrokenProcessPool) [BrokenThreadPool](https://python-all.ru/3.11/library/concurrent.futures.html#concurrent.futures.thread.BrokenThreadPool) [BROWSER](https://python-all.ru/3.11/library/webbrowser.html#index-0), [\[1\]](https://python-all.ru/3.11/library/webbrowser.html#index-1) [BS (в модуле curses.ascii)](https://python-all.ru/3.11/library/curses.ascii.html#curses.ascii.BS) [BsdDbShelf (класс в shelve)](https://python-all.ru/3.11/library/shelve.html#shelve.BsdDbShelf) [buf (атрибут multiprocessing.shared\_memory.SharedMemory)](https://python-all.ru/3.11/library/multiprocessing.shared_memory.html#multiprocessing.shared_memory.SharedMemory.buf) [buffer (2to3 fixer)](https://python-all.ru/3.11/library/2to3.html#to3fixer-buffer) [(атрибут io.TextIOBase)](https://python-all.ru/3.11/library/io.html#io.TextIOBase.buffer) [(атрибут unittest.TestResult)](https://python-all.ru/3.11/library/unittest.html#unittest.TestResult.buffer) интерфейс буфера [(см. протокол буфера)](https://python-all.ru/3.11/c-api/buffer.html#index-0) объект буфера [(см. протокол буфера)](https://python-all.ru/3.11/c-api/buffer.html#index-0) [протокол буфера](https://python-all.ru/3.11/c-api/buffer.html#index-0) [типы двоичных последовательностей](https://python-all.ru/3.11/library/stdtypes.html#index-38) [str (встроенный класс)](https://python-all.ru/3.11/library/stdtypes.html#index-30) [размер буфера, ввод-вывод](https://python-all.ru/3.11/library/functions.html#index-8) [buffer\_info() (метод array.array)](https://python-all.ru/3.11/library/array.html#array.array.buffer_info) [buffer\_size (атрибут xml.parsers.expat.xmlparser)](https://python-all.ru/3.11/library/pyexpat.html#xml.parsers.expat.xmlparser.buffer_size) [buffer\_text (атрибут xml.parsers.expat.xmlparser)](https://python-all.ru/3.11/library/pyexpat.html#xml.parsers.expat.xmlparser.buffer_text) [buffer\_updated() (метод asyncio.BufferedProtocol)](https://python-all.ru/3.11/library/asyncio-protocol.html#asyncio.BufferedProtocol.buffer_updated) [buffer\_used (атрибут xml.parsers.expat.xmlparser)](https://python-all.ru/3.11/library/pyexpat.html#xml.parsers.expat.xmlparser.buffer_used) [BufferedIOBase (класс в io)](https://python-all.ru/3.11/library/io.html#io.BufferedIOBase) [BufferedProtocol (класс в asyncio)](https://python-all.ru/3.11/library/asyncio-protocol.html#asyncio.BufferedProtocol) [BufferedRandom (класс в io)](https://python-all.ru/3.11/library/io.html#io.BufferedRandom) [BufferedReader (класс в io)](https://python-all.ru/3.11/library/io.html#io.BufferedReader) [BufferedRWPair (класс в io)](https://python-all.ru/3.11/library/io.html#io.BufferedRWPair) [BufferedWriter (класс в io)](https://python-all.ru/3.11/library/io.html#io.BufferedWriter) [BufferError](https://python-all.ru/3.11/library/exceptions.html#BufferError) [BufferingFormatter (класс в logging)](https://python-all.ru/3.11/library/logging.html#logging.BufferingFormatter) [BufferingHandler (класс в logging.handlers)](https://python-all.ru/3.11/library/logging.handlers.html#logging.handlers.BufferingHandler) [BufferTooShort](https://python-all.ru/3.11/library/multiprocessing.html#multiprocessing.BufferTooShort) [bufsize() (метод ossaudiodev.oss\_audio\_device)](https://python-all.ru/3.11/library/ossaudiodev.html#ossaudiodev.oss_audio_device.bufsize) [BUILD\_CONST\_KEY\_MAP (опкод)](https://python-all.ru/3.11/library/dis.html#opcode-BUILD_CONST_KEY_MAP) [BUILD\_LIST (код операции)](https://python-all.ru/3.11/library/dis.html#opcode-BUILD_LIST) [BUILD\_MAP (код операции)](https://python-all.ru/3.11/library/dis.html#opcode-BUILD_MAP) [build\_opener() (в модуле urllib.request)](https://python-all.ru/3.11/library/urllib.request.html#urllib.request.build_opener) [build\_py (class in distutils.command.build\_py)](https://python-all.ru/3.11/distutils/apiref.html#distutils.command.build_py.build_py) [build\_py\_2to3 (class in distutils.command.build\_py)](https://python-all.ru/3.11/distutils/apiref.html#distutils.command.build_py.build_py_2to3) [BUILD\_SET (код операции)](https://python-all.ru/3.11/library/dis.html#opcode-BUILD_SET) [BUILD\_SLICE (код операции)](https://python-all.ru/3.11/library/dis.html#opcode-BUILD_SLICE) [BUILD\_STRING (код операции)](https://python-all.ru/3.11/library/dis.html#opcode-BUILD_STRING) [BUILD\_TUPLE (код операции)](https://python-all.ru/3.11/library/dis.html#opcode-BUILD_TUPLE) встроенный [метод](https://python-all.ru/3.11/reference/datamodel.html#index-43) [типы](https://python-all.ru/3.11/library/stdtypes.html#index-0) встроенная функция [\_\_import\_\_](https://python-all.ru/3.11/c-api/import.html#index-1) [\_\_import\_\_()](https://python-all.ru/3.11/library/functions.html#import__) [abs](https://python-all.ru/3.11/c-api/number.html#index-2), [\[1\]](https://python-all.ru/3.11/reference/datamodel.html#index-103) [abs()](https://python-all.ru/3.11/library/functions.html#abs) [aiter()](https://python-all.ru/3.11/library/functions.html#aiter) [all()](https://python-all.ru/3.11/library/functions.html#all) [anext()](https://python-all.ru/3.11/library/functions.html#anext) [any()](https://python-all.ru/3.11/library/functions.html#any) [ascii](https://python-all.ru/3.11/c-api/object.html#index-1) [ascii()](https://python-all.ru/3.11/library/functions.html#ascii) [bin()](https://python-all.ru/3.11/library/functions.html#bin) [breakpoint()](https://python-all.ru/3.11/library/functions.html#breakpoint) [bytes](https://python-all.ru/3.11/c-api/object.html#index-3), [\[1\]](https://python-all.ru/3.11/reference/datamodel.html#index-77) [вызов](https://python-all.ru/3.11/reference/expressions.html#index-53) [callable()](https://python-all.ru/3.11/library/functions.html#callable) [chr](https://python-all.ru/3.11/reference/datamodel.html#index-19) [chr()](https://python-all.ru/3.11/library/functions.html#chr) [classmethod](https://python-all.ru/3.11/c-api/structures.html#index-0) [classmethod()](https://python-all.ru/3.11/library/functions.html#classmethod) [compile](https://python-all.ru/3.11/c-api/import.html#index-2), [\[1\]](https://python-all.ru/3.11/library/stdtypes.html#index-62), [\[2\]](https://python-all.ru/3.11/library/types.html#index-3), [\[3\]](https://python-all.ru/3.11/reference/simple_stmts.html#index-44) [compile()](https://python-all.ru/3.11/library/functions.html#compile) [complex](https://python-all.ru/3.11/library/stdtypes.html#index-13), [\[1\]](https://python-all.ru/3.11/reference/datamodel.html#index-104) [create\_shortcut()](https://python-all.ru/3.11/distutils/builtdist.html#create_shortcut) [delattr()](https://python-all.ru/3.11/library/functions.html#delattr) [dir()](https://python-all.ru/3.11/library/functions.html#dir) [directory\_created()](https://python-all.ru/3.11/distutils/builtdist.html#directory_created) [divmod](https://python-all.ru/3.11/c-api/number.html#index-0), [\[1\]](https://python-all.ru/3.11/reference/datamodel.html#index-100), [\[2\]](https://python-all.ru/3.11/reference/datamodel.html#index-101) [divmod()](https://python-all.ru/3.11/library/functions.html#divmod) [enumerate()](https://python-all.ru/3.11/library/functions.html#enumerate) [eval](https://python-all.ru/3.11/library/pprint.html#index-0), [\[1\]](https://python-all.ru/3.11/library/pprint.html#index-2), [\[2\]](https://python-all.ru/3.11/library/stdtypes.html#index-63), [\[3\]](https://python-all.ru/3.11/reference/simple_stmts.html#index-44), [\[4\]](https://python-all.ru/3.11/reference/toplevel_components.html#index-6) [eval()](https://python-all.ru/3.11/library/functions.html#eval) [exec](https://python-all.ru/3.11/library/functions.html#index-2), [\[1\]](https://python-all.ru/3.11/library/stdtypes.html#index-63), [\[2\]](https://python-all.ru/3.11/reference/simple_stmts.html#index-44) [exec()](https://python-all.ru/3.11/library/functions.html#exec) [file\_created()](https://python-all.ru/3.11/distutils/builtdist.html#file_created) [filter()](https://python-all.ru/3.11/library/functions.html#filter) [float](https://python-all.ru/3.11/c-api/number.html#index-5), [\[1\]](https://python-all.ru/3.11/library/stdtypes.html#index-13), [\[2\]](https://python-all.ru/3.11/reference/datamodel.html#index-104) [format()](https://python-all.ru/3.11/library/functions.html#format) [get\_special\_folder\_path()](https://python-all.ru/3.11/distutils/builtdist.html#get_special_folder_path) [getattr()](https://python-all.ru/3.11/library/functions.html#getattr) [globals()](https://python-all.ru/3.11/library/functions.html#globals) [hasattr()](https://python-all.ru/3.11/library/functions.html#hasattr) [hash](https://python-all.ru/3.11/c-api/object.html#index-6), [\[1\]](https://python-all.ru/3.11/c-api/typeobj.html#index-2), [\[2\]](https://python-all.ru/3.11/library/stdtypes.html#index-21), [\[3\]](https://python-all.ru/3.11/reference/datamodel.html#index-80) [hash()](https://python-all.ru/3.11/library/functions.html#hash) [help](https://python-all.ru/3.11/tutorial/stdlib.html#index-0) [help()](https://python-all.ru/3.11/library/functions.html#help) [hex()](https://python-all.ru/3.11/library/functions.html#hex) [идентификатор](https://python-all.ru/3.11/reference/datamodel.html#index-1) [id()](https://python-all.ru/3.11/library/functions.html#id) [input()](https://python-all.ru/3.11/library/functions.html#input) [int](https://python-all.ru/3.11/c-api/number.html#index-4), [\[1\]](https://python-all.ru/3.11/library/stdtypes.html#index-13), [\[2\]](https://python-all.ru/3.11/reference/datamodel.html#index-104) [isinstance()](https://python-all.ru/3.11/library/functions.html#isinstance) [issubclass()](https://python-all.ru/3.11/library/functions.html#issubclass) [iter()](https://python-all.ru/3.11/library/functions.html#iter) [len](https://python-all.ru/3.11/c-api/dict.html#index-1), [\[1\]](https://python-all.ru/3.11/c-api/list.html#index-1), [\[2\]](https://python-all.ru/3.11/c-api/mapping.html#index-0), [\[3\]](https://python-all.ru/3.11/c-api/object.html#index-8), [\[4\]](https://python-all.ru/3.11/c-api/sequence.html#index-0), [\[5\]](https://python-all.ru/3.11/c-api/set.html#index-1), [\[6\]](https://python-all.ru/3.11/library/stdtypes.html#index-19), [\[7\]](https://python-all.ru/3.11/library/stdtypes.html#index-51), [\[8\]](https://python-all.ru/3.11/reference/datamodel.html#index-15), [\[9\]](https://python-all.ru/3.11/reference/datamodel.html#index-27), [\[10\]](https://python-all.ru/3.11/reference/datamodel.html#index-30), [\[11\]](https://python-all.ru/3.11/reference/datamodel.html#index-98) [len()](https://python-all.ru/3.11/library/functions.html#len) [locals()](https://python-all.ru/3.11/library/functions.html#locals) [map()](https://python-all.ru/3.11/library/functions.html#map) [max](https://python-all.ru/3.11/library/stdtypes.html#index-19) [max()](https://python-all.ru/3.11/library/functions.html#max) [min](https://python-all.ru/3.11/library/stdtypes.html#index-19) [min()](https://python-all.ru/3.11/library/functions.html#min) [multiprocessing.Manager()](https://python-all.ru/3.11/library/multiprocessing.html#multiprocessing.Manager) [next()](https://python-all.ru/3.11/library/functions.html#next) [объект](https://python-all.ru/3.11/reference/datamodel.html#index-42), [\[1\]](https://python-all.ru/3.11/reference/expressions.html#index-53) [oct()](https://python-all.ru/3.11/library/functions.html#oct) [open](https://python-all.ru/3.11/reference/datamodel.html#index-55), [\[1\]](https://python-all.ru/3.11/tutorial/inputoutput.html#index-0) [open()](https://python-all.ru/3.11/library/functions.html#open) [ord](https://python-all.ru/3.11/reference/datamodel.html#index-19) [ord()](https://python-all.ru/3.11/library/functions.html#ord) [pow](https://python-all.ru/3.11/c-api/number.html#index-1), [\[1\]](https://python-all.ru/3.11/c-api/number.html#index-3), [\[2\]](https://python-all.ru/3.11/reference/datamodel.html#index-100), [\[3\]](https://python-all.ru/3.11/reference/datamodel.html#index-100), [\[4\]](https://python-all.ru/3.11/reference/datamodel.html#index-101), [\[5\]](https://python-all.ru/3.11/reference/datamodel.html#index-102) [pow()](https://python-all.ru/3.11/library/functions.html#pow) [print](https://python-all.ru/3.11/reference/datamodel.html#index-78) [print()](https://python-all.ru/3.11/library/functions.html#print) [property.deleter()](https://python-all.ru/3.11/library/functions.html#property.deleter) [property.getter()](https://python-all.ru/3.11/library/functions.html#property.getter) [property.setter()](https://python-all.ru/3.11/library/functions.html#property.setter) [диапазон](https://python-all.ru/3.11/reference/compound_stmts.html#index-8) [repr](https://python-all.ru/3.11/c-api/object.html#index-0), [\[1\]](https://python-all.ru/3.11/c-api/typeobj.html#index-1), [\[2\]](https://python-all.ru/3.11/extending/newtypes.html#index-3), [\[3\]](https://python-all.ru/3.11/reference/simple_stmts.html#index-3) [repr()](https://python-all.ru/3.11/library/functions.html#repr) [reversed()](https://python-all.ru/3.11/library/functions.html#reversed) [round](https://python-all.ru/3.11/reference/datamodel.html#index-105) [round()](https://python-all.ru/3.11/library/functions.html#round) [setattr()](https://python-all.ru/3.11/library/functions.html#setattr) [slice](https://python-all.ru/3.11/library/dis.html#index-1), [\[1\]](https://python-all.ru/3.11/reference/datamodel.html#index-69) [sorted()](https://python-all.ru/3.11/library/functions.html#sorted) [staticmethod](https://python-all.ru/3.11/c-api/structures.html#index-1) [staticmethod()](https://python-all.ru/3.11/library/functions.html#staticmethod) [sum()](https://python-all.ru/3.11/library/functions.html#sum) [tuple](https://python-all.ru/3.11/c-api/list.html#index-2), [\[1\]](https://python-all.ru/3.11/c-api/sequence.html#index-1) [type](https://python-all.ru/3.11/c-api/object.html#index-7), [\[1\]](https://python-all.ru/3.11/library/stdtypes.html#index-64), [\[2\]](https://python-all.ru/3.11/reference/datamodel.html#index-1), [\[3\]](https://python-all.ru/3.11/reference/datamodel.html#index-86) [vars()](https://python-all.ru/3.11/library/functions.html#vars) [xml.etree.ElementInclude.default\_loader()](https://python-all.ru/3.11/library/xml.etree.elementtree.html#xml.etree.ElementInclude.default_loader) [xml.etree.ElementInclude.include()](https://python-all.ru/3.11/library/xml.etree.elementtree.html#xml.etree.ElementInclude.include) [zip()](https://python-all.ru/3.11/library/functions.html#zip) встроенный метод [вызов](https://python-all.ru/3.11/reference/expressions.html#index-53) [объект](https://python-all.ru/3.11/reference/datamodel.html#index-43), [\[1\]](https://python-all.ru/3.11/reference/expressions.html#index-53) [builtin\_module\_names (в модуле sys)](https://python-all.ru/3.11/library/sys.html#sys.builtin_module_names) [BuiltinFunctionType (в модуле types)](https://python-all.ru/3.11/library/types.html#types.BuiltinFunctionType) [BuiltinImporter (класс в importlib.machinery)](https://python-all.ru/3.11/library/importlib.html#importlib.machinery.BuiltinImporter) [BuiltinMethodType (в модуле types)](https://python-all.ru/3.11/library/types.html#types.BuiltinMethodType) builtins [модуль](https://python-all.ru/3.11/c-api/init.html#index-15), [\[1\]](https://python-all.ru/3.11/c-api/init.html#index-41), [\[2\]](https://python-all.ru/3.11/c-api/intro.html#index-18), [\[3\]](https://python-all.ru/3.11/library/builtins.html#module-builtins), [\[4\]](https://python-all.ru/3.11/library/functions.html#index-13), [\[5\]](https://python-all.ru/3.11/reference/toplevel_components.html#index-2), [\[6\]](https://python-all.ru/3.11/tutorial/modules.html#index-7) [busy\_retry() (в модуле test.support)](https://python-all.ru/3.11/library/test.html#test.support.busy_retry) [BUTTON\_ALT (в модуле curses)](https://python-all.ru/3.11/library/curses.html#curses.BUTTON_ALT) [BUTTON\_CTRL (в модуле curses)](https://python-all.ru/3.11/library/curses.html#curses.BUTTON_CTRL) [BUTTON\_SHIFT (в модуле curses)](https://python-all.ru/3.11/library/curses.html#curses.BUTTON_SHIFT) [ButtonBox (класс в tkinter.tix)](https://python-all.ru/3.11/library/tkinter.tix.html#tkinter.tix.ButtonBox) [buttonbox() (метод tkinter.simpledialog.Dialog)](https://python-all.ru/3.11/library/dialog.html#tkinter.simpledialog.Dialog.buttonbox) [BUTTONn\_CLICKED (в модуле curses)](https://python-all.ru/3.11/library/curses.html#curses.BUTTONn_CLICKED) [BUTTONn\_DOUBLE\_CLICKED (в модуле curses)](https://python-all.ru/3.11/library/curses.html#curses.BUTTONn_DOUBLE_CLICKED) [BUTTONn\_PRESSED (в модуле curses)](https://python-all.ru/3.11/library/curses.html#curses.BUTTONn_PRESSED) [BUTTONn\_RELEASED (в модуле curses)](https://python-all.ru/3.11/library/curses.html#curses.BUTTONn_RELEASED) [BUTTONn\_TRIPLE\_CLICKED (в модуле curses)](https://python-all.ru/3.11/library/curses.html#curses.BUTTONn_TRIPLE_CLICKED) [bye() (в модуле turtle)](https://python-all.ru/3.11/library/turtle.html#turtle.bye) [byref() (в модуле ctypes)](https://python-all.ru/3.11/library/ctypes.html#ctypes.byref) [байт](https://python-all.ru/3.11/reference/datamodel.html#index-21) байт-код [файл](https://python-all.ru/3.11/library/imp.html#index-1), [\[1\]](https://python-all.ru/3.11/library/py_compile.html#index-0) [byte\_compile() (в модуле distutils.util)](https://python-all.ru/3.11/distutils/apiref.html#distutils.util.byte_compile) [bytearray](https://python-all.ru/3.11/reference/datamodel.html#index-26) [форматирование](https://python-all.ru/3.11/library/stdtypes.html#index-44) [интерполяция](https://python-all.ru/3.11/library/stdtypes.html#index-44) [методы](https://python-all.ru/3.11/library/stdtypes.html#index-42) [объект](https://python-all.ru/3.11/c-api/bytearray.html#index-0), [\[1\]](https://python-all.ru/3.11/library/stdtypes.html#index-22), [\[2\]](https://python-all.ru/3.11/library/stdtypes.html#index-39), [\[3\]](https://python-all.ru/3.11/library/stdtypes.html#index-41) [bytearray (встроенный класс)](https://python-all.ru/3.11/library/stdtypes.html#bytearray) [**байт-код**](https://python-all.ru/3.11/glossary.html#term-bytecode), [\[1\]](https://python-all.ru/3.11/reference/datamodel.html#index-57) [Bytecode (класс в dis)](https://python-all.ru/3.11/library/dis.html#dis.Bytecode) [Bytecode.codeobj (в модуле dis)](https://python-all.ru/3.11/library/dis.html#dis.Bytecode.codeobj) [Bytecode.first\_line (в модуле dis)](https://python-all.ru/3.11/library/dis.html#dis.Bytecode.first_line) [BYTECODE\_SUFFIXES (в модуле importlib.machinery)](https://python-all.ru/3.11/library/importlib.html#importlib.machinery.BYTECODE_SUFFIXES) [BytecodeTestCase (класс в test.support.bytecode\_helper)](https://python-all.ru/3.11/library/test.html#test.support.bytecode_helper.BytecodeTestCase) [byteorder (в модуле sys)](https://python-all.ru/3.11/library/sys.html#sys.byteorder) [bytes](https://python-all.ru/3.11/reference/datamodel.html#index-21) [встроенная функция](https://python-all.ru/3.11/c-api/object.html#index-3), [\[1\]](https://python-all.ru/3.11/reference/datamodel.html#index-77) [форматирование](https://python-all.ru/3.11/library/stdtypes.html#index-44) [интерполяция](https://python-all.ru/3.11/library/stdtypes.html#index-44) [методы](https://python-all.ru/3.11/library/stdtypes.html#index-42) [объект](https://python-all.ru/3.11/c-api/bytes.html#index-0), [\[1\]](https://python-all.ru/3.11/library/stdtypes.html#index-39), [\[2\]](https://python-all.ru/3.11/library/stdtypes.html#index-40) [str (встроенный класс)](https://python-all.ru/3.11/library/stdtypes.html#index-30) [bytes (встроенный класс)](https://python-all.ru/3.11/library/stdtypes.html#bytes) [(атрибут uuid.UUID)](https://python-all.ru/3.11/library/uuid.html#uuid.UUID.bytes) [байтовый литерал](https://python-all.ru/3.11/reference/lexical_analysis.html#index-17) [**байтоподобный объект**](https://python-all.ru/3.11/glossary.html#term-bytes-like-object) [bytes\_le (атрибут uuid.UUID)](https://python-all.ru/3.11/library/uuid.html#uuid.UUID.bytes_le) [bytes\_warning (атрибут sys.flags)](https://python-all.ru/3.11/library/sys.html#sys.flags.bytes_warning) [BytesFeedParser (класс в email.parser)](https://python-all.ru/3.11/library/email.parser.html#email.parser.BytesFeedParser) [BytesGenerator (класс в email.generator)](https://python-all.ru/3.11/library/email.generator.html#email.generator.BytesGenerator) [BytesHeaderParser (класс в email.parser)](https://python-all.ru/3.11/library/email.parser.html#email.parser.BytesHeaderParser) [BytesIO (класс в io)](https://python-all.ru/3.11/library/io.html#io.BytesIO) [BytesParser (класс в email.parser)](https://python-all.ru/3.11/library/email.parser.html#email.parser.BytesParser) [ByteString (класс в collections.abc)](https://python-all.ru/3.11/library/collections.abc.html#collections.abc.ByteString) [(класс в typing)](https://python-all.ru/3.11/library/typing.html#typing.ByteString) [byteswap() (метод array.array)](https://python-all.ru/3.11/library/array.html#array.array.byteswap) [(в модуле audioop)](https://python-all.ru/3.11/library/audioop.html#audioop.byteswap) [BytesWarning](https://python-all.ru/3.11/library/exceptions.html#BytesWarning) bz2 [модуль](https://python-all.ru/3.11/library/bz2.html#module-bz2) [BZ2Compressor (класс в bz2)](https://python-all.ru/3.11/library/bz2.html#bz2.BZ2Compressor) [BZ2Decompressor (класс в bz2)](https://python-all.ru/3.11/library/bz2.html#bz2.BZ2Decompressor) [BZ2File (класс в bz2)](https://python-all.ru/3.11/library/bz2.html#bz2.BZ2File) |
| --- | --- |
