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

---

# Индекс – C

| [C](https://python-all.ru/3/reference/lexical_analysis.html#index-20) [язык](https://python-all.ru/3/library/stdtypes.html#index-11), [\[1\]](https://python-all.ru/3/reference/datamodel.html#index-13), [\[2\]](https://python-all.ru/3/reference/datamodel.html#index-4), [\[3\]](https://python-all.ru/3/reference/datamodel.html#index-43), [\[4\]](https://python-all.ru/3/reference/expressions.html#index-76) [структуры](https://python-all.ru/3/library/struct.html#index-0) [C-непрерывный](https://python-all.ru/3/c-api/buffer.html#index-2), [\[1\]](https://python-all.ru/3/glossary.html#index-14) [C14NWriterTarget (класс в xml.etree.ElementTree)](https://python-all.ru/3/library/xml.etree.elementtree.html#xml.etree.ElementTree.C14NWriterTarget) [c\_bool (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_bool) [c\_byte (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_byte) [c\_char (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_char) [c\_char\_p (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_char_p) [C\_CONTIGUOUS (атрибут inspect.BufferFlags)](https://python-all.ru/3/library/inspect.html#inspect.BufferFlags.C_CONTIGUOUS) [c\_contiguous (атрибут memoryview)](https://python-all.ru/3/library/stdtypes.html#memoryview.c_contiguous) [c\_double (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_double) [c\_double\_complex (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_double_complex) [c\_float (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_float) [c\_float\_complex (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_float_complex) [c\_int (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_int) [c\_int16 (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_int16) [c\_int32 (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_int32) [c\_int64 (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_int64) [c\_int8 (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_int8) [c\_long (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_long) [c\_longdouble (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_longdouble) [c\_longdouble\_complex (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_longdouble_complex) [c\_longlong (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_longlong) [C\_RAISE (событие мониторинга)](https://python-all.ru/3/library/sys.monitoring.html#monitoring-event-C_RAISE) [C\_RETURN (событие мониторинга)](https://python-all.ru/3/library/sys.monitoring.html#monitoring-event-C_RETURN) [c\_short (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_short) [c\_size\_t (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_size_t) [c\_ssize\_t (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_ssize_t) [c\_time\_t (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_time_t) [c\_ubyte (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_ubyte) [c\_uint (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_uint) [c\_uint16 (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_uint16) [c\_uint32 (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_uint32) [c\_uint64 (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_uint64) [c\_uint8 (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_uint8) [c\_ulong (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_ulong) [c\_ulonglong (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_ulonglong) [c\_ushort (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_ushort) [c\_void\_p (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_void_p) [c\_wchar (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_wchar) [c\_wchar\_p (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.c_wchar_p) [CACHE (код операции)](https://python-all.ru/3/library/dis.html#opcode-CACHE) [cache() (в модуле functools)](https://python-all.ru/3/library/functools.html#functools.cache) [cache\_clear() (метод functools.lru\_cache)](https://python-all.ru/3/library/functools.html#functools.lru_cache.cache_clear) [cache\_from\_source() (в модуле importlib.util)](https://python-all.ru/3/library/importlib.html#importlib.util.cache_from_source) [cache\_info() (метод functools.lru\_cache)](https://python-all.ru/3/library/functools.html#functools.lru_cache.cache_info) [cached (атрибут importlib.machinery.ModuleSpec)](https://python-all.ru/3/library/importlib.html#importlib.machinery.ModuleSpec.cached) [cached\_property() (в модуле functools)](https://python-all.ru/3/library/functools.html#functools.cached_property) [CacheFTPHandler (класс в urllib.request)](https://python-all.ru/3/library/urllib.request.html#urllib.request.CacheFTPHandler) [calcobjsize() (в модуле test.support)](https://python-all.ru/3/library/test.html#test.support.calcobjsize) [calcsize() (в модуле struct)](https://python-all.ru/3/library/struct.html#struct.calcsize) [calcvobjsize() (в модуле test.support)](https://python-all.ru/3/library/test.html#test.support.calcvobjsize) calendar [модуль](https://python-all.ru/3/library/calendar.html#module-calendar) [Calendar (класс в calendar)](https://python-all.ru/3/library/calendar.html#calendar.Calendar) опция командной строки calendar [--css](https://python-all.ru/3/library/calendar.html#cmdoption-calendar-css) [--encoding](https://python-all.ru/3/library/calendar.html#cmdoption-calendar-encoding) [--first-weekday](https://python-all.ru/3/library/calendar.html#cmdoption-calendar-first-weekday) [--help](https://python-all.ru/3/library/calendar.html#cmdoption-calendar-help) [--lines](https://python-all.ru/3/library/calendar.html#cmdoption-calendar-lines) [--locale](https://python-all.ru/3/library/calendar.html#cmdoption-calendar-locale) [--months](https://python-all.ru/3/library/calendar.html#cmdoption-calendar-months) [--spacing](https://python-all.ru/3/library/calendar.html#cmdoption-calendar-spacing) [--type](https://python-all.ru/3/library/calendar.html#cmdoption-calendar-type) [--width](https://python-all.ru/3/library/calendar.html#cmdoption-calendar-width) [-c](https://python-all.ru/3/library/calendar.html#cmdoption-calendar-css) [-e](https://python-all.ru/3/library/calendar.html#cmdoption-calendar-encoding) [-f](https://python-all.ru/3/library/calendar.html#cmdoption-calendar-first-weekday) [-h](https://python-all.ru/3/library/calendar.html#cmdoption-calendar-help) [-L](https://python-all.ru/3/library/calendar.html#cmdoption-calendar-locale) [-l](https://python-all.ru/3/library/calendar.html#cmdoption-calendar-lines) [-m](https://python-all.ru/3/library/calendar.html#cmdoption-calendar-months) [-s](https://python-all.ru/3/library/calendar.html#cmdoption-calendar-spacing) [-t](https://python-all.ru/3/library/calendar.html#cmdoption-calendar-type) [-w](https://python-all.ru/3/library/calendar.html#cmdoption-calendar-width) [месяц](https://python-all.ru/3/library/calendar.html#cmdoption-calendar-arg-month) [год](https://python-all.ru/3/library/calendar.html#cmdoption-calendar-arg-year) [calendar() (в модуле calendar)](https://python-all.ru/3/library/calendar.html#calendar.calendar) [вызов](https://python-all.ru/3/reference/expressions.html#index-46) [встроенная функция](https://python-all.ru/3/reference/expressions.html#index-52) [встроенный метод](https://python-all.ru/3/reference/expressions.html#index-52) [экземпляр класса](https://python-all.ru/3/reference/expressions.html#index-54) [объект класса](https://python-all.ru/3/reference/datamodel.html#index-51), [\[1\]](https://python-all.ru/3/reference/datamodel.html#index-53), [\[2\]](https://python-all.ru/3/reference/expressions.html#index-53) [функция](https://python-all.ru/3/reference/datamodel.html#index-33), [\[1\]](https://python-all.ru/3/reference/expressions.html#index-51), [\[2\]](https://python-all.ru/3/reference/expressions.html#index-52) [экземпляр](https://python-all.ru/3/reference/datamodel.html#index-103), [\[1\]](https://python-all.ru/3/reference/expressions.html#index-55) [метод](https://python-all.ru/3/reference/expressions.html#index-52) [процедура](https://python-all.ru/3/reference/simple_stmts.html#index-3) [пользовательская функция](https://python-all.ru/3/reference/expressions.html#index-51) [Call (класс в ast)](https://python-all.ru/3/library/ast.html#ast.Call) [CALL (событие мониторинга)](https://python-all.ru/3/library/sys.monitoring.html#monitoring-event-CALL) [(код операции)](https://python-all.ru/3/library/dis.html#opcode-CALL) [call() (метод concurrent.interpreters.Interpreter)](https://python-all.ru/3/library/concurrent.interpreters.html#concurrent.interpreters.Interpreter.call) [(в модуле operator)](https://python-all.ru/3/library/operator.html#operator.call) [(в модуле subprocess)](https://python-all.ru/3/library/subprocess.html#subprocess.call) [(в модуле unittest.mock)](https://python-all.ru/3/library/unittest.mock.html#unittest.mock.call) [call\_annotate\_function() (в модуле annotationlib)](https://python-all.ru/3/library/annotationlib.html#annotationlib.call_annotate_function) [call\_args (атрибут unittest.mock.Mock)](https://python-all.ru/3/library/unittest.mock.html#unittest.mock.Mock.call_args) [call\_args\_list (атрибут unittest.mock.Mock)](https://python-all.ru/3/library/unittest.mock.html#unittest.mock.Mock.call_args_list) [call\_at() (метод asyncio.loop)](https://python-all.ru/3/library/asyncio-eventloop.html#asyncio.loop.call_at) [call\_count (атрибут unittest.mock.Mock)](https://python-all.ru/3/library/unittest.mock.html#unittest.mock.Mock.call_count) [call\_evaluate\_function() (в модуле annotationlib)](https://python-all.ru/3/library/annotationlib.html#annotationlib.call_evaluate_function) [call\_exception\_handler() (метод asyncio.loop)](https://python-all.ru/3/library/asyncio-eventloop.html#asyncio.loop.call_exception_handler) [CALL\_FUNCTION\_EX (опкод)](https://python-all.ru/3/library/dis.html#opcode-CALL_FUNCTION_EX) [call\_in\_thread() (метод concurrent.interpreters.Interpreter)](https://python-all.ru/3/library/concurrent.interpreters.html#concurrent.interpreters.Interpreter.call_in_thread) [CALL\_INTRINSIC\_1 (опкод)](https://python-all.ru/3/library/dis.html#opcode-CALL_INTRINSIC_1) [CALL\_INTRINSIC\_2 (опкод)](https://python-all.ru/3/library/dis.html#opcode-CALL_INTRINSIC_2) [CALL\_KW (опкод)](https://python-all.ru/3/library/dis.html#opcode-CALL_KW) [call\_later() (метод asyncio.loop)](https://python-all.ru/3/library/asyncio-eventloop.html#asyncio.loop.call_later) [call\_list() (метод unittest.mock.call)](https://python-all.ru/3/library/unittest.mock.html#unittest.mock.call.call_list) [call\_soon() (метод asyncio.loop)](https://python-all.ru/3/library/asyncio-eventloop.html#asyncio.loop.call_soon) [call\_soon\_threadsafe() (метод asyncio.loop)](https://python-all.ru/3/library/asyncio-eventloop.html#asyncio.loop.call_soon_threadsafe) [call\_tracing() (в модуле sys)](https://python-all.ru/3/library/sys.html#sys.call_tracing) [**вызываемый**](https://python-all.ru/3/glossary.html#term-callable) [объект](https://python-all.ru/3/reference/datamodel.html#index-33), [\[1\]](https://python-all.ru/3/reference/expressions.html#index-46) [Callable (класс в collections.abc)](https://python-all.ru/3/library/collections.abc.html#collections.abc.Callable) [(в модуле typing)](https://python-all.ru/3/library/typing.html#typing.Callable) callable() [встроенная функция](https://python-all.ru/3/library/functions.html#callable) [CallableProxyType (класс в weakref)](https://python-all.ru/3/library/weakref.html#weakref.CallableProxyType) [**колбэк**](https://python-all.ru/3/glossary.html#term-callback) [(атрибут optparse.Option)](https://python-all.ru/3/library/optparse.html#optparse.Option.callback) [callback() (метод contextlib.ExitStack)](https://python-all.ru/3/library/contextlib.html#contextlib.ExitStack.callback) [callback\_args (атрибут optparse.Option)](https://python-all.ru/3/library/optparse.html#optparse.Option.callback_args) [callback\_kwargs (атрибут optparse.Option)](https://python-all.ru/3/library/optparse.html#optparse.Option.callback_kwargs) [колбэки (в модуле gc)](https://python-all.ru/3/library/gc.html#gc.callbacks) [called (атрибут unittest.mock.Mock)](https://python-all.ru/3/library/unittest.mock.html#unittest.mock.Mock.called) [CalledProcessError](https://python-all.ru/3/library/subprocess.html#subprocess.CalledProcessError) [calloc (C-функция)](https://python-all.ru/3/c-api/memory.html#index-0) [CallWrapper (класс в tkinter)](https://python-all.ru/3/library/tkinter.html#tkinter.CallWrapper) [CAN (в модуле curses.ascii)](https://python-all.ru/3/library/curses.ascii.html#curses.ascii.CAN) [CAN\_BCM (в модуле socket)](https://python-all.ru/3/library/socket.html#socket.CAN_BCM) [can\_change\_color() (в модуле curses)](https://python-all.ru/3/library/curses.html#curses.can_change_color) [can\_fetch() (метод urllib.robotparser.RobotFileParser)](https://python-all.ru/3/library/urllib.robotparser.html#urllib.robotparser.RobotFileParser.can_fetch) [CAN\_ISOTP (в модуле socket)](https://python-all.ru/3/library/socket.html#socket.CAN_ISOTP) [CAN\_J1939 (в модуле socket)](https://python-all.ru/3/library/socket.html#socket.CAN_J1939) [CAN\_RAW\_FD\_FRAMES (в модуле socket)](https://python-all.ru/3/library/socket.html#socket.CAN_RAW_FD_FRAMES) [CAN\_RAW\_JOIN\_FILTERS (в модуле socket)](https://python-all.ru/3/library/socket.html#socket.CAN_RAW_JOIN_FILTERS) [can\_symlink() (в модуле test.support.os\_helper)](https://python-all.ru/3/library/test.html#test.support.os_helper.can_symlink) [can\_write\_eof() (метод asyncio.StreamWriter)](https://python-all.ru/3/library/asyncio-stream.html#asyncio.StreamWriter.can_write_eof) [(метод asyncio.WriteTransport)](https://python-all.ru/3/library/asyncio-protocol.html#asyncio.WriteTransport.can_write_eof) [can\_xattr() (в модуле test.support.os\_helper)](https://python-all.ru/3/library/test.html#test.support.os_helper.can_xattr) [CANCEL (в модуле tkinter.messagebox)](https://python-all.ru/3/library/tkinter.messagebox.html#tkinter.messagebox.CANCEL) [cancel() (метод asyncio.Future)](https://python-all.ru/3/library/asyncio-future.html#asyncio.Future.cancel) [(метод asyncio.Handle)](https://python-all.ru/3/library/asyncio-eventloop.html#asyncio.Handle.cancel) [(метод asyncio.Task)](https://python-all.ru/3/library/asyncio-task.html#asyncio.Task.cancel) [(метод concurrent.futures.Future)](https://python-all.ru/3/library/concurrent.futures.html#concurrent.futures.Future.cancel) [(метод sched.scheduler)](https://python-all.ru/3/library/sched.html#sched.scheduler.cancel) [(метод threading.Timer)](https://python-all.ru/3/library/threading.html#threading.Timer.cancel) [(метод tkinter.dnd.DndHandler)](https://python-all.ru/3/library/tkinter.dnd.html#tkinter.dnd.DndHandler.cancel) [cancel\_command() (метод tkinter.filedialog.FileDialog)](https://python-all.ru/3/library/dialog.html#tkinter.filedialog.FileDialog.cancel_command) [cancel\_dump\_traceback\_later() (в модуле faulthandler)](https://python-all.ru/3/library/faulthandler.html#faulthandler.cancel_dump_traceback_later) [cancel\_join\_thread() (метод multiprocessing.Queue)](https://python-all.ru/3/library/multiprocessing.html#multiprocessing.Queue.cancel_join_thread) [cancelled() (метод asyncio.Future)](https://python-all.ru/3/library/asyncio-future.html#asyncio.Future.cancelled) [(метод asyncio.Handle)](https://python-all.ru/3/library/asyncio-eventloop.html#asyncio.Handle.cancelled) [(метод asyncio.Task)](https://python-all.ru/3/library/asyncio-task.html#asyncio.Task.cancelled) [(метод concurrent.futures.Future)](https://python-all.ru/3/library/concurrent.futures.html#concurrent.futures.Future.cancelled) [CancelledError](https://python-all.ru/3/library/asyncio-exceptions.html#asyncio.CancelledError), [\[1\]](https://python-all.ru/3/library/concurrent.futures.html#concurrent.futures.CancelledError) [cancelling() (метод asyncio.Task)](https://python-all.ru/3/library/asyncio-task.html#asyncio.Task.cancelling) [CannotSendHeader](https://python-all.ru/3/library/http.client.html#http.client.CannotSendHeader) [CannotSendRequest](https://python-all.ru/3/library/http.client.html#http.client.CannotSendRequest) [canonic() (метод bdb.Bdb)](https://python-all.ru/3/library/bdb.html#bdb.Bdb.canonic) [canonical() (метод decimal.Context)](https://python-all.ru/3/library/decimal.html#decimal.Context.canonical) [(метод decimal.Decimal)](https://python-all.ru/3/library/decimal.html#decimal.Decimal.canonical) [canonicalize() (в модуле xml.etree.ElementTree)](https://python-all.ru/3/library/xml.etree.elementtree.html#xml.etree.ElementTree.canonicalize) [Canvas (класс в tkinter)](https://python-all.ru/3/library/tkinter.html#tkinter.Canvas) [canvasx() (метод tkinter.Canvas)](https://python-all.ru/3/library/tkinter.html#tkinter.Canvas.canvasx) [canvasy() (метод tkinter.Canvas)](https://python-all.ru/3/library/tkinter.html#tkinter.Canvas.canvasy) [capa() (метод poplib.POP3)](https://python-all.ru/3/library/poplib.html#poplib.POP3.capa) [capitalize() (метод bytearray)](https://python-all.ru/3/library/stdtypes.html#bytearray.capitalize) [(метод bytes)](https://python-all.ru/3/library/stdtypes.html#bytes.capitalize) [(метод str)](https://python-all.ru/3/library/stdtypes.html#str.capitalize) [capitals (атрибут decimal.Context)](https://python-all.ru/3/library/decimal.html#decimal.Context.capitals) Capsule [объект](https://python-all.ru/3/c-api/capsule.html#index-0) [CapsuleType (класс в types)](https://python-all.ru/3/library/types.html#types.CapsuleType) [capture\_call\_graph() (в модуле asyncio)](https://python-all.ru/3/library/asyncio-graph.html#asyncio.capture_call_graph) [captured\_stderr() (в модуле test.support)](https://python-all.ru/3/library/test.html#test.support.captured_stderr) [captured\_stdin() (в модуле test.support)](https://python-all.ru/3/library/test.html#test.support.captured_stdin) [captured\_stdout() (в модуле test.support)](https://python-all.ru/3/library/test.html#test.support.captured_stdout) [captureWarnings() (в модуле logging)](https://python-all.ru/3/library/logging.html#logging.captureWarnings) [capwords() (в модуле string)](https://python-all.ru/3/library/string.html#string.capwords) [CASCADE (в модуле tkinter)](https://python-all.ru/3/library/tkinter.html#tkinter.CASCADE) case [**ключевое слово**](https://python-all.ru/3/reference/compound_stmts.html#index-20) [match](https://python-all.ru/3/reference/compound_stmts.html#index-20) [блок case](https://python-all.ru/3/reference/compound_stmts.html#index-24) [casefold() (метод str)](https://python-all.ru/3/library/stdtypes.html#str.casefold) [cast() (в модуле ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.cast) [(в модуле typing)](https://python-all.ru/3/library/typing.html#typing.cast) [(метод memoryview)](https://python-all.ru/3/library/stdtypes.html#memoryview.cast) [catch\_threading\_exception() (в модуле test.support.threading\_helper)](https://python-all.ru/3/library/test.html#test.support.threading_helper.catch_threading_exception) [catch\_unraisable\_exception() (в модуле test.support)](https://python-all.ru/3/library/test.html#test.support.catch_unraisable_exception) [catch\_warnings (класс в warnings)](https://python-all.ru/3/library/warnings.html#warnings.catch_warnings) [category() (в модуле unicodedata)](https://python-all.ru/3/library/unicodedata.html#unicodedata.category) [cbreak() (в модуле curses)](https://python-all.ru/3/library/curses.html#curses.cbreak) [cbrt() (в модуле math)](https://python-all.ru/3/library/math.html#math.cbrt) [CC](https://python-all.ru/3/whatsnew/2.3.html#index-24) [опция командной строки](https://python-all.ru/3/using/configure.html#cmdoption-arg-CC) [ccc() (метод ftplib.FTP\_TLS)](https://python-all.ru/3/library/ftplib.html#ftplib.FTP_TLS.ccc) [cdf() (метод statistics.NormalDist)](https://python-all.ru/3/library/statistics.html#statistics.NormalDist.cdf) [CDLL (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.CDLL) [cdll (в модуле ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.cdll) [ceil() (в модуле math)](https://python-all.ru/3/library/math.html#math.ceil), [\[1\]](https://python-all.ru/3/library/stdtypes.html#index-15) [CellType (в модуле types)](https://python-all.ru/3/library/types.html#types.CellType) [CENTER (в модуле tkinter)](https://python-all.ru/3/library/tkinter.html#tkinter.CENTER) [center() (метод bytearray)](https://python-all.ru/3/library/stdtypes.html#bytearray.center) [(метод bytes)](https://python-all.ru/3/library/stdtypes.html#bytes.center) [(метод str)](https://python-all.ru/3/library/stdtypes.html#str.center) [CERT\_NONE (в модуле ssl)](https://python-all.ru/3/library/ssl.html#ssl.CERT_NONE) [CERT\_OPTIONAL (в модуле ssl)](https://python-all.ru/3/library/ssl.html#ssl.CERT_OPTIONAL) [CERT\_REQUIRED (в модуле ssl)](https://python-all.ru/3/library/ssl.html#ssl.CERT_REQUIRED) [cert\_store\_stats() (метод ssl.SSLContext)](https://python-all.ru/3/library/ssl.html#ssl.SSLContext.cert_store_stats) [cert\_time\_to\_seconds() (в модуле ssl)](https://python-all.ru/3/library/ssl.html#ssl.cert_time_to_seconds) [CertificateError](https://python-all.ru/3/library/ssl.html#ssl.CertificateError) [сертификаты](https://python-all.ru/3/library/ssl.html#index-16) [CField (класс в ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.CField) [CFLAGS](https://python-all.ru/3/using/configure.html#index-21), [\[1\]](https://python-all.ru/3/using/configure.html#index-22), [\[2\]](https://python-all.ru/3/using/configure.html#index-23), [\[3\]](https://python-all.ru/3/using/configure.html#index-24), [\[4\]](https://python-all.ru/3/using/configure.html#index-27), [\[5\]](https://python-all.ru/3/using/configure.html#index-8), [\[6\]](https://python-all.ru/3/whatsnew/2.3.html#index-25) [опция командной строки](https://python-all.ru/3/using/configure.html#cmdoption-arg-CFLAGS) [CFLAGS\_NODIST](https://python-all.ru/3/using/configure.html#index-20), [\[1\]](https://python-all.ru/3/using/configure.html#index-25), [\[2\]](https://python-all.ru/3/using/configure.html#index-30) [cfmakecbreak() (в модуле tty)](https://python-all.ru/3/library/tty.html#tty.cfmakecbreak) [cfmakeraw() (в модуле tty)](https://python-all.ru/3/library/tty.html#tty.cfmakeraw) [CFUNCTYPE() (в модуле ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.CFUNCTYPE) [cget() (метод tkinter.font.Font)](https://python-all.ru/3/library/tkinter.font.html#tkinter.font.Font.cget) [(метод tkinter.Misc)](https://python-all.ru/3/library/tkinter.html#tkinter.Misc.cget) [(метод tkinter.PhotoImage)](https://python-all.ru/3/library/tkinter.html#tkinter.PhotoImage.cget) cgi [модуль](https://python-all.ru/3/library/cgi.html#module-cgi) [cgi\_directories (атрибут http.server.CGIHTTPRequestHandler)](https://python-all.ru/3/library/http.server.html#http.server.CGIHTTPRequestHandler.cgi_directories) [CGIHandler (класс в wsgiref.handlers)](https://python-all.ru/3/library/wsgiref.html#wsgiref.handlers.CGIHandler) [CGIHTTPRequestHandler (класс в http.server)](https://python-all.ru/3/library/http.server.html#http.server.CGIHTTPRequestHandler) cgitb [модуль](https://python-all.ru/3/library/cgitb.html#module-cgitb) [CGIXMLRPCRequestHandler (класс в xmlrpc.server)](https://python-all.ru/3/library/xmlrpc.server.html#xmlrpc.server.CGIXMLRPCRequestHandler) [chain() (в модуле itertools)](https://python-all.ru/3/library/itertools.html#itertools.chain) [chain\_log (compression.zstd.CompressionParameter атрибут)](https://python-all.ru/3/library/compression.zstd.html#compression.zstd.CompressionParameter.chain_log) цепочка [сравнения](https://python-all.ru/3/library/stdtypes.html#index-7), [\[1\]](https://python-all.ru/3/reference/expressions.html#index-77) [исключение](https://python-all.ru/3/library/exceptions.html#index-2), [\[1\]](https://python-all.ru/3/reference/simple_stmts.html#index-29) [ChainMap (класс в collections)](https://python-all.ru/3/library/collections.html#collections.ChainMap) [(класс в typing)](https://python-all.ru/3/library/typing.html#typing.ChainMap) [change\_cwd() (в модуле test.support.os\_helper)](https://python-all.ru/3/library/test.html#test.support.os_helper.change_cwd) [CHANNEL\_BINDING\_TYPES (в модуле ssl)](https://python-all.ru/3/library/ssl.html#ssl.CHANNEL_BINDING_TYPES) [CHAR (в модуле tkinter)](https://python-all.ru/3/library/tkinter.html#tkinter.CHAR) [char (атрибут tkinter.Event)](https://python-all.ru/3/library/tkinter.html#tkinter.Event.char) [CHAR\_MAX (в модуле locale)](https://python-all.ru/3/library/locale.html#locale.CHAR_MAX) [символ](https://python-all.ru/3/library/unicodedata.html#index-0), [\[1\]](https://python-all.ru/3/reference/datamodel.html#index-19) [CharacterDataHandler() (метод xml.parsers.expat.xmlparser)](https://python-all.ru/3/library/pyexpat.html#xml.parsers.expat.xmlparser.CharacterDataHandler) [characters() (метод xml.sax.handler.ContentHandler)](https://python-all.ru/3/library/xml.sax.handler.html#xml.sax.handler.ContentHandler.characters) [characters\_written (атрибут BlockingIOError)](https://python-all.ru/3/library/exceptions.html#BlockingIOError.characters_written) [charmap\_build() (в модуле codecs)](https://python-all.ru/3/library/codecs.html#codecs.charmap_build) [Charset (класс в email.charset)](https://python-all.ru/3/library/email.charset.html#email.charset.Charset) [charset() (метод gettext.NullTranslations)](https://python-all.ru/3/library/gettext.html#gettext.NullTranslations.charset) [chdir() (в модуле contextlib)](https://python-all.ru/3/library/contextlib.html#contextlib.chdir) [(в модуле os)](https://python-all.ru/3/library/os.html#os.chdir) [check (атрибут lzma.LZMADecompressor)](https://python-all.ru/3/library/lzma.html#lzma.LZMADecompressor.check) [check() (метод imaplib.IMAP4)](https://python-all.ru/3/library/imaplib.html#imaplib.IMAP4.check) [(в модуле tabnanny)](https://python-all.ru/3/library/tabnanny.html#tabnanny.check) [check\_\_all\_\_() (в модуле test.support)](https://python-all.ru/3/library/test.html#test.support.check__all__) [check\_call() (в модуле subprocess)](https://python-all.ru/3/library/subprocess.html#subprocess.check_call) [check\_disallow\_instantiation() (в модуле test.support)](https://python-all.ru/3/library/test.html#test.support.check_disallow_instantiation) [CHECK\_EG\_MATCH (опкод)](https://python-all.ru/3/library/dis.html#opcode-CHECK_EG_MATCH) [CHECK\_EXC\_MATCH (опкод)](https://python-all.ru/3/library/dis.html#opcode-CHECK_EXC_MATCH) [check\_free\_after\_iterating() (в модуле test.support)](https://python-all.ru/3/library/test.html#test.support.check_free_after_iterating) [check\_hostname (атрибут ssl.SSLContext)](https://python-all.ru/3/library/ssl.html#ssl.SSLContext.check_hostname) [check\_impl\_detail() (в модуле test.support)](https://python-all.ru/3/library/test.html#test.support.check_impl_detail) [check\_no\_resource\_warning() (в модуле test.support.warnings\_helper)](https://python-all.ru/3/library/test.html#test.support.warnings_helper.check_no_resource_warning) [check\_output() (метод doctest.OutputChecker)](https://python-all.ru/3/library/doctest.html#doctest.OutputChecker.check_output) [(в модуле subprocess)](https://python-all.ru/3/library/subprocess.html#subprocess.check_output) [check\_returncode() (метод subprocess.CompletedProcess)](https://python-all.ru/3/library/subprocess.html#subprocess.CompletedProcess.check_returncode) [check\_syntax\_error() (в модуле test.support)](https://python-all.ru/3/library/test.html#test.support.check_syntax_error) [check\_syntax\_warning() (в модуле test.support.warnings\_helper)](https://python-all.ru/3/library/test.html#test.support.warnings_helper.check_syntax_warning) [check\_unused\_args() (метод string.Formatter)](https://python-all.ru/3/library/string.html#string.Formatter.check_unused_args) [check\_warnings() (в модуле test.support.warnings\_helper)](https://python-all.ru/3/library/test.html#test.support.warnings_helper.check_warnings) [Checkbutton (класс в tkinter)](https://python-all.ru/3/library/tkinter.html#tkinter.Checkbutton) [(класс в tkinter.ttk)](https://python-all.ru/3/library/tkinter.ttk.html#tkinter.ttk.Checkbutton) [CHECKBUTTON (в модуле tkinter)](https://python-all.ru/3/library/tkinter.html#tkinter.CHECKBUTTON) [checkcache() (в модуле linecache)](https://python-all.ru/3/library/linecache.html#linecache.checkcache) [CHECKED\_HASH (атрибут py\_compile.PycInvalidationMode)](https://python-all.ru/3/library/py_compile.html#py_compile.PycInvalidationMode.CHECKED_HASH) [checkfuncname() (в модуле bdb)](https://python-all.ru/3/library/bdb.html#bdb.checkfuncname) [checksizeof() (в модуле test.support)](https://python-all.ru/3/library/test.html#test.support.checksizeof) контрольная сумма [Циклический избыточный код](https://python-all.ru/3/library/zlib.html#index-0) [checksum\_flag (атрибут compression.zstd.CompressionParameter)](https://python-all.ru/3/library/compression.zstd.html#compression.zstd.CompressionParameter.checksum_flag) [chflags() (в модуле os)](https://python-all.ru/3/library/os.html#os.chflags) [chgat() (метод curses.window)](https://python-all.ru/3/library/curses.html#curses.window.chgat) [childNodes (атрибут xml.dom.Node)](https://python-all.ru/3/library/xml.dom.html#xml.dom.Node.childNodes) [ChildProcessError](https://python-all.ru/3/library/exceptions.html#ChildProcessError) [children (атрибут pyclbr.Class)](https://python-all.ru/3/library/pyclbr.html#pyclbr.Class.children) [(атрибут pyclbr.Function)](https://python-all.ru/3/library/pyclbr.html#pyclbr.Function.children) [(атрибут tkinter.Tk)](https://python-all.ru/3/library/tkinter.html#tkinter.Tk.children) [chksum (атрибут tarfile.TarInfo)](https://python-all.ru/3/library/tarfile.html#tarfile.TarInfo.chksum) [chmod() (в модуле os)](https://python-all.ru/3/library/os.html#os.chmod) [(метод pathlib.Path)](https://python-all.ru/3/library/pathlib.html#pathlib.Path.chmod) [choice() (в модуле random)](https://python-all.ru/3/library/random.html#random.choice) [(в модуле secrets)](https://python-all.ru/3/library/secrets.html#secrets.choice) [choices (атрибут optparse.Option)](https://python-all.ru/3/library/optparse.html#optparse.Option.choices) [choices() (в модуле random)](https://python-all.ru/3/library/random.html#random.choices) [Chooser (класс в tkinter.colorchooser)](https://python-all.ru/3/library/tkinter.colorchooser.html#tkinter.colorchooser.Chooser) [CHORD (в модуле tkinter)](https://python-all.ru/3/library/tkinter.html#tkinter.CHORD) [chown() (в модуле os)](https://python-all.ru/3/library/os.html#os.chown) [(в модуле shutil)](https://python-all.ru/3/library/shutil.html#shutil.chown) chr [встроенная функция](https://python-all.ru/3/reference/datamodel.html#index-19) chr() [встроенная функция](https://python-all.ru/3/library/functions.html#chr) [chroot() (в модуле os)](https://python-all.ru/3/library/os.html#os.chroot) [CHRTYPE (в модуле tarfile)](https://python-all.ru/3/library/tarfile.html#tarfile.CHRTYPE) фрагмент [модуль](https://python-all.ru/3/library/chunk.html#module-chunk) [cipher() (метод ssl.SSLSocket)](https://python-all.ru/3/library/ssl.html#ssl.SSLSocket.cipher) [circle() (в модуле turtle)](https://python-all.ru/3/library/turtle.html#turtle.circle) [CIRCUMFLEX (в модуле token)](https://python-all.ru/3/library/token.html#token.CIRCUMFLEX) [CIRCUMFLEXEQUAL (в модуле token)](https://python-all.ru/3/library/token.html#token.CIRCUMFLEXEQUAL) [clamp (атрибут decimal.Context)](https://python-all.ru/3/library/decimal.html#decimal.Context.clamp) [Clamped (класс в decimal)](https://python-all.ru/3/library/decimal.html#decimal.Clamped) [**класс**](https://python-all.ru/3/glossary.html#term-class) [атрибут](https://python-all.ru/3/reference/datamodel.html#index-51) [присваивание атрибута](https://python-all.ru/3/reference/datamodel.html#index-52) [тело](https://python-all.ru/3/reference/datamodel.html#index-97) [конструктор](https://python-all.ru/3/reference/datamodel.html#index-79) [определение](https://python-all.ru/3/reference/compound_stmts.html#index-45), [\[1\]](https://python-all.ru/3/reference/simple_stmts.html#index-24) [экземпляр](https://python-all.ru/3/reference/datamodel.html#index-57) [имя](https://python-all.ru/3/reference/compound_stmts.html#index-45) [объект](https://python-all.ru/3/reference/compound_stmts.html#index-45), [\[1\]](https://python-all.ru/3/reference/datamodel.html#index-51), [\[2\]](https://python-all.ru/3/reference/expressions.html#index-53) [инструкция](https://python-all.ru/3/reference/compound_stmts.html#index-45) [Class (класс в pyclbr)](https://python-all.ru/3/library/pyclbr.html#pyclbr.Class) [(класс в symtable)](https://python-all.ru/3/library/symtable.html#symtable.Class) [CLASS (атрибут symtable.SymbolTableType)](https://python-all.ru/3/library/symtable.html#symtable.SymbolTableType.CLASS) экземпляр класса [атрибут](https://python-all.ru/3/reference/datamodel.html#index-57) [присваивание атрибута](https://python-all.ru/3/reference/datamodel.html#index-58) [вызов](https://python-all.ru/3/reference/expressions.html#index-54) [объект](https://python-all.ru/3/reference/datamodel.html#index-51), [\[1\]](https://python-all.ru/3/reference/datamodel.html#index-57), [\[2\]](https://python-all.ru/3/reference/expressions.html#index-54) объект класса [вызов](https://python-all.ru/3/reference/datamodel.html#index-51), [\[1\]](https://python-all.ru/3/reference/datamodel.html#index-53), [\[2\]](https://python-all.ru/3/reference/expressions.html#index-53) [**переменная класса**](https://python-all.ru/3/glossary.html#term-class-variable) [ClassDef (класс в ast)](https://python-all.ru/3/library/ast.html#ast.ClassDef) classmethod [встроенная функция](https://python-all.ru/3/c-api/structures.html#index-0) classmethod() [встроенная функция](https://python-all.ru/3/library/functions.html#classmethod) [ClassMethodDescriptorType (в модуле types)](https://python-all.ru/3/library/types.html#types.ClassMethodDescriptorType) [ClassVar (в модуле typing)](https://python-all.ru/3/library/typing.html#typing.ClassVar) [предложение](https://python-all.ru/3/reference/compound_stmts.html#index-1) [CLD\_CONTINUED (в модуле os)](https://python-all.ru/3/library/os.html#os.CLD_CONTINUED) [CLD\_DUMPED (в модуле os)](https://python-all.ru/3/library/os.html#os.CLD_DUMPED) [CLD\_EXITED (в модуле os)](https://python-all.ru/3/library/os.html#os.CLD_EXITED) [CLD\_KILLED (в модуле os)](https://python-all.ru/3/library/os.html#os.CLD_KILLED) [CLD\_STOPPED (в модуле os)](https://python-all.ru/3/library/os.html#os.CLD_STOPPED) [CLD\_TRAPPED (в модуле os)](https://python-all.ru/3/library/os.html#os.CLD_TRAPPED) [clean() (метод mailbox.Maildir)](https://python-all.ru/3/library/mailbox.html#mailbox.Maildir.clean) [cleandoc() (в модуле inspect)](https://python-all.ru/3/library/inspect.html#inspect.cleandoc) [CleanImport (класс в test.support.import\_helper)](https://python-all.ru/3/library/test.html#test.support.import_helper.CleanImport) [функции очистки](https://python-all.ru/3/c-api/sys.html#index-5) [cleanup() (метод tempfile.TemporaryDirectory)](https://python-all.ru/3/library/tempfile.html#tempfile.TemporaryDirectory.cleanup) [CLEANUP\_THROW (код операции)](https://python-all.ru/3/library/dis.html#opcode-CLEANUP_THROW) [clear (команда pdb)](https://python-all.ru/3/library/pdb.html#pdbcommand-clear) [Очистить точку останова](https://python-all.ru/3/library/idle.html#index-4) [clear() (метод array.array)](https://python-all.ru/3/library/array.html#array.array.clear) [(метод asyncio.Event)](https://python-all.ru/3/library/asyncio-sync.html#asyncio.Event.clear) [(метод collections.deque)](https://python-all.ru/3/library/collections.html#collections.deque.clear) [(метод curses.window)](https://python-all.ru/3/library/curses.html#curses.window.clear) [(метод dict)](https://python-all.ru/3/library/stdtypes.html#dict.clear) [(метод email.message.EmailMessage)](https://python-all.ru/3/library/email.message.html#email.message.EmailMessage.clear) [(метод frame)](https://python-all.ru/3/reference/datamodel.html#frame.clear) [(метод http.cookiejar.CookieJar)](https://python-all.ru/3/library/http.cookiejar.html#http.cookiejar.CookieJar.clear) [(в модуле turtle)](https://python-all.ru/3/library/turtle.html#turtle.clear) [(метод mailbox.Mailbox)](https://python-all.ru/3/library/mailbox.html#mailbox.Mailbox.clear) [(метод последовательности)](https://python-all.ru/3/library/stdtypes.html#sequence.clear) [(метод set)](https://python-all.ru/3/library/stdtypes.html#set.clear) [(метод threading.Event)](https://python-all.ru/3/library/threading.html#threading.Event.clear) [(метод xml.etree.ElementTree.Element)](https://python-all.ru/3/library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.clear) [clear\_all\_breaks() (метод bdb.Bdb)](https://python-all.ru/3/library/bdb.html#bdb.Bdb.clear_all_breaks) [clear\_all\_file\_breaks() (метод bdb.Bdb)](https://python-all.ru/3/library/bdb.html#bdb.Bdb.clear_all_file_breaks) [clear\_bpbynumber() (метод bdb.Bdb)](https://python-all.ru/3/library/bdb.html#bdb.Bdb.clear_bpbynumber) [clear\_break() (метод bdb.Bdb)](https://python-all.ru/3/library/bdb.html#bdb.Bdb.clear_break) [clear\_cache() (в модуле filecmp)](https://python-all.ru/3/library/filecmp.html#filecmp.clear_cache) [(метод класса zoneinfo.ZoneInfo)](https://python-all.ru/3/library/zoneinfo.html#zoneinfo.ZoneInfo.clear_cache) [clear\_content() (метод email.message.EmailMessage)](https://python-all.ru/3/library/email.message.html#email.message.EmailMessage.clear_content) [clear\_flags() (метод decimal.Context)](https://python-all.ru/3/library/decimal.html#decimal.Context.clear_flags) [clear\_frames() (в модуле traceback)](https://python-all.ru/3/library/traceback.html#traceback.clear_frames) [clear\_history() (в модуле readline)](https://python-all.ru/3/library/readline.html#readline.clear_history) [clear\_memo() (метод pickle.Pickler)](https://python-all.ru/3/library/pickle.html#pickle.Pickler.clear_memo) [clear\_overloads() (в модуле typing)](https://python-all.ru/3/library/typing.html#typing.clear_overloads) [clear\_session\_cookies() (метод http.cookiejar.CookieJar)](https://python-all.ru/3/library/http.cookiejar.html#http.cookiejar.CookieJar.clear_session_cookies) [clear\_tool\_id() (в модуле sys.monitoring)](https://python-all.ru/3/library/sys.monitoring.html#sys.monitoring.clear_tool_id) [clear\_traces() (в модуле tracemalloc)](https://python-all.ru/3/library/tracemalloc.html#tracemalloc.clear_traces) [clear\_traps() (метод decimal.Context)](https://python-all.ru/3/library/decimal.html#decimal.Context.clear_traps) [clearcache() (в модуле linecache)](https://python-all.ru/3/library/linecache.html#linecache.clearcache) [clearok() (метод curses.window)](https://python-all.ru/3/library/curses.html#curses.window.clearok) [clearscreen() (в модуле turtle)](https://python-all.ru/3/library/turtle.html#turtle.clearscreen) [clearstamp() (в модуле turtle)](https://python-all.ru/3/library/turtle.html#turtle.clearstamp) [clearstamps() (в модуле turtle)](https://python-all.ru/3/library/turtle.html#turtle.clearstamps) [Client() (в модуле multiprocessing.connection)](https://python-all.ru/3/library/multiprocessing.html#multiprocessing.connection.Client) [client() (метод tkinter.Wm)](https://python-all.ru/3/library/tkinter.html#tkinter.Wm.client) [client\_address (атрибут http.server.BaseHTTPRequestHandler)](https://python-all.ru/3/library/http.server.html#http.server.BaseHTTPRequestHandler.client_address) [(атрибут socketserver.BaseRequestHandler)](https://python-all.ru/3/library/socketserver.html#socketserver.BaseRequestHandler.client_address) [clipboard\_append() (метод tkinter.Misc)](https://python-all.ru/3/library/tkinter.html#tkinter.Misc.clipboard_append) [clipboard\_clear() (метод tkinter.Misc)](https://python-all.ru/3/library/tkinter.html#tkinter.Misc.clipboard_clear) [clipboard\_get() (метод tkinter.Misc)](https://python-all.ru/3/library/tkinter.html#tkinter.Misc.clipboard_get) [CLOCK\_BOOTTIME (в модуле time)](https://python-all.ru/3/library/time.html#time.CLOCK_BOOTTIME) [clock\_getres() (в модуле time)](https://python-all.ru/3/library/time.html#time.clock_getres) [clock\_gettime() (в модуле time)](https://python-all.ru/3/library/time.html#time.clock_gettime) [clock\_gettime\_ns() (в модуле time)](https://python-all.ru/3/library/time.html#time.clock_gettime_ns) [CLOCK\_HIGHRES (в модуле time)](https://python-all.ru/3/library/time.html#time.CLOCK_HIGHRES) [CLOCK\_MONOTONIC (в модуле time)](https://python-all.ru/3/library/time.html#time.CLOCK_MONOTONIC) [CLOCK\_MONOTONIC\_RAW (в модуле time)](https://python-all.ru/3/library/time.html#time.CLOCK_MONOTONIC_RAW) [CLOCK\_MONOTONIC\_RAW\_APPROX (в модуле time)](https://python-all.ru/3/library/time.html#time.CLOCK_MONOTONIC_RAW_APPROX) [CLOCK\_PROCESS\_CPUTIME\_ID (в модуле time)](https://python-all.ru/3/library/time.html#time.CLOCK_PROCESS_CPUTIME_ID) [CLOCK\_PROF (в модуле time)](https://python-all.ru/3/library/time.html#time.CLOCK_PROF) [CLOCK\_REALTIME (в модуле time)](https://python-all.ru/3/library/time.html#time.CLOCK_REALTIME) [clock\_seq (атрибут uuid.UUID)](https://python-all.ru/3/library/uuid.html#uuid.UUID.clock_seq) [clock\_seq\_hi\_variant (атрибут uuid.UUID)](https://python-all.ru/3/library/uuid.html#uuid.UUID.clock_seq_hi_variant) [clock\_seq\_low (атрибут uuid.UUID)](https://python-all.ru/3/library/uuid.html#uuid.UUID.clock_seq_low) [clock\_settime() (в модуле time)](https://python-all.ru/3/library/time.html#time.clock_settime) [clock\_settime\_ns() (в модуле time)](https://python-all.ru/3/library/time.html#time.clock_settime_ns) [CLOCK\_TAI (в модуле time)](https://python-all.ru/3/library/time.html#time.CLOCK_TAI) [CLOCK\_THREAD\_CPUTIME\_ID (в модуле time)](https://python-all.ru/3/library/time.html#time.CLOCK_THREAD_CPUTIME_ID) [CLOCK\_UPTIME (в модуле time)](https://python-all.ru/3/library/time.html#time.CLOCK_UPTIME) [CLOCK\_UPTIME\_RAW (в модуле time)](https://python-all.ru/3/library/time.html#time.CLOCK_UPTIME_RAW) [CLOCK\_UPTIME\_RAW\_APPROX (в модуле time)](https://python-all.ru/3/library/time.html#time.CLOCK_UPTIME_RAW_APPROX) [clone() (метод email.generator.BytesGenerator)](https://python-all.ru/3/library/email.generator.html#email.generator.BytesGenerator.clone) [(метод email.generator.Generator)](https://python-all.ru/3/library/email.generator.html#email.generator.Generator.clone) [(метод email.policy.Policy)](https://python-all.ru/3/library/email.policy.html#email.policy.Policy.clone) [(в модуле turtle)](https://python-all.ru/3/library/turtle.html#turtle.clone) [CLONE\_FILES (в модуле os)](https://python-all.ru/3/library/os.html#os.CLONE_FILES) [CLONE\_FS (в модуле os)](https://python-all.ru/3/library/os.html#os.CLONE_FS) [CLONE\_NEWCGROUP (в модуле os)](https://python-all.ru/3/library/os.html#os.CLONE_NEWCGROUP) [CLONE\_NEWIPC (в модуле os)](https://python-all.ru/3/library/os.html#os.CLONE_NEWIPC) [CLONE\_NEWNET (в модуле os)](https://python-all.ru/3/library/os.html#os.CLONE_NEWNET) [CLONE\_NEWNS (в модуле os)](https://python-all.ru/3/library/os.html#os.CLONE_NEWNS) [CLONE\_NEWPID (в модуле os)](https://python-all.ru/3/library/os.html#os.CLONE_NEWPID) [CLONE\_NEWTIME (в модуле os)](https://python-all.ru/3/library/os.html#os.CLONE_NEWTIME) [CLONE\_NEWUSER (в модуле os)](https://python-all.ru/3/library/os.html#os.CLONE_NEWUSER) [CLONE\_NEWUTS (в модуле os)](https://python-all.ru/3/library/os.html#os.CLONE_NEWUTS) [CLONE\_SIGHAND (в модуле os)](https://python-all.ru/3/library/os.html#os.CLONE_SIGHAND) [CLONE\_SYSVSEM (в модуле os)](https://python-all.ru/3/library/os.html#os.CLONE_SYSVSEM) [CLONE\_THREAD (в модуле os)](https://python-all.ru/3/library/os.html#os.CLONE_THREAD) [CLONE\_VM (в модуле os)](https://python-all.ru/3/library/os.html#os.CLONE_VM) [cloneNode() (метод xml.dom.Node)](https://python-all.ru/3/library/xml.dom.html#xml.dom.Node.cloneNode) [close (в модуле os)](https://python-all.ru/3/c-api/subinterpreters.html#index-3) [close() (метод asyncio.BaseTransport)](https://python-all.ru/3/library/asyncio-protocol.html#asyncio.BaseTransport.close) [(метод asyncio.loop)](https://python-all.ru/3/library/asyncio-eventloop.html#asyncio.loop.close) [(метод asyncio.Runner)](https://python-all.ru/3/library/asyncio-runner.html#asyncio.Runner.close) [(метод asyncio.Server)](https://python-all.ru/3/library/asyncio-eventloop.html#asyncio.Server.close) [(метод asyncio.StreamWriter)](https://python-all.ru/3/library/asyncio-stream.html#asyncio.StreamWriter.close) [(метод asyncio.SubprocessTransport)](https://python-all.ru/3/library/asyncio-protocol.html#asyncio.SubprocessTransport.close) [(метод concurrent.interpreters.Interpreter)](https://python-all.ru/3/library/concurrent.interpreters.html#concurrent.interpreters.Interpreter.close) [(метод contextlib.ExitStack)](https://python-all.ru/3/library/contextlib.html#contextlib.ExitStack.close) [(метод корутины)](https://python-all.ru/3/reference/datamodel.html#coroutine.close) [(метод dbm.dumb.dumbdbm)](https://python-all.ru/3/library/dbm.html#dbm.dumb.dumbdbm.close) [(метод dbm.gnu.gdbm)](https://python-all.ru/3/library/dbm.html#dbm.gnu.gdbm.close) [(метод dbm.ndbm.ndbm)](https://python-all.ru/3/library/dbm.html#dbm.ndbm.ndbm.close) [(метод dbm.sqlite3.sqlite3)](https://python-all.ru/3/library/dbm.html#dbm.sqlite3.sqlite3.close) [(метод email.parser.BytesFeedParser)](https://python-all.ru/3/library/email.parser.html#email.parser.BytesFeedParser.close) [(метод файла)](https://python-all.ru/3/reference/datamodel.html#file.close) [(метод ftplib.FTP)](https://python-all.ru/3/library/ftplib.html#ftplib.FTP.close) [(метод генератора)](https://python-all.ru/3/reference/expressions.html#generator.close) [(метод html.parser.HTMLParser)](https://python-all.ru/3/library/html.parser.html#html.parser.HTMLParser.close) [(метод http.client.HTTPConnection)](https://python-all.ru/3/library/http.client.html#http.client.HTTPConnection.close) [(метод imaplib.IMAP4)](https://python-all.ru/3/library/imaplib.html#imaplib.IMAP4.close) [(в модуле fileinput)](https://python-all.ru/3/library/fileinput.html#fileinput.close) [(в модуле os)](https://python-all.ru/3/library/os.html#os.close) [(в модуле socket)](https://python-all.ru/3/library/socket.html#socket.close) [(метод io.IOBase)](https://python-all.ru/3/library/io.html#io.IOBase.close) [(метод logging.FileHandler)](https://python-all.ru/3/library/logging.handlers.html#logging.FileHandler.close) [(метод logging.Handler)](https://python-all.ru/3/library/logging.html#logging.Handler.close) [(метод logging.handlers.MemoryHandler)](https://python-all.ru/3/library/logging.handlers.html#logging.handlers.MemoryHandler.close) [(метод logging.handlers.NTEventLogHandler)](https://python-all.ru/3/library/logging.handlers.html#logging.handlers.NTEventLogHandler.close) [(метод logging.handlers.SocketHandler)](https://python-all.ru/3/library/logging.handlers.html#logging.handlers.SocketHandler.close) [(метод logging.handlers.SysLogHandler)](https://python-all.ru/3/library/logging.handlers.html#logging.handlers.SysLogHandler.close) [(метод mailbox.Mailbox)](https://python-all.ru/3/library/mailbox.html#mailbox.Mailbox.close) [(метод mailbox.Maildir)](https://python-all.ru/3/library/mailbox.html#mailbox.Maildir.close) [(метод mailbox.MH)](https://python-all.ru/3/library/mailbox.html#mailbox.MH.close) [(метод mmap.mmap)](https://python-all.ru/3/library/mmap.html#mmap.mmap.close) [(метод multiprocessing.connection.Connection)](https://python-all.ru/3/library/multiprocessing.html#multiprocessing.connection.Connection.close) [(метод multiprocessing.connection.Listener)](https://python-all.ru/3/library/multiprocessing.html#multiprocessing.connection.Listener.close) [(метод multiprocessing.pool.Pool)](https://python-all.ru/3/library/multiprocessing.html#multiprocessing.pool.Pool.close) [(метод multiprocessing.Process)](https://python-all.ru/3/library/multiprocessing.html#multiprocessing.Process.close) [(метод multiprocessing.Queue)](https://python-all.ru/3/library/multiprocessing.html#multiprocessing.Queue.close) [(метод multiprocessing.shared\_memory.SharedMemory)](https://python-all.ru/3/library/multiprocessing.shared_memory.html#multiprocessing.shared_memory.SharedMemory.close) [(метод multiprocessing.SimpleQueue)](https://python-all.ru/3/library/multiprocessing.html#multiprocessing.SimpleQueue.close) [(метод os.scandir)](https://python-all.ru/3/library/os.html#os.scandir.close) [(метод select.devpoll)](https://python-all.ru/3/library/select.html#select.devpoll.close) [(метод select.epoll)](https://python-all.ru/3/library/select.html#select.epoll.close) [(метод select.kqueue)](https://python-all.ru/3/library/select.html#select.kqueue.close) [(метод selectors.BaseSelector)](https://python-all.ru/3/library/selectors.html#selectors.BaseSelector.close) [(метод shelve.Shelf)](https://python-all.ru/3/library/shelve.html#shelve.Shelf.close) [(метод socket.socket)](https://python-all.ru/3/library/socket.html#socket.socket.close) [(метод sqlite3.Blob)](https://python-all.ru/3/library/sqlite3.html#sqlite3.Blob.close) [(метод sqlite3.Connection)](https://python-all.ru/3/library/sqlite3.html#sqlite3.Connection.close) [(метод sqlite3.Cursor)](https://python-all.ru/3/library/sqlite3.html#sqlite3.Cursor.close) [(метод tarfile.TarFile)](https://python-all.ru/3/library/tarfile.html#tarfile.TarFile.close) [(метод urllib.request.BaseHandler)](https://python-all.ru/3/library/urllib.request.html#urllib.request.BaseHandler.close) [(метод wave.Wave\_read)](https://python-all.ru/3/library/wave.html#wave.Wave_read.close) [(метод wave.Wave\_write)](https://python-all.ru/3/library/wave.html#wave.Wave_write.close) [Close() (метод winreg.PyHKEY)](https://python-all.ru/3/library/winreg.html#winreg.PyHKEY.Close) [close() (метод xml.etree.ElementTree.TreeBuilder)](https://python-all.ru/3/library/xml.etree.elementtree.html#xml.etree.ElementTree.TreeBuilder.close) [(метод xml.etree.ElementTree.XMLParser)](https://python-all.ru/3/library/xml.etree.elementtree.html#xml.etree.ElementTree.XMLParser.close) [(метод xml.etree.ElementTree.XMLPullParser)](https://python-all.ru/3/library/xml.etree.elementtree.html#xml.etree.ElementTree.XMLPullParser.close) [(метод xml.sax.xmlreader.IncrementalParser)](https://python-all.ru/3/library/xml.sax.reader.html#xml.sax.xmlreader.IncrementalParser.close) [(метод zipfile.ZipFile)](https://python-all.ru/3/library/zipfile.html#zipfile.ZipFile.close) [close\_clients() (метод asyncio.Server)](https://python-all.ru/3/library/asyncio-eventloop.html#asyncio.Server.close_clients) [close\_connection (атрибут http.server.BaseHTTPRequestHandler)](https://python-all.ru/3/library/http.server.html#http.server.BaseHTTPRequestHandler.close_connection) [CloseBoundaryNotFoundDefect](https://python-all.ru/3/library/email.errors.html#email.errors.CloseBoundaryNotFoundDefect) [closed (атрибут http.client.HTTPResponse)](https://python-all.ru/3/library/http.client.html#http.client.HTTPResponse.closed) [(атрибут io.IOBase)](https://python-all.ru/3/library/io.html#io.IOBase.closed) [(атрибут mmap.mmap)](https://python-all.ru/3/library/mmap.html#mmap.mmap.closed) [(атрибут select.devpoll)](https://python-all.ru/3/library/select.html#select.devpoll.closed) [(атрибут select.epoll)](https://python-all.ru/3/library/select.html#select.epoll.closed) [(атрибут select.kqueue)](https://python-all.ru/3/library/select.html#select.kqueue.closed) [CloseKey() (в модуле winreg)](https://python-all.ru/3/library/winreg.html#winreg.CloseKey) [closelog() (в модуле syslog)](https://python-all.ru/3/library/syslog.html#syslog.closelog) [closerange() (в модуле os)](https://python-all.ru/3/library/os.html#os.closerange) [closing() (в модуле contextlib)](https://python-all.ru/3/library/contextlib.html#contextlib.closing) [**переменная замыкания**](https://python-all.ru/3/glossary.html#term-closure-variable) [clrtobot() (метод curses.window)](https://python-all.ru/3/library/curses.html#curses.window.clrtobot) [clrtoeol() (метод curses.window)](https://python-all.ru/3/library/curses.html#curses.window.clrtoeol) cmath [модуль](https://python-all.ru/3/library/cmath.html#module-cmath) cmd [модуль](https://python-all.ru/3/library/cmd.html#module-cmd), [\[1\]](https://python-all.ru/3/library/pdb.html#index-1) [Cmd (класс в cmd)](https://python-all.ru/3/library/cmd.html#cmd.Cmd) [cmd (атрибут subprocess.CalledProcessError)](https://python-all.ru/3/library/subprocess.html#subprocess.CalledProcessError.cmd) [(атрибут subprocess.TimeoutExpired)](https://python-all.ru/3/library/subprocess.html#subprocess.TimeoutExpired.cmd) [cmdloop() (метод cmd.Cmd)](https://python-all.ru/3/library/cmd.html#cmd.Cmd.cmdloop) [cmdqueue (атрибут cmd.Cmd)](https://python-all.ru/3/library/cmd.html#cmd.Cmd.cmdqueue) [cmp() (в модуле filecmp)](https://python-all.ru/3/library/filecmp.html#filecmp.cmp) [cmp\_op (в модуле dis)](https://python-all.ru/3/library/dis.html#dis.cmp_op) [cmp\_to\_key() (в модуле functools)](https://python-all.ru/3/library/functools.html#functools.cmp_to_key) [cmpfiles() (в модуле filecmp)](https://python-all.ru/3/library/filecmp.html#filecmp.cmpfiles) [CMSG\_LEN() (в модуле socket)](https://python-all.ru/3/library/socket.html#socket.CMSG_LEN) [CMSG\_SPACE() (в модуле socket)](https://python-all.ru/3/library/socket.html#socket.CMSG_SPACE) [co\_argcount (атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#index-64) [(атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#codeobject.co_argcount) [CO\_ASYNC\_GENERATOR (макрос C)](https://python-all.ru/3/c-api/code.html#c.CO_ASYNC_GENERATOR) [(в модуле inspect)](https://python-all.ru/3/library/inspect.html#inspect.CO_ASYNC_GENERATOR) [co\_cellvars (атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#index-64) [(атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#codeobject.co_cellvars) [co\_code (атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#index-64) [(атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#codeobject.co_code) [co\_consts (атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#index-64) [(атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#codeobject.co_consts) [CO\_COROUTINE (макрос C)](https://python-all.ru/3/c-api/code.html#c.CO_COROUTINE) [(в модуле inspect)](https://python-all.ru/3/library/inspect.html#inspect.CO_COROUTINE) [co\_filename (атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#index-64) [(атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#codeobject.co_filename) [co\_firstlineno (атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#index-64) [(атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#codeobject.co_firstlineno) [co\_flags (атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#index-64) [(атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#codeobject.co_flags) [co\_freevars (атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#index-64) [(атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#codeobject.co_freevars) [CO\_FUTURE\_ABSOLUTE\_IMPORT (макрос C)](https://python-all.ru/3/c-api/code.html#c.CO_FUTURE_ABSOLUTE_IMPORT) [CO\_FUTURE\_ANNOTATIONS (макрос C)](https://python-all.ru/3/c-api/code.html#c.CO_FUTURE_ANNOTATIONS) [CO\_FUTURE\_DIVISION (макрос C)](https://python-all.ru/3/c-api/code.html#c.CO_FUTURE_DIVISION) [CO\_FUTURE\_GENERATOR\_STOP (макрос C)](https://python-all.ru/3/c-api/code.html#c.CO_FUTURE_GENERATOR_STOP) [CO\_FUTURE\_PRINT\_FUNCTION (макрос C)](https://python-all.ru/3/c-api/code.html#c.CO_FUTURE_PRINT_FUNCTION) [CO\_FUTURE\_UNICODE\_LITERALS (макрос C)](https://python-all.ru/3/c-api/code.html#c.CO_FUTURE_UNICODE_LITERALS) [CO\_FUTURE\_WITH\_STATEMENT (макрос C)](https://python-all.ru/3/c-api/code.html#c.CO_FUTURE_WITH_STATEMENT) [CO\_GENERATOR (макрос C)](https://python-all.ru/3/c-api/code.html#c.CO_GENERATOR) [(в модуле inspect)](https://python-all.ru/3/library/inspect.html#inspect.CO_GENERATOR) [CO\_HAS\_DOCSTRING (макрос C)](https://python-all.ru/3/c-api/code.html#c.CO_HAS_DOCSTRING) [(в модуле inspect)](https://python-all.ru/3/library/inspect.html#inspect.CO_HAS_DOCSTRING) [CO\_ITERABLE\_COROUTINE (макрос C)](https://python-all.ru/3/c-api/code.html#c.CO_ITERABLE_COROUTINE) [(в модуле inspect)](https://python-all.ru/3/library/inspect.html#inspect.CO_ITERABLE_COROUTINE) [co\_kwonlyargcount (атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#index-64) [(атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#codeobject.co_kwonlyargcount) [co\_lines() (метод объекта кода)](https://python-all.ru/3/reference/datamodel.html#codeobject.co_lines) [co\_lnotab (атрибут объекта code)](https://python-all.ru/3/reference/datamodel.html#index-64) [(атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#codeobject.co_lnotab) [CO\_METHOD (макрос C)](https://python-all.ru/3/c-api/code.html#c.CO_METHOD) [(в модуле inspect)](https://python-all.ru/3/library/inspect.html#inspect.CO_METHOD) [co\_name (атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#index-64) [(атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#codeobject.co_name) [co\_names (атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#index-64) [(атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#codeobject.co_names) [CO\_NESTED (макрос C)](https://python-all.ru/3/c-api/code.html#c.CO_NESTED) [(в модуле inspect)](https://python-all.ru/3/library/inspect.html#inspect.CO_NESTED) [CO\_NEWLOCALS (макрос C)](https://python-all.ru/3/c-api/code.html#c.CO_NEWLOCALS) [(в модуле inspect)](https://python-all.ru/3/library/inspect.html#inspect.CO_NEWLOCALS) [co\_nlocals (атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#index-64) [(атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#codeobject.co_nlocals) [CO\_OPTIMIZED (макрос C)](https://python-all.ru/3/c-api/code.html#c.CO_OPTIMIZED) [(в модуле inspect)](https://python-all.ru/3/library/inspect.html#inspect.CO_OPTIMIZED) [co\_positions() (метод объекта кода)](https://python-all.ru/3/reference/datamodel.html#codeobject.co_positions) [co\_posonlyargcount (атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#index-64) [(атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#codeobject.co_posonlyargcount) [co\_qualname (атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#index-64) [(атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#codeobject.co_qualname) [co\_stacksize (атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#index-64) [(атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#codeobject.co_stacksize) [CO\_VARARGS (макрос C)](https://python-all.ru/3/c-api/code.html#c.CO_VARARGS) [(в модуле inspect)](https://python-all.ru/3/library/inspect.html#inspect.CO_VARARGS) [CO\_VARKEYWORDS (макрос C)](https://python-all.ru/3/c-api/code.html#c.CO_VARKEYWORDS) [(в модуле inspect)](https://python-all.ru/3/library/inspect.html#inspect.CO_VARKEYWORDS) [co\_varnames (атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#index-64) [(атрибут объекта кода)](https://python-all.ru/3/reference/datamodel.html#codeobject.co_varnames) code [блок](https://python-all.ru/3/reference/executionmodel.html#index-0) [модуль](https://python-all.ru/3/library/code.html#module-code) [code (атрибут SystemExit)](https://python-all.ru/3/library/exceptions.html#SystemExit.code) [(атрибут urllib.error.HTTPError)](https://python-all.ru/3/library/urllib.error.html#urllib.error.HTTPError.code) [(атрибут urllib.response.addinfourl)](https://python-all.ru/3/library/urllib.request.html#urllib.response.addinfourl.code) [(атрибут xml.etree.ElementTree.ParseError)](https://python-all.ru/3/library/xml.etree.elementtree.html#xml.etree.ElementTree.ParseError.code) [(атрибут xml.parsers.expat.ExpatError)](https://python-all.ru/3/library/pyexpat.html#xml.parsers.expat.ExpatError.code) [объект кода](https://python-all.ru/3/c-api/code.html#index-0), [\[1\]](https://python-all.ru/3/library/marshal.html#index-1), [\[2\]](https://python-all.ru/3/library/stdtypes.html#index-63), [\[3\]](https://python-all.ru/3/reference/datamodel.html#index-63) [code\_context (атрибут inspect.FrameInfo)](https://python-all.ru/3/library/inspect.html#inspect.FrameInfo.code_context) [(атрибут inspect.Traceback)](https://python-all.ru/3/library/inspect.html#inspect.Traceback.code_context) [code\_info() (в модуле dis)](https://python-all.ru/3/library/dis.html#dis.code_info) [Codec (класс в codecs)](https://python-all.ru/3/library/codecs.html#codecs.Codec) [CodecInfo (класс в codecs)](https://python-all.ru/3/library/codecs.html#codecs.CodecInfo) [CodecRegistryError](https://python-all.ru/3/library/codecs.html#encodings.CodecRegistryError) [Кодеки](https://python-all.ru/3/library/codecs.html#index-0) [decode](https://python-all.ru/3/library/codecs.html#index-0) [encode](https://python-all.ru/3/library/codecs.html#index-0) codecs [модуль](https://python-all.ru/3/library/codecs.html#module-codecs) [codecs.escape\_decode() (в модуле codecs)](https://python-all.ru/3/library/codecs.html#codecs.codecs.escape_decode) [codecs.escape\_encode() (в модуле codecs)](https://python-all.ru/3/library/codecs.html#codecs.codecs.escape_encode) [coded\_value (атрибут http.cookies.Morsel)](https://python-all.ru/3/library/http.cookies.html#http.cookies.Morsel.coded_value) codeop [модуль](https://python-all.ru/3/library/codeop.html#module-codeop) [codepoint2name (в модуле html.entities)](https://python-all.ru/3/library/html.entities.html#html.entities.codepoint2name) | [codes (в модуле xml.parsers.expat.errors)](https://python-all.ru/3/library/pyexpat.html#xml.parsers.expat.errors.codes) [CODESET (в модуле locale)](https://python-all.ru/3/library/locale.html#locale.CODESET) [CodeType (класс в модуле types)](https://python-all.ru/3/library/types.html#types.CodeType) coding [style](https://python-all.ru/3/tutorial/controlflow.html#index-10) [col\_offset (атрибут ast.AST)](https://python-all.ru/3/library/ast.html#ast.AST.col_offset) [collapse\_addresses() (в модуле ipaddress)](https://python-all.ru/3/library/ipaddress.html#ipaddress.collapse_addresses) [collapse\_rfc2231\_value() (в модуле email.utils)](https://python-all.ru/3/library/email.utils.html#email.utils.collapse_rfc2231_value) [collect() (в модуле gc)](https://python-all.ru/3/library/gc.html#gc.collect) [collectedDurations (атрибут unittest.TestResult)](https://python-all.ru/3/library/unittest.html#unittest.TestResult.collectedDurations) [Collection (класс в модуле collections.abc)](https://python-all.ru/3/library/collections.abc.html#collections.abc.Collection) [(класс в typing)](https://python-all.ru/3/library/typing.html#typing.Collection) collections [модуль](https://python-all.ru/3/library/collections.html#module-collections), [\[1\]](https://python-all.ru/3/reference/datamodel.html#index-24) collections.abc [модуль](https://python-all.ru/3/library/collections.abc.html#module-collections.abc) [colno (атрибут json.JSONDecodeError)](https://python-all.ru/3/library/json.html#json.JSONDecodeError.colno) [(атрибут re.PatternError)](https://python-all.ru/3/library/re.html#re.PatternError.colno) [(атрибут tomllib.TOMLDecodeError)](https://python-all.ru/3/library/tomllib.html#tomllib.TOMLDecodeError.colno) [(атрибут traceback.FrameSummary)](https://python-all.ru/3/library/traceback.html#traceback.FrameSummary.colno) [COLON (в модуле token)](https://python-all.ru/3/library/token.html#token.COLON) [colon (атрибут mailbox.Maildir)](https://python-all.ru/3/library/mailbox.html#mailbox.Maildir.colon) [COLONEQUAL (в модуле token)](https://python-all.ru/3/library/token.html#token.COLONEQUAL) [color() (в модуле turtle)](https://python-all.ru/3/library/turtle.html#turtle.color) [COLOR\_BLACK (в модуле curses)](https://python-all.ru/3/library/curses.html#curses.COLOR_BLACK) [COLOR\_BLUE (в модуле curses)](https://python-all.ru/3/library/curses.html#curses.COLOR_BLUE) [color\_content() (в модуле curses)](https://python-all.ru/3/library/curses.html#curses.color_content) [COLOR\_CYAN (в модуле curses)](https://python-all.ru/3/library/curses.html#curses.COLOR_CYAN) [COLOR\_GREEN (в модуле curses)](https://python-all.ru/3/library/curses.html#curses.COLOR_GREEN) [COLOR\_MAGENTA (в модуле curses)](https://python-all.ru/3/library/curses.html#curses.COLOR_MAGENTA) [color\_pair() (в модуле curses)](https://python-all.ru/3/library/curses.html#curses.color_pair) [COLOR\_PAIRS (в модуле curses)](https://python-all.ru/3/library/curses.html#curses.COLOR_PAIRS) [COLOR\_RED (в модуле curses)](https://python-all.ru/3/library/curses.html#curses.COLOR_RED) [COLOR\_WHITE (в модуле curses)](https://python-all.ru/3/library/curses.html#curses.COLOR_WHITE) [COLOR\_YELLOW (в модуле curses)](https://python-all.ru/3/library/curses.html#curses.COLOR_YELLOW) [colormapwindows() (метод tkinter.Wm)](https://python-all.ru/3/library/tkinter.html#tkinter.Wm.colormapwindows) [colormode() (в модуле turtle)](https://python-all.ru/3/library/turtle.html#turtle.colormode) [COLORS (в модуле curses)](https://python-all.ru/3/library/curses.html#curses.COLORS) colorsys [модуль](https://python-all.ru/3/library/colorsys.html#module-colorsys) [COLS (в модуле curses)](https://python-all.ru/3/library/curses.html#curses.COLS) [column() (метод tkinter.ttk.Treeview)](https://python-all.ru/3/library/tkinter.ttk.html#tkinter.ttk.Treeview.column) [columnconfigure() (метод tkinter.Grid)](https://python-all.ru/3/library/tkinter.html#tkinter.Grid.columnconfigure) [(метод tkinter.Misc)](https://python-all.ru/3/library/tkinter.html#tkinter.Misc.columnconfigure) [columnize() (метод cmd.Cmd)](https://python-all.ru/3/library/cmd.html#cmd.Cmd.columnize) [COLUMNS](https://python-all.ru/3/library/curses.html#index-4), [\[1\]](https://python-all.ru/3/library/curses.html#index-6) [columns (атрибут os.terminal\_size)](https://python-all.ru/3/library/os.html#os.terminal_size.columns) [comb() (в модуле math)](https://python-all.ru/3/library/math.html#math.comb) [combinations() (в модуле itertools)](https://python-all.ru/3/library/itertools.html#itertools.combinations) [combinations\_with\_replacement() (в модуле itertools)](https://python-all.ru/3/library/itertools.html#itertools.combinations_with_replacement) [combine() (метод класса datetime.datetime)](https://python-all.ru/3/library/datetime.html#datetime.datetime.combine) [combining() (в модуле unicodedata)](https://python-all.ru/3/library/unicodedata.html#unicodedata.combining) [Combobox (класс в tkinter.ttk)](https://python-all.ru/3/library/tkinter.ttk.html#tkinter.ttk.Combobox) [COMError](https://python-all.ru/3/library/ctypes.html#ctypes.COMError) [запятая](https://python-all.ru/3/reference/expressions.html#index-10) [завершающий](https://python-all.ru/3/reference/expressions.html#index-95) [COMMA (в модуле token)](https://python-all.ru/3/library/token.html#token.COMMA) [command (атрибут http.server.BaseHTTPRequestHandler)](https://python-all.ru/3/library/http.server.html#http.server.BaseHTTPRequestHandler.command) [COMMAND (в модуле tkinter)](https://python-all.ru/3/library/tkinter.html#tkinter.COMMAND) [командная строка](https://python-all.ru/3/reference/toplevel_components.html#index-4) параметр командной строки [--build](https://python-all.ru/3/using/configure.html#cmdoption-build) [--check-hash-based-pycs](https://python-all.ru/3/using/cmdline.html#cmdoption-check-hash-based-pycs) [--disable-gil](https://python-all.ru/3/using/configure.html#cmdoption-disable-gil) [--disable-ipv6](https://python-all.ru/3/using/configure.html#cmdoption-disable-ipv6) [--disable-safety](https://python-all.ru/3/using/configure.html#cmdoption-disable-safety) [--disable-test-modules](https://python-all.ru/3/using/configure.html#cmdoption-disable-test-modules) [--enable-big-digits](https://python-all.ru/3/using/configure.html#cmdoption-enable-big-digits) [--enable-bolt](https://python-all.ru/3/using/configure.html#cmdoption-enable-bolt) [--enable-experimental-jit](https://python-all.ru/3/using/configure.html#cmdoption-enable-experimental-jit) [--enable-framework](https://python-all.ru/3/using/configure.html#cmdoption-1), [\[1\]](https://python-all.ru/3/using/configure.html#cmdoption-3), [\[2\]](https://python-all.ru/3/using/configure.html#cmdoption-enable-framework) [--enable-loadable-sqlite-extensions](https://python-all.ru/3/using/configure.html#cmdoption-enable-loadable-sqlite-extensions) [--enable-optimizations](https://python-all.ru/3/using/configure.html#cmdoption-enable-optimizations) [--enable-profiling](https://python-all.ru/3/using/configure.html#cmdoption-enable-profiling) [--enable-pystats](https://python-all.ru/3/using/configure.html#cmdoption-enable-pystats) [--enable-shared](https://python-all.ru/3/using/configure.html#cmdoption-enable-shared) [--enable-slower-safety](https://python-all.ru/3/using/configure.html#cmdoption-enable-slower-safety) [--enable-universalsdk](https://python-all.ru/3/using/configure.html#cmdoption-0), [\[1\]](https://python-all.ru/3/using/configure.html#cmdoption-enable-universalsdk) [--enable-wasm-dynamic-linking](https://python-all.ru/3/using/configure.html#cmdoption-enable-wasm-dynamic-linking) [--enable-wasm-pthreads](https://python-all.ru/3/using/configure.html#cmdoption-enable-wasm-pthreads) [--exec-prefix](https://python-all.ru/3/using/configure.html#cmdoption-exec-prefix) [--help](https://python-all.ru/3/using/cmdline.html#cmdoption-help) [--help-all](https://python-all.ru/3/using/cmdline.html#cmdoption-help-all) [--help-env](https://python-all.ru/3/using/cmdline.html#cmdoption-help-env) [--help-xoptions](https://python-all.ru/3/using/cmdline.html#cmdoption-help-xoptions) [--host](https://python-all.ru/3/using/configure.html#cmdoption-host) [--prefix](https://python-all.ru/3/using/configure.html#cmdoption-prefix) [--version](https://python-all.ru/3/using/cmdline.html#cmdoption-version) [--with-address-sanitizer](https://python-all.ru/3/using/configure.html#cmdoption-with-address-sanitizer) [--with-app-store-compliance](https://python-all.ru/3/using/configure.html#cmdoption-2), [\[1\]](https://python-all.ru/3/using/configure.html#cmdoption-with-app-store-compliance) [--with-assertions](https://python-all.ru/3/using/configure.html#cmdoption-with-assertions) [--with-build-python](https://python-all.ru/3/using/configure.html#cmdoption-with-build-python) [--with-builtin-hashlib-hashes](https://python-all.ru/3/using/configure.html#cmdoption-with-builtin-hashlib-hashes) [--with-computed-gotos](https://python-all.ru/3/using/configure.html#cmdoption-with-computed-gotos) [--with-dbmliborder](https://python-all.ru/3/using/configure.html#cmdoption-with-dbmliborder) [--with-dtrace](https://python-all.ru/3/using/configure.html#cmdoption-with-dtrace) [--with-ensurepip](https://python-all.ru/3/using/configure.html#cmdoption-with-ensurepip) [--with-framework-name](https://python-all.ru/3/using/configure.html#cmdoption-4), [\[1\]](https://python-all.ru/3/using/configure.html#cmdoption-with-framework-name) [--with-hash-algorithm](https://python-all.ru/3/using/configure.html#cmdoption-with-hash-algorithm) [--with-libc](https://python-all.ru/3/using/configure.html#cmdoption-with-libc) [--with-libm](https://python-all.ru/3/using/configure.html#cmdoption-with-libm) [--with-libs](https://python-all.ru/3/using/configure.html#cmdoption-with-libs) [--with-lto](https://python-all.ru/3/using/configure.html#cmdoption-with-lto) [--with-memory-sanitizer](https://python-all.ru/3/using/configure.html#cmdoption-with-memory-sanitizer) [--with-openssl](https://python-all.ru/3/using/configure.html#cmdoption-with-openssl) [--with-openssl-rpath](https://python-all.ru/3/using/configure.html#cmdoption-with-openssl-rpath) [--with-pkg-config](https://python-all.ru/3/using/configure.html#cmdoption-with-pkg-config) [--with-platlibdir](https://python-all.ru/3/using/configure.html#cmdoption-with-platlibdir) [--with-pydebug](https://python-all.ru/3/using/configure.html#cmdoption-with-pydebug) [--with-readline](https://python-all.ru/3/using/configure.html#cmdoption-with-readline) [--with-ssl-default-suites](https://python-all.ru/3/using/configure.html#cmdoption-with-ssl-default-suites) [--with-strict-overflow](https://python-all.ru/3/using/configure.html#cmdoption-with-strict-overflow) [--with-suffix](https://python-all.ru/3/using/configure.html#cmdoption-with-suffix) [--with-system-expat](https://python-all.ru/3/using/configure.html#cmdoption-with-system-expat) [--with-system-libmpdec](https://python-all.ru/3/using/configure.html#cmdoption-with-system-libmpdec) [--with-tail-call-interp](https://python-all.ru/3/using/configure.html#cmdoption-with-tail-call-interp) [--with-thread-sanitizer](https://python-all.ru/3/using/configure.html#cmdoption-with-thread-sanitizer) [--with-trace-refs](https://python-all.ru/3/using/configure.html#cmdoption-with-trace-refs) [--with-tzpath](https://python-all.ru/3/using/configure.html#cmdoption-with-tzpath) [--with-undefined-behavior-sanitizer](https://python-all.ru/3/using/configure.html#cmdoption-with-undefined-behavior-sanitizer) [--with-universal-archs](https://python-all.ru/3/using/configure.html#cmdoption-with-universal-archs) [--with-valgrind](https://python-all.ru/3/using/configure.html#cmdoption-with-valgrind) [--with-wheel-pkg-dir](https://python-all.ru/3/using/configure.html#cmdoption-with-wheel-pkg-dir) [--without-c-locale-coercion](https://python-all.ru/3/using/configure.html#cmdoption-without-c-locale-coercion) [--without-decimal-contextvar](https://python-all.ru/3/using/configure.html#cmdoption-without-decimal-contextvar) [--without-doc-strings](https://python-all.ru/3/using/configure.html#cmdoption-without-doc-strings) [--without-mimalloc](https://python-all.ru/3/using/configure.html#cmdoption-without-mimalloc) [--without-pymalloc](https://python-all.ru/3/using/configure.html#cmdoption-without-pymalloc) [--without-readline](https://python-all.ru/3/using/configure.html#cmdoption-without-readline) [--without-remote-debug](https://python-all.ru/3/using/configure.html#cmdoption-without-remote-debug) [--without-static-libpython](https://python-all.ru/3/using/configure.html#cmdoption-without-static-libpython) [-?](https://python-all.ru/3/using/cmdline.html#cmdoption-0) [-b](https://python-all.ru/3/using/cmdline.html#cmdoption-b) [-B](https://python-all.ru/3/using/cmdline.html#cmdoption-B) [-c](https://python-all.ru/3/using/cmdline.html#cmdoption-c) [-d](https://python-all.ru/3/using/cmdline.html#cmdoption-d) [-E](https://python-all.ru/3/using/cmdline.html#cmdoption-E) [-h](https://python-all.ru/3/using/cmdline.html#cmdoption-h) [-i](https://python-all.ru/3/using/cmdline.html#cmdoption-i) [-I](https://python-all.ru/3/using/cmdline.html#cmdoption-I) [-m](https://python-all.ru/3/using/cmdline.html#cmdoption-m) [-O](https://python-all.ru/3/using/cmdline.html#cmdoption-O) [-OO](https://python-all.ru/3/using/cmdline.html#cmdoption-OO) [-P](https://python-all.ru/3/using/cmdline.html#cmdoption-P) [-q](https://python-all.ru/3/using/cmdline.html#cmdoption-q) [-R](https://python-all.ru/3/using/cmdline.html#cmdoption-R) [-s](https://python-all.ru/3/using/cmdline.html#cmdoption-s) [-S](https://python-all.ru/3/using/cmdline.html#cmdoption-S) [-u](https://python-all.ru/3/using/cmdline.html#cmdoption-u) [-V](https://python-all.ru/3/using/cmdline.html#cmdoption-V) [-v](https://python-all.ru/3/using/cmdline.html#cmdoption-v) [-W](https://python-all.ru/3/using/cmdline.html#cmdoption-W) [-x](https://python-all.ru/3/using/cmdline.html#cmdoption-x) [-X](https://python-all.ru/3/using/cmdline.html#cmdoption-X) [BOLT\_APPLY\_FLAGS](https://python-all.ru/3/using/configure.html#cmdoption-arg-BOLT_APPLY_FLAGS) [BOLT\_INSTRUMENT\_FLAGS](https://python-all.ru/3/using/configure.html#cmdoption-arg-BOLT_INSTRUMENT_FLAGS) [BZIP2\_CFLAGS](https://python-all.ru/3/using/configure.html#cmdoption-arg-BZIP2_CFLAGS) [BZIP2\_LIBS](https://python-all.ru/3/using/configure.html#cmdoption-arg-BZIP2_LIBS) [CC](https://python-all.ru/3/using/configure.html#cmdoption-arg-CC) [CFLAGS](https://python-all.ru/3/using/configure.html#cmdoption-arg-CFLAGS) [CONFIG\_SITE](https://python-all.ru/3/using/configure.html#cmdoption-arg-CONFIG_SITE) [CPP](https://python-all.ru/3/using/configure.html#cmdoption-arg-CPP) [CPPFLAGS](https://python-all.ru/3/using/configure.html#cmdoption-arg-CPPFLAGS) [CURSES\_CFLAGS](https://python-all.ru/3/using/configure.html#cmdoption-arg-CURSES_CFLAGS) [CURSES\_LIBS](https://python-all.ru/3/using/configure.html#cmdoption-arg-CURSES_LIBS) [GDBM\_CFLAGS](https://python-all.ru/3/using/configure.html#cmdoption-arg-GDBM_CFLAGS) [GDBM\_LIBS](https://python-all.ru/3/using/configure.html#cmdoption-arg-GDBM_LIBS) [HOSTRUNNER](https://python-all.ru/3/using/configure.html#cmdoption-arg-HOSTRUNNER) [LDFLAGS](https://python-all.ru/3/using/configure.html#cmdoption-arg-LDFLAGS) [LIBEDIT\_CFLAGS](https://python-all.ru/3/using/configure.html#cmdoption-arg-LIBEDIT_CFLAGS) [LIBEDIT\_LIBS](https://python-all.ru/3/using/configure.html#cmdoption-arg-LIBEDIT_LIBS) [LIBFFI\_CFLAGS](https://python-all.ru/3/using/configure.html#cmdoption-arg-LIBFFI_CFLAGS) [LIBFFI\_LIBS](https://python-all.ru/3/using/configure.html#cmdoption-arg-LIBFFI_LIBS) [LIBLZMA\_CFLAGS](https://python-all.ru/3/using/configure.html#cmdoption-arg-LIBLZMA_CFLAGS) [LIBLZMA\_LIBS](https://python-all.ru/3/using/configure.html#cmdoption-arg-LIBLZMA_LIBS) [LIBMPDEC\_CFLAGS](https://python-all.ru/3/using/configure.html#cmdoption-arg-LIBMPDEC_CFLAGS) [LIBMPDEC\_LIBS](https://python-all.ru/3/using/configure.html#cmdoption-arg-LIBMPDEC_LIBS) [LIBREADLINE\_CFLAGS](https://python-all.ru/3/using/configure.html#cmdoption-arg-LIBREADLINE_CFLAGS) [LIBREADLINE\_LIBS](https://python-all.ru/3/using/configure.html#cmdoption-arg-LIBREADLINE_LIBS) [LIBS](https://python-all.ru/3/using/configure.html#cmdoption-arg-LIBS) [LIBSQLITE3\_CFLAGS](https://python-all.ru/3/using/configure.html#cmdoption-arg-LIBSQLITE3_CFLAGS) [LIBSQLITE3\_LIBS](https://python-all.ru/3/using/configure.html#cmdoption-arg-LIBSQLITE3_LIBS) [LIBUUID\_CFLAGS](https://python-all.ru/3/using/configure.html#cmdoption-arg-LIBUUID_CFLAGS) [LIBUUID\_LIBS](https://python-all.ru/3/using/configure.html#cmdoption-arg-LIBUUID_LIBS) [LIBZSTD\_CFLAGS](https://python-all.ru/3/using/configure.html#cmdoption-arg-LIBZSTD_CFLAGS) [LIBZSTD\_LIBS](https://python-all.ru/3/using/configure.html#cmdoption-arg-LIBZSTD_LIBS) [MACHDEP](https://python-all.ru/3/using/configure.html#cmdoption-arg-MACHDEP) [PANEL\_CFLAGS](https://python-all.ru/3/using/configure.html#cmdoption-arg-PANEL_CFLAGS) [PANEL\_LIBS](https://python-all.ru/3/using/configure.html#cmdoption-arg-PANEL_LIBS) [PKG\_CONFIG](https://python-all.ru/3/using/configure.html#cmdoption-arg-PKG_CONFIG) [PKG\_CONFIG\_LIBDIR](https://python-all.ru/3/using/configure.html#cmdoption-arg-PKG_CONFIG_LIBDIR) [PKG\_CONFIG\_PATH](https://python-all.ru/3/using/configure.html#cmdoption-arg-PKG_CONFIG_PATH) [TCLTK\_CFLAGS](https://python-all.ru/3/using/configure.html#cmdoption-arg-TCLTK_CFLAGS) [TCLTK\_LIBS](https://python-all.ru/3/using/configure.html#cmdoption-arg-TCLTK_LIBS) [ZLIB\_CFLAGS](https://python-all.ru/3/using/configure.html#cmdoption-arg-ZLIB_CFLAGS) [ZLIB\_LIBS](https://python-all.ru/3/using/configure.html#cmdoption-arg-ZLIB_LIBS) [command() (метод tkinter.Wm)](https://python-all.ru/3/library/tkinter.html#tkinter.Wm.command) [CommandCompiler (класс в codeop)](https://python-all.ru/3/library/codeop.html#codeop.CommandCompiler) [commands (команда pdb)](https://python-all.ru/3/library/pdb.html#pdbcommand-commands) [comment](https://python-all.ru/3/reference/lexical_analysis.html#index-3) [(атрибут http.cookiejar.Cookie)](https://python-all.ru/3/library/http.cookiejar.html#http.cookiejar.Cookie.comment) [(атрибут http.cookies.Morsel)](https://python-all.ru/3/library/http.cookies.html#http.cookies.Morsel.comment) [COMMENT (в модуле token)](https://python-all.ru/3/library/token.html#token.COMMENT) [comment (атрибут zipfile.ZipFile)](https://python-all.ru/3/library/zipfile.html#zipfile.ZipFile.comment) [(атрибут zipfile.ZipInfo)](https://python-all.ru/3/library/zipfile.html#zipfile.ZipInfo.comment) [Comment() (в модуле xml.etree.ElementTree)](https://python-all.ru/3/library/xml.etree.elementtree.html#xml.etree.ElementTree.Comment) [comment() (метод xml.etree.ElementTree.TreeBuilder)](https://python-all.ru/3/library/xml.etree.elementtree.html#xml.etree.ElementTree.TreeBuilder.comment) [(метод xml.sax.handler.LexicalHandler)](https://python-all.ru/3/library/xml.sax.handler.html#xml.sax.handler.LexicalHandler.comment) [comment\_url (атрибут http.cookiejar.Cookie)](https://python-all.ru/3/library/http.cookiejar.html#http.cookiejar.Cookie.comment_url) [commenters (атрибут shlex.shlex)](https://python-all.ru/3/library/shlex.html#shlex.shlex.commenters) [CommentHandler() (метод xml.parsers.expat.xmlparser)](https://python-all.ru/3/library/pyexpat.html#xml.parsers.expat.xmlparser.CommentHandler) [commit() (метод sqlite3.Connection)](https://python-all.ru/3/library/sqlite3.html#sqlite3.Connection.commit) [common (атрибут filecmp.dircmp)](https://python-all.ru/3/library/filecmp.html#filecmp.dircmp.common) Общие уязвимости и воздействия [CVE 2008-5983](https://python-all.ru/3/c-api/interp-lifecycle.html#index-25), [\[1\]](https://python-all.ru/3/whatsnew/2.6.html#index-25), [\[2\]](https://python-all.ru/3/whatsnew/2.7.html#index-11) [CVE 2012-0876](https://python-all.ru/3/whatsnew/changelog.html#index-415), [\[1\]](https://python-all.ru/3/whatsnew/changelog.html#index-436), [\[2\]](https://python-all.ru/3/whatsnew/changelog.html#index-479) [CVE 2013-0340](https://python-all.ru/3/whatsnew/changelog.html#index-231) [CVE 2013-1753](https://python-all.ru/3/whatsnew/changelog.html#index-500) [CVE 2014-0224](https://python-all.ru/3/whatsnew/2.7.html#index-17) [CVE 2014-4616](https://python-all.ru/3/whatsnew/changelog.html#index-502) [CVE 2015-1283](https://python-all.ru/3/whatsnew/changelog.html#index-459), [\[1\]](https://python-all.ru/3/whatsnew/changelog.html#index-486) [CVE 2016-0718](https://python-all.ru/3/whatsnew/changelog.html#index-413), [\[1\]](https://python-all.ru/3/whatsnew/changelog.html#index-414), [\[2\]](https://python-all.ru/3/whatsnew/changelog.html#index-417), [\[3\]](https://python-all.ru/3/whatsnew/changelog.html#index-434), [\[4\]](https://python-all.ru/3/whatsnew/changelog.html#index-435), [\[5\]](https://python-all.ru/3/whatsnew/changelog.html#index-438), [\[6\]](https://python-all.ru/3/whatsnew/changelog.html#index-477), [\[7\]](https://python-all.ru/3/whatsnew/changelog.html#index-478), [\[8\]](https://python-all.ru/3/whatsnew/changelog.html#index-481) [CVE 2016-0772](https://python-all.ru/3/whatsnew/changelog.html#index-460), [\[1\]](https://python-all.ru/3/whatsnew/changelog.html#index-487) [CVE 2016-1000110](https://python-all.ru/3/whatsnew/changelog.html#index-455), [\[1\]](https://python-all.ru/3/whatsnew/changelog.html#index-484) [CVE 2016-2183](https://python-all.ru/3/whatsnew/changelog.html#index-451), [\[1\]](https://python-all.ru/3/whatsnew/changelog.html#index-483) [CVE 2016-3189](https://python-all.ru/3/whatsnew/changelog.html#index-218) [CVE 2016-4472](https://python-all.ru/3/whatsnew/changelog.html#index-418), [\[1\]](https://python-all.ru/3/whatsnew/changelog.html#index-439), [\[2\]](https://python-all.ru/3/whatsnew/changelog.html#index-482) [CVE 2016-5300](https://python-all.ru/3/whatsnew/changelog.html#index-416), [\[1\]](https://python-all.ru/3/whatsnew/changelog.html#index-437), [\[2\]](https://python-all.ru/3/whatsnew/changelog.html#index-480) [CVE 2016-9063](https://python-all.ru/3/whatsnew/changelog.html#index-412), [\[1\]](https://python-all.ru/3/whatsnew/changelog.html#index-433), [\[2\]](https://python-all.ru/3/whatsnew/changelog.html#index-476) [CVE 2017-1000158](https://python-all.ru/3/whatsnew/changelog.html#index-474) [CVE 2017-9233](https://python-all.ru/3/whatsnew/changelog.html#index-411), [\[1\]](https://python-all.ru/3/whatsnew/changelog.html#index-432), [\[2\]](https://python-all.ru/3/whatsnew/changelog.html#index-475) [CVE 2018-1060](https://python-all.ru/3/whatsnew/changelog.html#index-373), [\[1\]](https://python-all.ru/3/whatsnew/changelog.html#index-391), [\[2\]](https://python-all.ru/3/whatsnew/changelog.html#index-426) [CVE 2018-1061](https://python-all.ru/3/whatsnew/changelog.html#index-374), [\[1\]](https://python-all.ru/3/whatsnew/changelog.html#index-392), [\[2\]](https://python-all.ru/3/whatsnew/changelog.html#index-427) [CVE 2018-14647](https://python-all.ru/3/whatsnew/changelog.html#index-371) [CVE 2018-25032](https://python-all.ru/3/whatsnew/changelog.html#index-215) [CVE 2018-8970](https://python-all.ru/3/whatsnew/changelog.html#index-372), [\[1\]](https://python-all.ru/3/whatsnew/changelog.html#index-390) [CVE 2019-12900](https://python-all.ru/3/whatsnew/changelog.html#index-219) [CVE 2019-15903](https://python-all.ru/3/whatsnew/changelog.html#index-356) [CVE 2019-18348](https://python-all.ru/3/whatsnew/changelog.html#index-328) [CVE 2019-20907](https://python-all.ru/3/whatsnew/changelog.html#index-304) [CVE 2019-5010](https://python-all.ru/3/whatsnew/changelog.html#index-370) [CVE 2019-9740](https://python-all.ru/3/whatsnew/changelog.html#index-365) [CVE 2019-9948](https://python-all.ru/3/whatsnew/changelog.html#index-362) [CVE 2020-10735](https://python-all.ru/3/library/stdtypes.html#index-68), [\[1\]](https://python-all.ru/3/whatsnew/3.10.html#index-40), [\[2\]](https://python-all.ru/3/whatsnew/3.11.html#index-24), [\[3\]](https://python-all.ru/3/whatsnew/3.7.html#index-40), [\[4\]](https://python-all.ru/3/whatsnew/3.8.html#index-26), [\[5\]](https://python-all.ru/3/whatsnew/3.9.html#index-29) [CVE 2020-15523](https://python-all.ru/3/whatsnew/changelog.html#index-285) [CVE 2020-15801](https://python-all.ru/3/whatsnew/changelog.html#index-284) [CVE 2020-8492](https://python-all.ru/3/whatsnew/changelog.html#index-314) [CVE 2021-3426](https://python-all.ru/3/whatsnew/changelog.html#index-249) [CVE 2022-26488](https://python-all.ru/3/whatsnew/changelog.html#index-220) [CVE 2022-37434](https://python-all.ru/3/whatsnew/changelog.html#index-177) [CVE 2022-42919](https://python-all.ru/3/whatsnew/changelog.html#index-178) [CVE 2022-4303](https://python-all.ru/3/whatsnew/changelog.html#index-160), [\[1\]](https://python-all.ru/3/whatsnew/changelog.html#index-161) [CVE 2023-0286](https://python-all.ru/3/whatsnew/changelog.html#index-159) [CVE 2023-24329](https://python-all.ru/3/whatsnew/changelog.html#index-138) [CVE 2023-27043](https://python-all.ru/3/whatsnew/3.13.html#index-37), [\[1\]](https://python-all.ru/3/whatsnew/changelog.html#index-98) [CVE 2023-40217](https://python-all.ru/3/whatsnew/changelog.html#index-105) [CVE 2023-52425](https://python-all.ru/3/library/xml.html#index-0), [\[1\]](https://python-all.ru/3/whatsnew/3.13.html#index-45), [\[2\]](https://python-all.ru/3/whatsnew/changelog.html#index-90), [\[3\]](https://python-all.ru/3/whatsnew/changelog.html#index-94) [CVE 2024-12718](https://python-all.ru/3/whatsnew/3.14.html#index-54), [\[1\]](https://python-all.ru/3/whatsnew/3.14.html#index-56), [\[2\]](https://python-all.ru/3/whatsnew/changelog.html#index-19) [CVE 2024-4030](https://python-all.ru/3/whatsnew/3.13.html#index-39), [\[1\]](https://python-all.ru/3/whatsnew/3.13.html#index-41), [\[2\]](https://python-all.ru/3/whatsnew/changelog.html#index-59) [CVE 2025-4138](https://python-all.ru/3/whatsnew/3.14.html#index-53), [\[1\]](https://python-all.ru/3/whatsnew/changelog.html#index-20) [CVE 2025-4330](https://python-all.ru/3/whatsnew/3.14.html#index-55), [\[1\]](https://python-all.ru/3/whatsnew/changelog.html#index-1), [\[2\]](https://python-all.ru/3/whatsnew/changelog.html#index-21) [CVE 2025-4435](https://python-all.ru/3/whatsnew/3.14.html#index-57) [CVE 2025-4517](https://python-all.ru/3/whatsnew/3.14.html#index-52), [\[1\]](https://python-all.ru/3/whatsnew/changelog.html#index-22) [CVE 2026-2297](https://python-all.ru/3/whatsnew/changelog.html#index-10) [CVE 2026-3219](https://python-all.ru/3/whatsnew/changelog.html#index-6) [CVE 2026-3644](https://python-all.ru/3/whatsnew/changelog.html#index-9) [CVE 2026-4224](https://python-all.ru/3/whatsnew/changelog.html#index-8) [CVE 2026-45186](https://python-all.ru/3/whatsnew/changelog.html#index-3) Общая классификация уязвимостей [CWE 257](https://python-all.ru/3/library/secrets.html#index-1) [CWE 295](https://python-all.ru/3/whatsnew/3.12.html#index-42), [\[1\]](https://python-all.ru/3/whatsnew/changelog.html#index-184) [common\_dirs (filecmp.dircmp attribute)](https://python-all.ru/3/library/filecmp.html#filecmp.dircmp.common_dirs) [common\_files (filecmp.dircmp attribute)](https://python-all.ru/3/library/filecmp.html#filecmp.dircmp.common_files) [common\_funny (filecmp.dircmp attribute)](https://python-all.ru/3/library/filecmp.html#filecmp.dircmp.common_funny) [common\_types (in module mimetypes)](https://python-all.ru/3/library/mimetypes.html#mimetypes.common_types) [commonpath() (in module os.path)](https://python-all.ru/3/library/os.path.html#os.path.commonpath) [commonprefix() (in module os.path)](https://python-all.ru/3/library/os.path.html#os.path.commonprefix) [communicate() (asyncio.subprocess.Process method)](https://python-all.ru/3/library/asyncio-subprocess.html#asyncio.subprocess.Process.communicate) [(метод subprocess.Popen)](https://python-all.ru/3/library/subprocess.html#subprocess.Popen.communicate) [Compare (class in ast)](https://python-all.ru/3/library/ast.html#ast.Compare) [compare() (decimal.Context method)](https://python-all.ru/3/library/decimal.html#decimal.Context.compare) [(метод decimal.Decimal)](https://python-all.ru/3/library/decimal.html#decimal.Decimal.compare) [(difflib.Differ method)](https://python-all.ru/3/library/difflib.html#difflib.Differ.compare) [(в модуле ast)](https://python-all.ru/3/library/ast.html#ast.compare) [(метод tkinter.Text)](https://python-all.ru/3/library/tkinter.html#tkinter.Text.compare) [compare\_digest() (в модуле hmac)](https://python-all.ru/3/library/hmac.html#hmac.compare_digest) [(в модуле secrets)](https://python-all.ru/3/library/secrets.html#secrets.compare_digest) [compare\_networks() (метод ipaddress.IPv4Network)](https://python-all.ru/3/library/ipaddress.html#ipaddress.IPv4Network.compare_networks) [(метод ipaddress.IPv6Network)](https://python-all.ru/3/library/ipaddress.html#ipaddress.IPv6Network.compare_networks) [COMPARE\_OP (код операции)](https://python-all.ru/3/library/dis.html#opcode-COMPARE_OP) [compare\_signal() (метод decimal.Context)](https://python-all.ru/3/library/decimal.html#decimal.Context.compare_signal) [(метод decimal.Decimal)](https://python-all.ru/3/library/decimal.html#decimal.Decimal.compare_signal) [compare\_to() (метод tracemalloc.Snapshot)](https://python-all.ru/3/library/tracemalloc.html#tracemalloc.Snapshot.compare_to) [compare\_total() (метод decimal.Context)](https://python-all.ru/3/library/decimal.html#decimal.Context.compare_total) [(метод decimal.Decimal)](https://python-all.ru/3/library/decimal.html#decimal.Decimal.compare_total) [compare\_total\_mag() (метод decimal.Context)](https://python-all.ru/3/library/decimal.html#decimal.Context.compare_total_mag) [(метод decimal.Decimal)](https://python-all.ru/3/library/decimal.html#decimal.Decimal.compare_total_mag) сравнение [объекты](https://python-all.ru/3/library/stdtypes.html#index-8) [сравнение](https://python-all.ru/3/reference/expressions.html#index-76) [оператор](https://python-all.ru/3/library/stdtypes.html#index-7) [COMPARISON\_FLAGS (в модуле doctest)](https://python-all.ru/3/library/doctest.html#doctest.COMPARISON_FLAGS) [сравнения](https://python-all.ru/3/reference/datamodel.html#index-85) [цепочка](https://python-all.ru/3/library/stdtypes.html#index-7), [\[1\]](https://python-all.ru/3/reference/expressions.html#index-77) [Compat32 (класс в email.policy)](https://python-all.ru/3/library/email.policy.html#email.policy.Compat32) [compat32 (в модуле email.policy)](https://python-all.ru/3/library/email.policy.html#email.policy.compat32) compile [встроенная функция](https://python-all.ru/3/c-api/import.html#index-2), [\[1\]](https://python-all.ru/3/library/stdtypes.html#index-64), [\[2\]](https://python-all.ru/3/library/types.html#index-4), [\[3\]](https://python-all.ru/3/reference/simple_stmts.html#index-44) [Compile (класс в codeop)](https://python-all.ru/3/library/codeop.html#codeop.Compile) compile() [встроенная функция](https://python-all.ru/3/library/functions.html#compile) [compile() (в модуле py\_compile)](https://python-all.ru/3/library/py_compile.html#py_compile.compile) [(в модуле re)](https://python-all.ru/3/library/re.html#re.compile) [compile\_command() (в модуле code)](https://python-all.ru/3/library/code.html#code.compile_command) [(в модуле codeop)](https://python-all.ru/3/library/codeop.html#codeop.compile_command) [compile\_dir() (в модуле compileall)](https://python-all.ru/3/library/compileall.html#compileall.compile_dir) [compile\_file() (в модуле compileall)](https://python-all.ru/3/library/compileall.html#compileall.compile_file) [compile\_path() (в модуле compileall)](https://python-all.ru/3/library/compileall.html#compileall.compile_path) compileall [модуль](https://python-all.ru/3/library/compileall.html#module-compileall) опция командной строки compileall [--hardlink-dupes](https://python-all.ru/3/library/compileall.html#cmdoption-compileall-hardlink-dupes) [--invalidation-mode](https://python-all.ru/3/library/compileall.html#cmdoption-compileall-invalidation-mode) [-b](https://python-all.ru/3/library/compileall.html#cmdoption-compileall-b) [-d](https://python-all.ru/3/library/compileall.html#cmdoption-compileall-d) [-e](https://python-all.ru/3/library/compileall.html#cmdoption-compileall-e) [-f](https://python-all.ru/3/library/compileall.html#cmdoption-compileall-f) [-i](https://python-all.ru/3/library/compileall.html#cmdoption-compileall-i) [-j](https://python-all.ru/3/library/compileall.html#cmdoption-compileall-j) [-l](https://python-all.ru/3/library/compileall.html#cmdoption-compileall-l) [-o](https://python-all.ru/3/library/compileall.html#cmdoption-compileall-o) [-p](https://python-all.ru/3/library/compileall.html#cmdoption-compileall-p) [-q](https://python-all.ru/3/library/compileall.html#cmdoption-compileall-q) [-r](https://python-all.ru/3/library/compileall.html#cmdoption-compileall-r) [-s](https://python-all.ru/3/library/compileall.html#cmdoption-compileall-s) [-x](https://python-all.ru/3/library/compileall.html#cmdoption-compileall-x) [каталог](https://python-all.ru/3/library/compileall.html#cmdoption-compileall-arg-directory) [файл](https://python-all.ru/3/library/compileall.html#cmdoption-compileall-arg-file) [compiler\_flag (атрибут \_\_future\_\_.\_Feature)](https://python-all.ru/3/library/__future__.html#future__._Feature.compiler_flag) [complete() (метод rlcompleter.Completer)](https://python-all.ru/3/library/rlcompleter.html#rlcompleter.Completer.complete) [complete\_statement() (в модуле sqlite3)](https://python-all.ru/3/library/sqlite3.html#sqlite3.complete_statement) [completedefault() (метод cmd.Cmd)](https://python-all.ru/3/library/cmd.html#cmd.Cmd.completedefault) [CompletedProcess (класс в subprocess)](https://python-all.ru/3/library/subprocess.html#subprocess.CompletedProcess) [Completer (класс в rlcompleter)](https://python-all.ru/3/library/rlcompleter.html#rlcompleter.Completer) complex [встроенная функция](https://python-all.ru/3/library/stdtypes.html#index-13), [\[1\]](https://python-all.ru/3/reference/datamodel.html#index-109) [число](https://python-all.ru/3/reference/datamodel.html#index-14) [объект](https://python-all.ru/3/reference/datamodel.html#index-14) [complex (встроенный класс)](https://python-all.ru/3/library/functions.html#complex) [Complex (класс в numbers)](https://python-all.ru/3/library/numbers.html#numbers.Complex) [литерал комплексного числа](https://python-all.ru/3/reference/lexical_analysis.html#index-27) [**комплексное число**](https://python-all.ru/3/glossary.html#term-complex-number) [литералы](https://python-all.ru/3/library/stdtypes.html#index-12) [объект](https://python-all.ru/3/c-api/complex.html#index-0), [\[1\]](https://python-all.ru/3/library/stdtypes.html#index-11) compound [инструкция](https://python-all.ru/3/reference/compound_stmts.html#index-0) [comprehension (класс в ast)](https://python-all.ru/3/library/ast.html#ast.comprehension) [генераторы списков](https://python-all.ru/3/reference/expressions.html#index-11) [словарь](https://python-all.ru/3/reference/expressions.html#index-17) [список](https://python-all.ru/3/reference/expressions.html#index-15) [множество](https://python-all.ru/3/reference/expressions.html#index-16) [compress() (метод bz2.BZ2Compressor)](https://python-all.ru/3/library/bz2.html#bz2.BZ2Compressor.compress) [(метод compression.zstd.ZstdCompressor)](https://python-all.ru/3/library/compression.zstd.html#compression.zstd.ZstdCompressor.compress) [(в модуле bz2)](https://python-all.ru/3/library/bz2.html#bz2.compress) [(в модуле compression.zstd)](https://python-all.ru/3/library/compression.zstd.html#compression.zstd.compress) [(в модуле gzip)](https://python-all.ru/3/library/gzip.html#gzip.compress) [(в модуле itertools)](https://python-all.ru/3/library/itertools.html#itertools.compress) [(в модуле lzma)](https://python-all.ru/3/library/lzma.html#lzma.compress) [(в модуле zlib)](https://python-all.ru/3/library/zlib.html#zlib.compress) [(метод lzma.LZMACompressor)](https://python-all.ru/3/library/lzma.html#lzma.LZMACompressor.compress) [(метод zlib.Compress)](https://python-all.ru/3/library/zlib.html#zlib.Compress.compress) [compress\_size (атрибут zipfile.ZipInfo)](https://python-all.ru/3/library/zipfile.html#zipfile.ZipInfo.compress_size) [compress\_type (атрибут zipfile.ZipInfo)](https://python-all.ru/3/library/zipfile.html#zipfile.ZipInfo.compress_type) [compressed (атрибут ipaddress.IPv4Address)](https://python-all.ru/3/library/ipaddress.html#ipaddress.IPv4Address.compressed) [(атрибут ipaddress.IPv4Network)](https://python-all.ru/3/library/ipaddress.html#ipaddress.IPv4Network.compressed) [(атрибут ipaddress.IPv6Address)](https://python-all.ru/3/library/ipaddress.html#ipaddress.IPv6Address.compressed) [(атрибут ipaddress.IPv6Network)](https://python-all.ru/3/library/ipaddress.html#ipaddress.IPv6Network.compressed) сжатие [модуль](https://python-all.ru/3/library/compression.html#module-compression) [compression() (метод ssl.SSLSocket)](https://python-all.ru/3/library/ssl.html#ssl.SSLSocket.compression) compression.zstd [модуль](https://python-all.ru/3/library/compression.zstd.html#module-compression.zstd) [compression\_level (атрибут compression.zstd.CompressionParameter)](https://python-all.ru/3/library/compression.zstd.html#compression.zstd.CompressionParameter.compression_level) [COMPRESSION\_LEVEL\_DEFAULT (в модуле compression.zstd)](https://python-all.ru/3/library/compression.zstd.html#compression.zstd.COMPRESSION_LEVEL_DEFAULT) [CompressionError](https://python-all.ru/3/library/tarfile.html#tarfile.CompressionError) [CompressionParameter (класс в compression.zstd)](https://python-all.ru/3/library/compression.zstd.html#compression.zstd.CompressionParameter) [compressobj() (в модуле zlib)](https://python-all.ru/3/library/zlib.html#zlib.compressobj) [COMSPEC](https://python-all.ru/3/library/os.html#index-43), [\[1\]](https://python-all.ru/3/library/subprocess.html#index-3) [concat() (в модуле operator)](https://python-all.ru/3/library/operator.html#operator.concat) [Concatenate (в модуле typing)](https://python-all.ru/3/library/typing.html#typing.Concatenate) конкатенация [операция](https://python-all.ru/3/library/stdtypes.html#index-20) [**конкурентность**](https://python-all.ru/3/glossary.html#term-concurrency) [**конкурентное изменение**](https://python-all.ru/3/glossary.html#term-concurrent-modification) concurrent.futures [модуль](https://python-all.ru/3/library/concurrent.futures.html#module-concurrent.futures) concurrent.interpreters [модуль](https://python-all.ru/3/library/concurrent.interpreters.html#module-concurrent.interpreters) [cond (атрибут bdb.Breakpoint)](https://python-all.ru/3/library/bdb.html#bdb.Breakpoint.cond) [Condition (класс в asyncio)](https://python-all.ru/3/library/asyncio-sync.html#asyncio.Condition) [(класс в multiprocessing)](https://python-all.ru/3/library/multiprocessing.html#multiprocessing.Condition) [(класс в threading)](https://python-all.ru/3/library/threading.html#threading.Condition) [condition (команда pdb)](https://python-all.ru/3/library/pdb.html#pdbcommand-condition) [Condition() (метод multiprocessing.managers.SyncManager)](https://python-all.ru/3/library/multiprocessing.html#multiprocessing.managers.SyncManager.Condition) Условный [выражение](https://python-all.ru/3/reference/expressions.html#index-81) условный [выражение](https://python-all.ru/3/reference/expressions.html#index-87) [config() (tkinter.font.Font метод)](https://python-all.ru/3/library/tkinter.font.html#tkinter.font.Font.config) [(метод tkinter.Grid)](https://python-all.ru/3/library/tkinter.html#tkinter.Grid.config) [(tkinter.Image метод)](https://python-all.ru/3/library/tkinter.html#tkinter.Image.config) [(метод tkinter.Misc)](https://python-all.ru/3/library/tkinter.html#tkinter.Misc.config) [(метод tkinter.Pack)](https://python-all.ru/3/library/tkinter.html#tkinter.Pack.config) [(метод tkinter.Place)](https://python-all.ru/3/library/tkinter.html#tkinter.Place.config) CONFIG\_SITE [опция командной строки](https://python-all.ru/3/using/configure.html#cmdoption-arg-CONFIG_SITE) configparser [модуль](https://python-all.ru/3/library/configparser.html#module-configparser) [ConfigParser (класс в configparser)](https://python-all.ru/3/library/configparser.html#configparser.ConfigParser) конфигурация [файл](https://python-all.ru/3/library/configparser.html#index-0) [файл, отладчик](https://python-all.ru/3/library/pdb.html#index-3) [файл, путь](https://python-all.ru/3/library/site.html#index-4) [конфигурационная информация](https://python-all.ru/3/library/sysconfig.html#index-0) [configure() (tkinter.font.Font метод)](https://python-all.ru/3/library/tkinter.font.html#tkinter.font.Font.configure) [(метод tkinter.Grid)](https://python-all.ru/3/library/tkinter.html#tkinter.Grid.configure) [(tkinter.Image метод)](https://python-all.ru/3/library/tkinter.html#tkinter.Image.configure) [(метод tkinter.Misc)](https://python-all.ru/3/library/tkinter.html#tkinter.Misc.configure) [(метод tkinter.Pack)](https://python-all.ru/3/library/tkinter.html#tkinter.Pack.configure) [(метод tkinter.Place)](https://python-all.ru/3/library/tkinter.html#tkinter.Place.configure) [(метод tkinter.ttk.Scale)](https://python-all.ru/3/library/tkinter.ttk.html#tkinter.ttk.Scale.configure) [(метод tkinter.ttk.Style)](https://python-all.ru/3/library/tkinter.ttk.html#tkinter.ttk.Style.configure) [configure\_mock() (unittest.mock.Mock метод)](https://python-all.ru/3/library/unittest.mock.html#unittest.mock.Mock.configure_mock) [CONFORM (enum.FlagBoundary атрибут)](https://python-all.ru/3/library/enum.html#enum.FlagBoundary.CONFORM) [confstr() (в модуле os)](https://python-all.ru/3/library/os.html#os.confstr) [confstr\_names (в модуле os)](https://python-all.ru/3/library/os.html#os.confstr_names) [conjugate() (метод комплексного числа)](https://python-all.ru/3/library/stdtypes.html#index-14) [(метод decimal.Decimal)](https://python-all.ru/3/library/decimal.html#decimal.Decimal.conjugate) [(numbers.Complex метод)](https://python-all.ru/3/library/numbers.html#numbers.Complex.conjugate) [connect() (ftplib.FTP метод)](https://python-all.ru/3/library/ftplib.html#ftplib.FTP.connect) [(метод http.client.HTTPConnection)](https://python-all.ru/3/library/http.client.html#http.client.HTTPConnection.connect) [(в модуле sqlite3)](https://python-all.ru/3/library/sqlite3.html#sqlite3.connect) [(метод multiprocessing.managers.BaseManager)](https://python-all.ru/3/library/multiprocessing.html#multiprocessing.managers.BaseManager.connect) [(метод smtplib.SMTP)](https://python-all.ru/3/library/smtplib.html#smtplib.SMTP.connect) [(метод socket.socket)](https://python-all.ru/3/library/socket.html#socket.socket.connect) [connect\_accepted\_socket() (метод asyncio.loop)](https://python-all.ru/3/library/asyncio-eventloop.html#asyncio.loop.connect_accepted_socket) [connect\_ex() (метод socket.socket)](https://python-all.ru/3/library/socket.html#socket.socket.connect_ex) [connect\_read\_pipe() (метод asyncio.loop)](https://python-all.ru/3/library/asyncio-eventloop.html#asyncio.loop.connect_read_pipe) [connect\_write\_pipe() (метод asyncio.loop)](https://python-all.ru/3/library/asyncio-eventloop.html#asyncio.loop.connect_write_pipe) [Connection (класс в multiprocessing.connection)](https://python-all.ru/3/library/multiprocessing.html#multiprocessing.connection.Connection) [(класс в sqlite3)](https://python-all.ru/3/library/sqlite3.html#sqlite3.Connection) [connection (атрибут sqlite3.Cursor)](https://python-all.ru/3/library/sqlite3.html#sqlite3.Cursor.connection) [connection\_lost() (метод asyncio.BaseProtocol)](https://python-all.ru/3/library/asyncio-protocol.html#asyncio.BaseProtocol.connection_lost) [connection\_made() (метод asyncio.BaseProtocol)](https://python-all.ru/3/library/asyncio-protocol.html#asyncio.BaseProtocol.connection_made) [ConnectionAbortedError](https://python-all.ru/3/library/exceptions.html#ConnectionAbortedError) [ConnectionError](https://python-all.ru/3/library/exceptions.html#ConnectionError) [ConnectionRefusedError](https://python-all.ru/3/library/exceptions.html#ConnectionRefusedError) [ConnectionResetError](https://python-all.ru/3/library/exceptions.html#ConnectionResetError) [ConnectRegistry() (в модуле winreg)](https://python-all.ru/3/library/winreg.html#winreg.ConnectRegistry) [const (атрибут optparse.Option)](https://python-all.ru/3/library/optparse.html#optparse.Option.const) [константа](https://python-all.ru/3/reference/lexical_analysis.html#index-15) [Constant (класс в ast)](https://python-all.ru/3/library/ast.html#ast.Constant) конструктор [класс](https://python-all.ru/3/reference/datamodel.html#index-79) [constructor() (в модуле copyreg)](https://python-all.ru/3/library/copyreg.html#copyreg.constructor) [consumed (атрибут asyncio.LimitOverrunError)](https://python-all.ru/3/library/asyncio-exceptions.html#asyncio.LimitOverrunError.consumed) [контейнер](https://python-all.ru/3/reference/datamodel.html#index-3), [\[1\]](https://python-all.ru/3/reference/datamodel.html#index-51) [итерация по](https://python-all.ru/3/library/stdtypes.html#index-18) [Container (класс в collections.abc)](https://python-all.ru/3/library/collections.abc.html#collections.abc.Container) [(класс в typing)](https://python-all.ru/3/library/typing.html#typing.Container) [contains() (в модуле operator)](https://python-all.ru/3/library/operator.html#operator.contains) [CONTAINS\_OP (код операции)](https://python-all.ru/3/library/dis.html#opcode-CONTAINS_OP) [content (атрибут urllib.error.ContentTooShortError)](https://python-all.ru/3/library/urllib.error.html#urllib.error.ContentTooShortError.content) тип содержимого [MIME](https://python-all.ru/3/library/mimetypes.html#index-0) [content\_disposition (атрибут email.headerregistry.ContentDispositionHeader)](https://python-all.ru/3/library/email.headerregistry.html#email.headerregistry.ContentDispositionHeader.content_disposition) [content\_manager (атрибут email.policy.EmailPolicy)](https://python-all.ru/3/library/email.policy.html#email.policy.EmailPolicy.content_manager) [content\_size\_flag (атрибут compression.zstd.CompressionParameter)](https://python-all.ru/3/library/compression.zstd.html#compression.zstd.CompressionParameter.content_size_flag) [content\_type (атрибут email.headerregistry.ContentTypeHeader)](https://python-all.ru/3/library/email.headerregistry.html#email.headerregistry.ContentTypeHeader.content_type) [ContentDispositionHeader (класс в email.headerregistry)](https://python-all.ru/3/library/email.headerregistry.html#email.headerregistry.ContentDispositionHeader) [ContentHandler (класс в xml.sax.handler)](https://python-all.ru/3/library/xml.sax.handler.html#xml.sax.handler.ContentHandler) [ContentManager (класс в email.contentmanager)](https://python-all.ru/3/library/email.contentmanager.html#email.contentmanager.ContentManager) [contents (атрибут ctypes.\_Pointer)](https://python-all.ru/3/library/ctypes.html#ctypes._Pointer.contents) [contents() (метод importlib.resources.abc.ResourceReader)](https://python-all.ru/3/library/importlib.resources.abc.html#importlib.resources.abc.ResourceReader.contents) [(в модуле importlib.resources)](https://python-all.ru/3/library/importlib.resources.html#importlib.resources.contents) [ContentTooShortError](https://python-all.ru/3/library/urllib.error.html#urllib.error.ContentTooShortError) [ContentTransferEncodingHeader (класс в email.headerregistry)](https://python-all.ru/3/library/email.headerregistry.html#email.headerregistry.ContentTransferEncodingHeader) [ContentTypeHeader (класс в email.headerregistry)](https://python-all.ru/3/library/email.headerregistry.html#email.headerregistry.ContentTypeHeader) [**контекст**](https://python-all.ru/3/glossary.html#term-context) [Context (класс в contextvars)](https://python-all.ru/3/library/contextvars.html#contextvars.Context) [(класс в decimal)](https://python-all.ru/3/library/decimal.html#decimal.Context) [context (атрибут ssl.SSLSocket)](https://python-all.ru/3/library/ssl.html#ssl.SSLSocket.context) [**протокол управления контекстом**](https://python-all.ru/3/glossary.html#term-context-management-protocol), [\[1\]](https://python-all.ru/3/library/stdtypes.html#index-55) [**менеджер контекста**](https://python-all.ru/3/glossary.html#term-context-manager), [\[1\]](https://python-all.ru/3/library/stdtypes.html#index-55), [\[2\]](https://python-all.ru/3/reference/datamodel.html#index-111) [**контекстная переменная**](https://python-all.ru/3/glossary.html#term-context-variable) [context\_aware\_warnings (атрибут sys.flags)](https://python-all.ru/3/library/sys.html#sys.flags.context_aware_warnings) [context\_diff() (в модуле difflib)](https://python-all.ru/3/library/difflib.html#difflib.context_diff) [ContextDecorator (класс в contextlib)](https://python-all.ru/3/library/contextlib.html#contextlib.ContextDecorator) contextlib [модуль](https://python-all.ru/3/library/contextlib.html#module-contextlib) [ContextManager (класс в typing)](https://python-all.ru/3/library/typing.html#typing.ContextManager) [contextmanager() (в модуле contextlib)](https://python-all.ru/3/library/contextlib.html#contextlib.contextmanager) [ContextVar (класс в contextvars)](https://python-all.ru/3/library/contextvars.html#contextvars.ContextVar) contextvars [модуль](https://python-all.ru/3/library/contextvars.html#module-contextvars) [CONTIG (атрибут inspect.BufferFlags)](https://python-all.ru/3/library/inspect.html#inspect.BufferFlags.CONTIG) [CONTIG\_RO (атрибут inspect.BufferFlags)](https://python-all.ru/3/library/inspect.html#inspect.BufferFlags.CONTIG_RO) [**непрерывный**](https://python-all.ru/3/glossary.html#term-contiguous), [\[1\]](https://python-all.ru/3/c-api/buffer.html#index-2) [(атрибут memoryview)](https://python-all.ru/3/library/stdtypes.html#memoryview.contiguous) continue [**инструкция**](https://python-all.ru/3/reference/simple_stmts.html#index-33), [\[1\]](https://python-all.ru/3/reference/compound_stmts.html#index-14), [\[2\]](https://python-all.ru/3/reference/compound_stmts.html#index-16), [\[3\]](https://python-all.ru/3/reference/compound_stmts.html#index-5), [\[4\]](https://python-all.ru/3/reference/compound_stmts.html#index-7) [Continue (класс в ast)](https://python-all.ru/3/library/ast.html#ast.Continue) [CONTINUE (атрибут compression.zstd.ZstdCompressor)](https://python-all.ru/3/library/compression.zstd.html#compression.zstd.ZstdCompressor.CONTINUE) [continue (команда pdb)](https://python-all.ru/3/library/pdb.html#pdbcommand-continue) [CONTINUOUS (атрибут enum.EnumCheck)](https://python-all.ru/3/library/enum.html#enum.EnumCheck.CONTINUOUS) [control() (метод select.kqueue)](https://python-all.ru/3/library/select.html#select.kqueue.control) [controlnames (в модуле curses.ascii)](https://python-all.ru/3/library/curses.ascii.html#curses.ascii.controlnames) [CONTTYPE (в модуле tarfile)](https://python-all.ru/3/library/tarfile.html#tarfile.CONTTYPE) преобразование [арифметическое](https://python-all.ru/3/reference/expressions.html#index-1) [строка](https://python-all.ru/3/reference/datamodel.html#index-84), [\[1\]](https://python-all.ru/3/reference/simple_stmts.html#index-3) [conversion (атрибут string.templatelib.Interpolation)](https://python-all.ru/3/library/string.templatelib.html#string.templatelib.Interpolation.conversion) преобразования [числовой](https://python-all.ru/3/library/stdtypes.html#index-15) [convert() (в модуле string.templatelib)](https://python-all.ru/3/library/string.templatelib.html#string.templatelib.convert) [convert\_arg\_line\_to\_args() (метод argparse.ArgumentParser)](https://python-all.ru/3/library/argparse.html#argparse.ArgumentParser.convert_arg_line_to_args) [convert\_field() (метод string.Formatter)](https://python-all.ru/3/library/string.html#string.Formatter.convert_field) [CONVERT\_VALUE (код операции)](https://python-all.ru/3/library/dis.html#opcode-CONVERT_VALUE) [Cookie (класс в http.cookiejar)](https://python-all.ru/3/library/http.cookiejar.html#http.cookiejar.Cookie) [CookieError](https://python-all.ru/3/library/http.cookies.html#http.cookies.CookieError) [CookieJar (класс в http.cookiejar)](https://python-all.ru/3/library/http.cookiejar.html#http.cookiejar.CookieJar) [cookiejar (атрибут urllib.request.HTTPCookieProcessor)](https://python-all.ru/3/library/urllib.request.html#urllib.request.HTTPCookieProcessor.cookiejar) [CookiePolicy (класс в http.cookiejar)](https://python-all.ru/3/library/http.cookiejar.html#http.cookiejar.CookiePolicy) [Всемирное координированное время](https://python-all.ru/3/library/time.html#index-4) [coords() (метод tkinter.Canvas)](https://python-all.ru/3/library/tkinter.html#tkinter.Canvas.coords) [(метод tkinter.Scale)](https://python-all.ru/3/library/tkinter.html#tkinter.Scale.coords) [Копировать](https://python-all.ru/3/library/idle.html#index-4) copy [модуль](https://python-all.ru/3/library/copy.html#module-copy), [\[1\]](https://python-all.ru/3/library/copyreg.html#index-0) [протокол](https://python-all.ru/3/library/pickle.html#index-6) [COPY (код операции)](https://python-all.ru/3/library/dis.html#opcode-COPY) [copy() (метод collections.deque)](https://python-all.ru/3/library/collections.html#collections.deque.copy) [(метод contextvars.Context)](https://python-all.ru/3/library/contextvars.html#contextvars.Context.copy) [(метод decimal.Context)](https://python-all.ru/3/library/decimal.html#decimal.Context.copy) [(метод dict)](https://python-all.ru/3/library/stdtypes.html#dict.copy) [(метод frozenset)](https://python-all.ru/3/library/stdtypes.html#frozenset.copy) [(метод hashlib.hash)](https://python-all.ru/3/library/hashlib.html#hashlib.hash.copy) [(метод hmac.HMAC)](https://python-all.ru/3/library/hmac.html#hmac.HMAC.copy) [(метод http.cookies.Morsel)](https://python-all.ru/3/library/http.cookies.html#http.cookies.Morsel.copy) [(метод imaplib.IMAP4)](https://python-all.ru/3/library/imaplib.html#imaplib.IMAP4.copy) [(в модуле copy)](https://python-all.ru/3/library/copy.html#copy.copy) [(в модуле multiprocessing.sharedctypes)](https://python-all.ru/3/library/multiprocessing.html#multiprocessing.sharedctypes.copy) [(в модуле shutil)](https://python-all.ru/3/library/shutil.html#shutil.copy) [(метод pathlib.Path)](https://python-all.ru/3/library/pathlib.html#pathlib.Path.copy) [(метод последовательности)](https://python-all.ru/3/library/stdtypes.html#sequence.copy) [(метод set)](https://python-all.ru/3/library/stdtypes.html#set.copy) [(метод tkinter.font.Font)](https://python-all.ru/3/library/tkinter.font.html#tkinter.font.Font.copy) [(метод tkinter.PhotoImage)](https://python-all.ru/3/library/tkinter.html#tkinter.PhotoImage.copy) [(метод types.MappingProxyType)](https://python-all.ru/3/library/types.html#types.MappingProxyType.copy) [(метод zlib.Compress)](https://python-all.ru/3/library/zlib.html#zlib.Compress.copy) [(метод zlib.Decompress)](https://python-all.ru/3/library/zlib.html#zlib.Decompress.copy) [copy2() (в модуле shutil)](https://python-all.ru/3/library/shutil.html#shutil.copy2) [copy\_abs() (метод decimal.Context)](https://python-all.ru/3/library/decimal.html#decimal.Context.copy_abs) [(метод decimal.Decimal)](https://python-all.ru/3/library/decimal.html#decimal.Decimal.copy_abs) [copy\_context() (в модуле contextvars)](https://python-all.ru/3/library/contextvars.html#contextvars.copy_context) [copy\_decimal() (метод decimal.Context)](https://python-all.ru/3/library/decimal.html#decimal.Context.copy_decimal) [copy\_file\_range() (в модуле os)](https://python-all.ru/3/library/os.html#os.copy_file_range) [COPY\_FREE\_VARS (код операции)](https://python-all.ru/3/library/dis.html#opcode-COPY_FREE_VARS) [copy\_into() (метод pathlib.Path)](https://python-all.ru/3/library/pathlib.html#pathlib.Path.copy_into) [copy\_location() (в модуле ast)](https://python-all.ru/3/library/ast.html#ast.copy_location) [copy\_negate() (метод decimal.Context)](https://python-all.ru/3/library/decimal.html#decimal.Context.copy_negate) [(метод decimal.Decimal)](https://python-all.ru/3/library/decimal.html#decimal.Decimal.copy_negate) [copy\_replace() (метод tkinter.PhotoImage)](https://python-all.ru/3/library/tkinter.html#tkinter.PhotoImage.copy_replace) [copy\_sign() (метод decimal.Context)](https://python-all.ru/3/library/decimal.html#decimal.Context.copy_sign) [(метод decimal.Decimal)](https://python-all.ru/3/library/decimal.html#decimal.Decimal.copy_sign) [CopyComPointer() (в модуле ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.CopyComPointer) [copyfile() (в модуле shutil)](https://python-all.ru/3/library/shutil.html#shutil.copyfile) [copyfileobj() (в модуле shutil)](https://python-all.ru/3/library/shutil.html#shutil.copyfileobj) [копирование файлов](https://python-all.ru/3/library/shutil.html#index-0) [copymode() (в модуле shutil)](https://python-all.ru/3/library/shutil.html#shutil.copymode) copyreg [модуль](https://python-all.ru/3/library/copyreg.html#module-copyreg) [copyright (встроенная переменная)](https://python-all.ru/3/library/constants.html#copyright) [(в модуле sys)](https://python-all.ru/3/c-api/interp-lifecycle.html#index-21), [\[1\]](https://python-all.ru/3/library/sys.html#sys.copyright) [copysign() (в модуле math)](https://python-all.ru/3/library/math.html#math.copysign) [copystat() (в модуле shutil)](https://python-all.ru/3/library/shutil.html#shutil.copystat) [copytree() (в модуле shutil)](https://python-all.ru/3/library/shutil.html#shutil.copytree) [**корутина**](https://python-all.ru/3/glossary.html#term-coroutine), [\[1\]](https://python-all.ru/3/reference/datamodel.html#index-116), [\[2\]](https://python-all.ru/3/reference/expressions.html#index-24) [функция](https://python-all.ru/3/reference/datamodel.html#index-41) [Корутина (класс в collections.abc)](https://python-all.ru/3/library/collections.abc.html#collections.abc.Coroutine) [(класс в typing)](https://python-all.ru/3/library/typing.html#typing.Coroutine) [**корутинная функция**](https://python-all.ru/3/glossary.html#term-coroutine-function) [coroutine() (в модуле types)](https://python-all.ru/3/library/types.html#types.coroutine) [CoroutineType (в модуле types)](https://python-all.ru/3/library/types.html#types.CoroutineType) [correlation() (в модуле statistics)](https://python-all.ru/3/library/statistics.html#statistics.correlation) [cos() (в модуле cmath)](https://python-all.ru/3/library/cmath.html#cmath.cos) [(в модуле math)](https://python-all.ru/3/library/math.html#math.cos) [cosh() (в модуле cmath)](https://python-all.ru/3/library/cmath.html#cmath.cosh) [(в модуле math)](https://python-all.ru/3/library/math.html#math.cosh) [count (атрибут tracemalloc.Statistic)](https://python-all.ru/3/library/tracemalloc.html#tracemalloc.Statistic.count) [(атрибут tracemalloc.StatisticDiff)](https://python-all.ru/3/library/tracemalloc.html#tracemalloc.StatisticDiff.count) [count() (метод array.array)](https://python-all.ru/3/library/array.html#array.array.count) [(метод bytearray)](https://python-all.ru/3/library/stdtypes.html#bytearray.count) [(метод bytes)](https://python-all.ru/3/library/stdtypes.html#bytes.count) [(метод collections.deque)](https://python-all.ru/3/library/collections.html#collections.deque.count) [(в модуле itertools)](https://python-all.ru/3/library/itertools.html#itertools.count) [(метод memoryview)](https://python-all.ru/3/library/stdtypes.html#memoryview.count) [(метод multiprocessing.shared\_memory.ShareableList)](https://python-all.ru/3/library/multiprocessing.shared_memory.html#multiprocessing.shared_memory.ShareableList.count) [(метод последовательности)](https://python-all.ru/3/library/stdtypes.html#sequence.count) [(метод str)](https://python-all.ru/3/library/stdtypes.html#str.count) [(метод tkinter.Text)](https://python-all.ru/3/library/tkinter.html#tkinter.Text.count) [count\_diff (атрибут tracemalloc.StatisticDiff)](https://python-all.ru/3/library/tracemalloc.html#tracemalloc.StatisticDiff.count_diff) [Counter (класс в collections)](https://python-all.ru/3/library/collections.html#collections.Counter) [(класс в typing)](https://python-all.ru/3/library/typing.html#typing.Counter) [countOf() (в модуле operator)](https://python-all.ru/3/library/operator.html#operator.countOf) [countTestCases() (метод unittest.TestCase)](https://python-all.ru/3/library/unittest.html#unittest.TestCase.countTestCases) [(метод unittest.TestSuite)](https://python-all.ru/3/library/unittest.html#unittest.TestSuite.countTestCases) [covariance() (в модуле statistics)](https://python-all.ru/3/library/statistics.html#statistics.covariance) [CoverageResults (класс в trace)](https://python-all.ru/3/library/trace.html#trace.CoverageResults) CPP [опция командной строки](https://python-all.ru/3/using/configure.html#cmdoption-arg-CPP) [CPPFLAGS](https://python-all.ru/3/using/configure.html#index-17), [\[1\]](https://python-all.ru/3/using/configure.html#index-18), [\[2\]](https://python-all.ru/3/using/configure.html#index-35), [\[3\]](https://python-all.ru/3/whatsnew/2.3.html#index-27) [опция командной строки](https://python-all.ru/3/using/configure.html#cmdoption-arg-CPPFLAGS) cProfile [модуль](https://python-all.ru/3/library/profile.html#module-cProfile) параметр командной строки cProfile [-m](https://python-all.ru/3/library/profile.html#cmdoption-cProfile-m) [-o](https://python-all.ru/3/library/profile.html#cmdoption-cProfile-o) [-s](https://python-all.ru/3/library/profile.html#cmdoption-cProfile-s) [процессорное время](https://python-all.ru/3/library/time.html#index-12), [\[1\]](https://python-all.ru/3/library/time.html#index-7) [cpu\_count() (в модуле multiprocessing)](https://python-all.ru/3/library/multiprocessing.html#multiprocessing.cpu_count) [(в модуле os)](https://python-all.ru/3/library/os.html#os.cpu_count) [**CPython**](https://python-all.ru/3/glossary.html#term-CPython) [cpython\_only() (в модуле test.support)](https://python-all.ru/3/library/test.html#test.support.cpython_only) [CR (в модуле curses.ascii)](https://python-all.ru/3/library/curses.ascii.html#curses.ascii.CR) [crawl\_delay() (метод urllib.robotparser.RobotFileParser)](https://python-all.ru/3/library/urllib.robotparser.html#urllib.robotparser.RobotFileParser.crawl_delay) [CRC (атрибут zipfile.ZipInfo)](https://python-all.ru/3/library/zipfile.html#zipfile.ZipInfo.CRC) [crc32() (в модуле binascii)](https://python-all.ru/3/library/binascii.html#binascii.crc32) [(в модуле zlib)](https://python-all.ru/3/library/zlib.html#zlib.crc32) [crc\_hqx() (в модуле binascii)](https://python-all.ru/3/library/binascii.html#binascii.crc_hqx) [create() (метод imaplib.IMAP4)](https://python-all.ru/3/library/imaplib.html#imaplib.IMAP4.create) [(в модуле concurrent.interpreters)](https://python-all.ru/3/library/concurrent.interpreters.html#concurrent.interpreters.create) [(в модуле venv)](https://python-all.ru/3/library/venv.html#venv.create) [(метод venv.EnvBuilder)](https://python-all.ru/3/library/venv.html#venv.EnvBuilder.create) [create\_aggregate() (метод sqlite3.Connection)](https://python-all.ru/3/library/sqlite3.html#sqlite3.Connection.create_aggregate) [create\_arc() (метод tkinter.Canvas)](https://python-all.ru/3/library/tkinter.html#tkinter.Canvas.create_arc) [create\_archive() (в модуле zipapp)](https://python-all.ru/3/library/zipapp.html#zipapp.create_archive) [create\_autospec() (в модуле unittest.mock)](https://python-all.ru/3/library/unittest.mock.html#unittest.mock.create_autospec) [create\_bitmap() (метод tkinter.Canvas)](https://python-all.ru/3/library/tkinter.html#tkinter.Canvas.create_bitmap) [CREATE\_BREAKAWAY\_FROM\_JOB (в модуле подпроцесс)](https://python-all.ru/3/library/subprocess.html#subprocess.CREATE_BREAKAWAY_FROM_JOB) [create\_collation() (метод sqlite3.Connection)](https://python-all.ru/3/library/sqlite3.html#sqlite3.Connection.create_collation) [create\_configuration() (метод venv.EnvBuilder)](https://python-all.ru/3/library/venv.html#venv.EnvBuilder.create_configuration) [create\_connection() (метод asyncio.loop)](https://python-all.ru/3/library/asyncio-eventloop.html#asyncio.loop.create_connection) [(в модуле socket)](https://python-all.ru/3/library/socket.html#socket.create_connection) [create\_datagram\_endpoint() (метод asyncio.loop)](https://python-all.ru/3/library/asyncio-eventloop.html#asyncio.loop.create_datagram_endpoint) [create\_decimal() (метод decimal.Context)](https://python-all.ru/3/library/decimal.html#decimal.Context.create_decimal) [create\_decimal\_from\_float() (метод decimal.Context)](https://python-all.ru/3/library/decimal.html#decimal.Context.create_decimal_from_float) [create\_default\_context() (в модуле ssl)](https://python-all.ru/3/library/ssl.html#ssl.create_default_context) [CREATE\_DEFAULT\_ERROR\_MODE (в модуле подпроцесс)](https://python-all.ru/3/library/subprocess.html#subprocess.CREATE_DEFAULT_ERROR_MODE) [create\_eager\_task\_factory() (в модуле asyncio)](https://python-all.ru/3/library/asyncio-task.html#asyncio.create_eager_task_factory) [create\_empty\_file() (в модуле test.support.os\_helper)](https://python-all.ru/3/library/test.html#test.support.os_helper.create_empty_file) [create\_function() (метод sqlite3.Connection)](https://python-all.ru/3/library/sqlite3.html#sqlite3.Connection.create_function) [create\_future() (метод asyncio.loop)](https://python-all.ru/3/library/asyncio-eventloop.html#asyncio.loop.create_future) [create\_git\_ignore\_file() (метод venv.EnvBuilder)](https://python-all.ru/3/library/venv.html#venv.EnvBuilder.create_git_ignore_file) [create\_image() (метод tkinter.Canvas)](https://python-all.ru/3/library/tkinter.html#tkinter.Canvas.create_image) [create\_line() (метод tkinter.Canvas)](https://python-all.ru/3/library/tkinter.html#tkinter.Canvas.create_line) [create\_module() (метод importlib.abc.Loader)](https://python-all.ru/3/library/importlib.html#importlib.abc.Loader.create_module) [(метод importlib.machinery.ExtensionFileLoader)](https://python-all.ru/3/library/importlib.html#importlib.machinery.ExtensionFileLoader.create_module) [(метод zipimport.zipimporter)](https://python-all.ru/3/library/zipimport.html#zipimport.zipimporter.create_module) [CREATE\_NEW\_CONSOLE (в модуле подпроцесс)](https://python-all.ru/3/library/subprocess.html#subprocess.CREATE_NEW_CONSOLE) [CREATE\_NEW\_PROCESS\_GROUP (в модуле подпроцесс)](https://python-all.ru/3/library/subprocess.html#subprocess.CREATE_NEW_PROCESS_GROUP) [CREATE\_NO\_WINDOW (в модуле подпроцесс)](https://python-all.ru/3/library/subprocess.html#subprocess.CREATE_NO_WINDOW) [create\_oval() (метод tkinter.Canvas)](https://python-all.ru/3/library/tkinter.html#tkinter.Canvas.create_oval) [create\_polygon() (метод tkinter.Canvas)](https://python-all.ru/3/library/tkinter.html#tkinter.Canvas.create_polygon) [create\_queue() (в модуле concurrent.interpreters)](https://python-all.ru/3/library/concurrent.interpreters.html#concurrent.interpreters.create_queue) [create\_rectangle() (метод tkinter.Canvas)](https://python-all.ru/3/library/tkinter.html#tkinter.Canvas.create_rectangle) [create\_server() (метод asyncio.loop)](https://python-all.ru/3/library/asyncio-eventloop.html#asyncio.loop.create_server) [(в модуле socket)](https://python-all.ru/3/library/socket.html#socket.create_server) [create\_stats() (метод profile.Profile)](https://python-all.ru/3/library/profile.html#profile.Profile.create_stats) [create\_string\_buffer() (в модуле ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.create_string_buffer) [create\_subprocess\_exec() (в модуле asyncio)](https://python-all.ru/3/library/asyncio-subprocess.html#asyncio.create_subprocess_exec) [create\_subprocess\_shell() (в модуле asyncio)](https://python-all.ru/3/library/asyncio-subprocess.html#asyncio.create_subprocess_shell) [create\_system (атрибут zipfile.ZipInfo)](https://python-all.ru/3/library/zipfile.html#zipfile.ZipInfo.create_system) [create\_task() (метод asyncio.loop)](https://python-all.ru/3/library/asyncio-eventloop.html#asyncio.loop.create_task) [(метод asyncio.TaskGroup)](https://python-all.ru/3/library/asyncio-task.html#asyncio.TaskGroup.create_task) [(в модуле asyncio)](https://python-all.ru/3/library/asyncio-task.html#asyncio.create_task) [create\_text() (метод tkinter.Canvas)](https://python-all.ru/3/library/tkinter.html#tkinter.Canvas.create_text) [create\_unicode\_buffer() (в модуле ctypes)](https://python-all.ru/3/library/ctypes.html#ctypes.create_unicode_buffer) [create\_unix\_connection() (метод asyncio.loop)](https://python-all.ru/3/library/asyncio-eventloop.html#asyncio.loop.create_unix_connection) [create\_unix\_server() (метод asyncio.loop)](https://python-all.ru/3/library/asyncio-eventloop.html#asyncio.loop.create_unix_server) [create\_version (атрибут zipfile.ZipInfo)](https://python-all.ru/3/library/zipfile.html#zipfile.ZipInfo.create_version) [create\_window() (метод tkinter.Canvas)](https://python-all.ru/3/library/tkinter.html#tkinter.Canvas.create_window) [create\_window\_function() (метод sqlite3.Connection)](https://python-all.ru/3/library/sqlite3.html#sqlite3.Connection.create_window_function) [createAttribute() (метод xml.dom.Document)](https://python-all.ru/3/library/xml.dom.html#xml.dom.Document.createAttribute) [createAttributeNS() (метод xml.dom.Document)](https://python-all.ru/3/library/xml.dom.html#xml.dom.Document.createAttributeNS) [createComment() (метод xml.dom.Document)](https://python-all.ru/3/library/xml.dom.html#xml.dom.Document.createComment) [createDocument() (метод xml.dom.DOMImplementation)](https://python-all.ru/3/library/xml.dom.html#xml.dom.DOMImplementation.createDocument) [createDocumentType() (метод xml.dom.DOMImplementation)](https://python-all.ru/3/library/xml.dom.html#xml.dom.DOMImplementation.createDocumentType) [createElement() (метод xml.dom.Document)](https://python-all.ru/3/library/xml.dom.html#xml.dom.Document.createElement) [createElementNS() (метод xml.dom.Document)](https://python-all.ru/3/library/xml.dom.html#xml.dom.Document.createElementNS) [createfilehandler() (метод tkinter.Widget.tk)](https://python-all.ru/3/library/tkinter.html#tkinter.Widget.tk.createfilehandler) [CreateKey() (в модуле winreg)](https://python-all.ru/3/library/winreg.html#winreg.CreateKey) [CreateKeyEx() (в модуле winreg)](https://python-all.ru/3/library/winreg.html#winreg.CreateKeyEx) [createLock() (метод logging.Handler)](https://python-all.ru/3/library/logging.html#logging.Handler.createLock) [(метод logging.NullHandler)](https://python-all.ru/3/library/logging.handlers.html#logging.NullHandler.createLock) [createProcessingInstruction() (метод xml.dom.Document)](https://python-all.ru/3/library/xml.dom.html#xml.dom.Document.createProcessingInstruction) [createSocket() (метод logging.handlers.SocketHandler)](https://python-all.ru/3/library/logging.handlers.html#logging.handlers.SocketHandler.createSocket) [(метод logging.handlers.SysLogHandler)](https://python-all.ru/3/library/logging.handlers.html#logging.handlers.SysLogHandler.createSocket) [createTextNode() (метод xml.dom.Document)](https://python-all.ru/3/library/xml.dom.html#xml.dom.Document.createTextNode) [credits (встроенная переменная)](https://python-all.ru/3/library/constants.html#credits) [CRITICAL (в модуле logging)](https://python-all.ru/3/library/logging.html#logging.CRITICAL) [critical() (в модуле logging)](https://python-all.ru/3/library/logging.html#logging.critical) [(метод logging.Logger)](https://python-all.ru/3/library/logging.html#logging.Logger.critical) [CRNCYSTR (в модуле locale)](https://python-all.ru/3/library/locale.html#locale.CRNCYSTR) [CRT\_ASSEMBLY\_VERSION (в модуле msvcrt)](https://python-all.ru/3/library/msvcrt.html#msvcrt.CRT_ASSEMBLY_VERSION) [CRT\_ASSERT (в модуле msvcrt)](https://python-all.ru/3/library/msvcrt.html#msvcrt.CRT_ASSERT) [CRT\_ERROR (в модуле msvcrt)](https://python-all.ru/3/library/msvcrt.html#msvcrt.CRT_ERROR) [CRT\_WARN (в модуле msvcrt)](https://python-all.ru/3/library/msvcrt.html#msvcrt.CRT_WARN) [CRTDBG\_MODE\_DEBUG (в модуле msvcrt)](https://python-all.ru/3/library/msvcrt.html#msvcrt.CRTDBG_MODE_DEBUG) [CRTDBG\_MODE\_FILE (в модуле msvcrt)](https://python-all.ru/3/library/msvcrt.html#msvcrt.CRTDBG_MODE_FILE) [CRTDBG\_MODE\_WNDW (в модуле msvcrt)](https://python-all.ru/3/library/msvcrt.html#msvcrt.CRTDBG_MODE_WNDW) [CRTDBG\_REPORT\_MODE (в модуле msvcrt)](https://python-all.ru/3/library/msvcrt.html#msvcrt.CRTDBG_REPORT_MODE) [CrtSetReportFile() (в модуле msvcrt)](https://python-all.ru/3/library/msvcrt.html#msvcrt.CrtSetReportFile) [CrtSetReportMode() (в модуле msvcrt)](https://python-all.ru/3/library/msvcrt.html#msvcrt.CrtSetReportMode) crypt [модуль](https://python-all.ru/3/library/crypt.html#module-crypt) [cryptography](https://python-all.ru/3/library/crypto.html#index-0) [cssclass\_month (атрибут calendar.HTMLCalendar)](https://python-all.ru/3/library/calendar.html#calendar.HTMLCalendar.cssclass_month) [cssclass\_month\_head (атрибут calendar.HTMLCalendar)](https://python-all.ru/3/library/calendar.html#calendar.HTMLCalendar.cssclass_month_head) [cssclass\_noday (атрибут calendar.HTMLCalendar)](https://python-all.ru/3/library/calendar.html#calendar.HTMLCalendar.cssclass_noday) [cssclass\_year (атрибут calendar.HTMLCalendar)](https://python-all.ru/3/library/calendar.html#calendar.HTMLCalendar.cssclass_year) [cssclass\_year\_head (атрибут calendar.HTMLCalendar)](https://python-all.ru/3/library/calendar.html#calendar.HTMLCalendar.cssclass_year_head) [cssclasses (атрибут calendar.HTMLCalendar)](https://python-all.ru/3/library/calendar.html#calendar.HTMLCalendar.cssclasses) [cssclasses\_weekday\_head (атрибут calendar.HTMLCalendar)](https://python-all.ru/3/library/calendar.html#calendar.HTMLCalendar.cssclasses_weekday_head) [csv](https://python-all.ru/3/library/csv.html#index-0) [модуль](https://python-all.ru/3/library/csv.html#module-csv) [cte (атрибут email.headerregistry.ContentTransferEncodingHeader)](https://python-all.ru/3/library/email.headerregistry.html#email.headerregistry.ContentTransferEncodingHeader.cte) [cte\_type (атрибут email.policy.Policy)](https://python-all.ru/3/library/email.policy.html#email.policy.Policy.cte_type) [ctermid() (в модуле os)](https://python-all.ru/3/library/os.html#os.ctermid) [ctime() (метод datetime.date)](https://python-all.ru/3/library/datetime.html#datetime.date.ctime) [(метод datetime.datetime)](https://python-all.ru/3/library/datetime.html#datetime.datetime.ctime) [(в модуле time)](https://python-all.ru/3/library/time.html#time.ctime) [ctrl() (в модуле curses.ascii)](https://python-all.ru/3/library/curses.ascii.html#curses.ascii.ctrl) [CTRL\_BREAK\_EVENT (в модуле signal)](https://python-all.ru/3/library/signal.html#signal.CTRL_BREAK_EVENT) [CTRL\_C\_EVENT (в модуле signal)](https://python-all.ru/3/library/signal.html#signal.CTRL_C_EVENT) ctypes [модуль](https://python-all.ru/3/library/ctypes.html#module-ctypes) [curdir (в модуле os)](https://python-all.ru/3/library/os.html#os.curdir) [currency() (в модуле locale)](https://python-all.ru/3/library/locale.html#locale.currency) [CURRENT (в модуле tkinter)](https://python-all.ru/3/library/tkinter.html#tkinter.CURRENT) [**текущий контекст**](https://python-all.ru/3/glossary.html#term-current-context) [current() (метод tkinter.ttk.Combobox)](https://python-all.ru/3/library/tkinter.ttk.html#tkinter.ttk.Combobox.current) [current\_process() (в модуле multiprocessing)](https://python-all.ru/3/library/multiprocessing.html#multiprocessing.current_process) [current\_task() (в модуле asyncio)](https://python-all.ru/3/library/asyncio-task.html#asyncio.current_task) [current\_thread() (в модуле threading)](https://python-all.ru/3/library/threading.html#threading.current_thread) [CurrentByteIndex (атрибут xml.parsers.expat.xmlparser)](https://python-all.ru/3/library/pyexpat.html#xml.parsers.expat.xmlparser.CurrentByteIndex) [CurrentColumnNumber (атрибут xml.parsers.expat.xmlparser)](https://python-all.ru/3/library/pyexpat.html#xml.parsers.expat.xmlparser.CurrentColumnNumber) [currentframe() (модуль inspect)](https://python-all.ru/3/library/inspect.html#inspect.currentframe) [CurrentLineNumber (атрибут xml.parsers.expat.xmlparser)](https://python-all.ru/3/library/pyexpat.html#xml.parsers.expat.xmlparser.CurrentLineNumber) [curs\_set() (модуль curses)](https://python-all.ru/3/library/curses.html#curses.curs_set) [curselection() (метод tkinter.Listbox)](https://python-all.ru/3/library/tkinter.html#tkinter.Listbox.curselection) curses [модуль](https://python-all.ru/3/library/curses.html#module-curses) curses.ascii [модуль](https://python-all.ru/3/library/curses.ascii.html#module-curses.ascii) curses.panel [модуль](https://python-all.ru/3/library/curses.panel.html#module-curses.panel) curses.textpad [модуль](https://python-all.ru/3/library/curses.html#module-curses.textpad) CURSES\_CFLAGS [опция командной строки](https://python-all.ru/3/using/configure.html#cmdoption-arg-CURSES_CFLAGS) CURSES\_LIBS [опция командной строки](https://python-all.ru/3/using/configure.html#cmdoption-arg-CURSES_LIBS) [Cursor (класс sqlite3)](https://python-all.ru/3/library/sqlite3.html#sqlite3.Cursor) [cursor() (метод sqlite3.Connection)](https://python-all.ru/3/library/sqlite3.html#sqlite3.Connection.cursor) [cursyncup() (метод curses.window)](https://python-all.ru/3/library/curses.html#curses.window.cursyncup) [Вырезать](https://python-all.ru/3/library/idle.html#index-4) [cutoff (атрибут sys.hash\_info)](https://python-all.ru/3/library/sys.html#sys.hash_info.cutoff) [cwd() (метод ftplib.FTP)](https://python-all.ru/3/library/ftplib.html#ftplib.FTP.cwd) [(метод класса pathlib.Path)](https://python-all.ru/3/library/pathlib.html#pathlib.Path.cwd) [cycle() (модуль itertools)](https://python-all.ru/3/library/itertools.html#itertools.cycle) [CycleError](https://python-all.ru/3/library/graphlib.html#graphlib.CycleError) [**циклический изолят**](https://python-all.ru/3/glossary.html#term-cyclic-isolate) [Циклический избыточный код](https://python-all.ru/3/library/zlib.html#index-0) |
| --- | --- |
