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

---

# Индекс – V

| [v4\_int\_to\_packed() (из модуля ipaddress)](https://python-all.ru/3.7/library/ipaddress.html#ipaddress.v4_int_to_packed) [v6\_int\_to\_packed() (из модуля ipaddress)](https://python-all.ru/3.7/library/ipaddress.html#ipaddress.v6_int_to_packed) [validator() (из модуля wsgiref.validate)](https://python-all.ru/3.7/library/wsgiref.html#wsgiref.validate.validator) значение [параметр default](https://python-all.ru/3.7/reference/compound_stmts.html#index-21) [истинность](https://python-all.ru/3.7/library/stdtypes.html#index-1) [value (атрибут ctypes.\_SimpleCData)](https://python-all.ru/3.7/library/ctypes.html#ctypes._SimpleCData.value) [(атрибут http.cookiejar.Cookie)](https://python-all.ru/3.7/library/http.cookiejar.html#http.cookiejar.Cookie.value) [(атрибут http.cookies.Morsel)](https://python-all.ru/3.7/library/http.cookies.html#http.cookies.Morsel.value) [(атрибут xml.dom.Attr)](https://python-all.ru/3.7/library/xml.dom.html#xml.dom.Attr.value) [значение объекта](https://python-all.ru/3.7/reference/datamodel.html#index-1) [Value() (из модуля multiprocessing)](https://python-all.ru/3.7/library/multiprocessing.html#multiprocessing.Value) [(в модуле multiprocessing.sharedctypes)](https://python-all.ru/3.7/library/multiprocessing.html#multiprocessing.sharedctypes.Value) [(метод multiprocessing.managers.SyncManager)](https://python-all.ru/3.7/library/multiprocessing.html#multiprocessing.managers.SyncManager.Value) [value\_decode() (метод http.cookies.BaseCookie)](https://python-all.ru/3.7/library/http.cookies.html#http.cookies.BaseCookie.value_decode) [value\_encode() (метод http.cookies.BaseCookie)](https://python-all.ru/3.7/library/http.cookies.html#http.cookies.BaseCookie.value_encode) [ValueError](https://python-all.ru/3.7/library/exceptions.html#ValueError) [исключение](https://python-all.ru/3.7/reference/expressions.html#index-70) [valuerefs() (метод weakref.WeakValueDictionary)](https://python-all.ru/3.7/library/weakref.html#weakref.WeakValueDictionary.valuerefs) значения [Булев](https://python-all.ru/3.7/library/stdtypes.html#index-59) [запись](https://python-all.ru/3.7/reference/simple_stmts.html#index-3) [values() (метод contextvars.Context)](https://python-all.ru/3.7/library/contextvars.html#contextvars.Context.values) [(метод dict)](https://python-all.ru/3.7/library/stdtypes.html#dict.values) [(метод email.message.EmailMessage)](https://python-all.ru/3.7/library/email.message.html#email.message.EmailMessage.values) [(метод email.message.Message)](https://python-all.ru/3.7/library/email.compat32-message.html#email.message.Message.values) [(метод mailbox.Mailbox)](https://python-all.ru/3.7/library/mailbox.html#mailbox.Mailbox.values) [(метод types.MappingProxyType)](https://python-all.ru/3.7/library/types.html#types.MappingProxyType.values) [ValuesView (класс collections.abc)](https://python-all.ru/3.7/library/collections.abc.html#collections.abc.ValuesView) [(класс в typing)](https://python-all.ru/3.7/library/typing.html#typing.ValuesView) [var (атрибут contextvars.contextvars.Token.Token)](https://python-all.ru/3.7/library/contextvars.html#contextvars.contextvars.Token.Token.var) переменная [свободная](https://python-all.ru/3.7/reference/executionmodel.html#index-6) [**аннотация переменной**](https://python-all.ru/3.7/glossary.html#term-variable-annotation) [variance() (в модуле statistics)](https://python-all.ru/3.7/library/statistics.html#statistics.variance) [variant (атрибут uuid.UUID)](https://python-all.ru/3.7/library/uuid.html#uuid.UUID.variant) [vars() (встроенная функция)](https://python-all.ru/3.7/library/functions.html#vars) [VBAR (в модуле token)](https://python-all.ru/3.7/library/token.html#token.VBAR) [vbar (атрибут tkinter.scrolledtext.ScrolledText)](https://python-all.ru/3.7/library/tkinter.scrolledtext.html#tkinter.scrolledtext.ScrolledText.vbar) [VBAREQUAL (в модуле token)](https://python-all.ru/3.7/library/token.html#token.VBAREQUAL) [Vec2D (класс в turtle)](https://python-all.ru/3.7/library/turtle.html#turtle.Vec2D) [venv (модуль)](https://python-all.ru/3.7/library/venv.html#module-venv) [VERBOSE (в модуле re)](https://python-all.ru/3.7/library/re.html#re.VERBOSE) [verbose (в модуле tabnanny)](https://python-all.ru/3.7/library/tabnanny.html#tabnanny.verbose) [(в модуле test.support)](https://python-all.ru/3.7/library/test.html#test.support.verbose) [verify() (метод smtplib.SMTP)](https://python-all.ru/3.7/library/smtplib.html#smtplib.SMTP.verify) | [verify\_client\_post\_handshake() (метод ssl.SSLSocket)](https://python-all.ru/3.7/library/ssl.html#ssl.SSLSocket.verify_client_post_handshake) [verify\_code (атрибут ssl.SSLCertVerificationError)](https://python-all.ru/3.7/library/ssl.html#ssl.SSLCertVerificationError.verify_code) [VERIFY\_CRL\_CHECK\_CHAIN (в модуле ssl)](https://python-all.ru/3.7/library/ssl.html#ssl.VERIFY_CRL_CHECK_CHAIN) [VERIFY\_CRL\_CHECK\_LEAF (в модуле ssl)](https://python-all.ru/3.7/library/ssl.html#ssl.VERIFY_CRL_CHECK_LEAF) [VERIFY\_DEFAULT (в модуле ssl)](https://python-all.ru/3.7/library/ssl.html#ssl.VERIFY_DEFAULT) [verify\_flags (атрибут ssl.SSLContext)](https://python-all.ru/3.7/library/ssl.html#ssl.SSLContext.verify_flags) [verify\_message (атрибут ssl.SSLCertVerificationError)](https://python-all.ru/3.7/library/ssl.html#ssl.SSLCertVerificationError.verify_message) [verify\_mode (атрибут ssl.SSLContext)](https://python-all.ru/3.7/library/ssl.html#ssl.SSLContext.verify_mode) [verify\_request() (метод socketserver.BaseServer)](https://python-all.ru/3.7/library/socketserver.html#socketserver.BaseServer.verify_request) [VERIFY\_X509\_STRICT (в модуле ssl)](https://python-all.ru/3.7/library/ssl.html#ssl.VERIFY_X509_STRICT) [VERIFY\_X509\_TRUSTED\_FIRST (в модуле ssl)](https://python-all.ru/3.7/library/ssl.html#ssl.VERIFY_X509_TRUSTED_FIRST) [VerifyFlags (класс в ssl)](https://python-all.ru/3.7/library/ssl.html#ssl.VerifyFlags) [VerifyMode (класс в ssl)](https://python-all.ru/3.7/library/ssl.html#ssl.VerifyMode) [version (атрибут email.headerregistry.MIMEVersionHeader)](https://python-all.ru/3.7/library/email.headerregistry.html#email.headerregistry.MIMEVersionHeader.version) [(атрибут http.client.HTTPResponse)](https://python-all.ru/3.7/library/http.client.html#http.client.HTTPResponse.version) [(атрибут http.cookiejar.Cookie)](https://python-all.ru/3.7/library/http.cookiejar.html#http.cookiejar.Cookie.version) [(в модуле curses)](https://python-all.ru/3.7/library/curses.html#curses.version) [(в модуле marshal)](https://python-all.ru/3.7/library/marshal.html#marshal.version) [(в модуле sqlite3)](https://python-all.ru/3.7/library/sqlite3.html#sqlite3.version) [(в модуле sys)](https://python-all.ru/3.7/c-api/init.html#index-25), [\[1\]](https://python-all.ru/3.7/c-api/init.html#index-28), [\[2\]](https://python-all.ru/3.7/c-api/init.html#index-29), [\[3\]](https://python-all.ru/3.7/library/sys.html#sys.version) [(атрибут ipaddress.IPv4Address)](https://python-all.ru/3.7/library/ipaddress.html#ipaddress.IPv4Address.version) [(атрибут ipaddress.IPv4Network)](https://python-all.ru/3.7/library/ipaddress.html#ipaddress.IPv4Network.version) [(атрибут ipaddress.IPv6Address)](https://python-all.ru/3.7/library/ipaddress.html#ipaddress.IPv6Address.version) [(атрибут ipaddress.IPv6Network)](https://python-all.ru/3.7/library/ipaddress.html#ipaddress.IPv6Network.version) [(атрибут urllib.request.URLopener)](https://python-all.ru/3.7/library/urllib.request.html#urllib.request.URLopener.version) [(атрибут uuid.UUID)](https://python-all.ru/3.7/library/uuid.html#uuid.UUID.version) [version() (в модуле ensurepip)](https://python-all.ru/3.7/library/ensurepip.html#ensurepip.version) [(в модуле platform)](https://python-all.ru/3.7/library/platform.html#platform.version) [(метод ssl.SSLSocket)](https://python-all.ru/3.7/library/ssl.html#ssl.SSLSocket.version) [version\_info (в модуле sqlite3)](https://python-all.ru/3.7/library/sqlite3.html#sqlite3.version_info) [(в модуле sys)](https://python-all.ru/3.7/library/sys.html#sys.version_info) [version\_string() (метод http.server.BaseHTTPRequestHandler)](https://python-all.ru/3.7/library/http.server.html#http.server.BaseHTTPRequestHandler.version_string) [vformat() (метод string.Formatter)](https://python-all.ru/3.7/library/string.html#string.Formatter.vformat) виртуальный [Окружения](https://python-all.ru/3.7/library/venv.html#index-0) [**виртуальное окружение**](https://python-all.ru/3.7/glossary.html#term-virtual-environment) [**виртуальная машина**](https://python-all.ru/3.7/glossary.html#term-virtual-machine) [visit() (метод ast.NodeVisitor)](https://python-all.ru/3.7/library/ast.html#ast.NodeVisitor.visit) [visitproc (тип C)](https://python-all.ru/3.7/c-api/gcsupport.html#c.visitproc) [vline() (метод curses.window)](https://python-all.ru/3.7/library/curses.html#curses.window.vline) [voidcmd() (метод ftplib.FTP)](https://python-all.ru/3.7/library/ftplib.html#ftplib.FTP.voidcmd) [volume (атрибут zipfile.ZipInfo)](https://python-all.ru/3.7/library/zipfile.html#zipfile.ZipInfo.volume) [vonmisesvariate() (в модуле random)](https://python-all.ru/3.7/library/random.html#random.vonmisesvariate) |
| --- | --- |
