chunk_id stringlengths 36 36 | source stringclasses 35
values | source_url stringlengths 0 290 | upstream_license stringclasses 1
value | document_id stringlengths 36 36 | chunk_index int64 0 324k | retrieved_at stringclasses 2
values | chunker_version stringclasses 4
values | content_hash stringlengths 15 64 | content stringlengths 50 44.7k | namespace stringclasses 9
values | source_name stringclasses 35
values | raw_text stringlengths 50 44.7k | cleaned_text stringlengths 50 44.7k | tags stringclasses 49
values | collection_name stringclasses 11
values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3ea964b9-59c0-4be8-9fa2-d1178fc4a5d0 | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,540 | supabase-export-v2 | eaed5752843b2cc7 | the given searching criteria using the charset argument for the interpretation of strings in the searching criteria. It then returns the numbers of matching messages.
This is an ``IMAP4rev1`` extension command. | trusted_official_docs | CPython Docs | the given searching criteria using the charset argument for the interpretation of strings in the searching criteria. It then returns the numbers of matching messages.
This is an ``IMAP4rev1`` extension command. | the given searching criteria using the charset argument for the interpretation of strings in the searching criteria. It then returns the numbers of matching messages.
This is an ``IMAP4rev1`` extension command. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
44d9558f-78ee-45e0-8edb-35dde7defb72 | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,559 | supabase-export-v2 | 4bac9e3a9558083a | the *charset* argument for the interpretation of strings in the searching criteria. It then returns the matching messages threaded according to the specified threading algorithm.
This is an ``IMAP4rev1`` extension command. | trusted_official_docs | CPython Docs | the *charset* argument for the interpretation of strings in the searching criteria. It then returns the matching messages threaded according to the specified threading algorithm.
This is an ``IMAP4rev1`` extension command. | the *charset* argument for the interpretation of strings in the searching criteria. It then returns the matching messages threaded according to the specified threading algorithm.
This is an ``IMAP4rev1`` extension command. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
45af79f2-cbac-4523-9ec6-010e023b1c55 | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,384 | supabase-export-v2 | 72a23473edaf020f | parameter specifies a timeout in seconds for the connection attempt. If timeout is not given or is ``None``, the global default socket timeout is used.
The :class:`IMAP4` class supports the :keyword:`with` statement. When used
like this, the IMAP4 ``LOGOUT`` command is issued automatically when the
:keyword:`!with` s... | trusted_official_docs | CPython Docs | parameter specifies a timeout in seconds for the connection attempt. If timeout is not given or is ``None``, the global default socket timeout is used.
The :class:`IMAP4` class supports the :keyword:`with` statement. When used
like this, the IMAP4 ``LOGOUT`` command is issued automatically when the
:keyword:`!with` s... | parameter specifies a timeout in seconds for the connection attempt. If timeout is not given or is ``None``, the global default socket timeout is used.
The :class:`IMAP4` class supports the :keyword:`with` statement. When used
like this, the IMAP4 ``LOGOUT`` command is issued automatically when the
:keyword:`!with` s... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
47ecc3a4-b78a-44fd-8f64-843588caa22f | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,433 | supabase-export-v2 | 08dbf91e8ee47cfd | *data* that will be base64 encoded and sent to the server. It should return ``None`` if the client abort response ``*`` should be sent instead.
.. versionchanged:: 3.5
string usernames and passwords are now encoded to ``utf-8`` instead of
being limited to ASCII. | trusted_official_docs | CPython Docs | *data* that will be base64 encoded and sent to the server. It should return ``None`` if the client abort response ``*`` should be sent instead.
.. versionchanged:: 3.5
string usernames and passwords are now encoded to ``utf-8`` instead of
being limited to ASCII. | *data* that will be base64 encoded and sent to the server. It should return ``None`` if the client abort response ``*`` should be sent instead.
.. versionchanged:: 3.5
string usernames and passwords are now encoded to ``utf-8`` instead of
being limited to ASCII. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
561e5a4f-025a-4958-b11b-59c72b51345f | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,549 | supabase-export-v2 | 477bb3a27f1d4525 | messages in mailbox. *command* is specified by section 6.4.6 of :rfc:`2060` as being one of "FLAGS", "+FLAGS", or "-FLAGS", optionally with a suffix of ".SILENT".
For example, to set the delete flag on all messages:: | trusted_official_docs | CPython Docs | messages in mailbox. *command* is specified by section 6.4.6 of :rfc:`2060` as being one of "FLAGS", "+FLAGS", or "-FLAGS", optionally with a suffix of ".SILENT".
For example, to set the delete flag on all messages:: | messages in mailbox. *command* is specified by section 6.4.6 of :rfc:`2060` as being one of "FLAGS", "+FLAGS", or "-FLAGS", optionally with a suffix of ".SILENT".
For example, to set the delete flag on all messages:: | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
571e7375-760d-47be-a715-d815c2e4db0f | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,548 | supabase-export-v2 | 6a25cdead613ba16 | .. method:: IMAP4.store(message_set, command, flag_list)
Alters flag dispositions for messages in mailbox. *command* is specified by
section 6.4.6 of :rfc:`2060` as being one of "FLAGS", "+FLAGS", or "-FLAGS",
optionally with a suffix of ".SILENT". | trusted_official_docs | CPython Docs | .. method:: IMAP4.store(message_set, command, flag_list)
Alters flag dispositions for messages in mailbox. *command* is specified by
section 6.4.6 of :rfc:`2060` as being one of "FLAGS", "+FLAGS", or "-FLAGS",
optionally with a suffix of ".SILENT". | .. method:: IMAP4.store(message_set, command, flag_list)
Alters flag dispositions for messages in mailbox. *command* is specified by
section 6.4.6 of :rfc:`2060` as being one of "FLAGS", "+FLAGS", or "-FLAGS",
optionally with a suffix of ".SILENT". | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
5e2773c4-bce2-4de9-9529-62f077622471 | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,432 | supabase-export-v2 | beb82f95714ef940 | data = authobject(response)
It will be called to process server continuation responses; the *response*
argument it is passed will be ``bytes``. It should return ``bytes`` *data*
that will be base64 encoded and sent to the server. It should return
``None`` if the client abort response ``*`` should be sent instead. | trusted_official_docs | CPython Docs | data = authobject(response)
It will be called to process server continuation responses; the *response*
argument it is passed will be ``bytes``. It should return ``bytes`` *data*
that will be base64 encoded and sent to the server. It should return
``None`` if the client abort response ``*`` should be sent instead. | data = authobject(response)
It will be called to process server continuation responses; the *response*
argument it is passed will be ``bytes``. It should return ``bytes`` *data*
that will be base64 encoded and sent to the server. It should return
``None`` if the client abort response ``*`` should be sent instead. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
5e2bdf52-ab40-4ebd-b782-f413432a0eec | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,465 | supabase-export-v2 | 12967363dd6665a8 | available via iteration. Any leftover responses (those not iterated in the :keyword:`with` context) can be retrieved in the usual way after ``IDLE`` ends, using :meth:`IMAP4.response`.
Responses are represented as ``(type, [data, ...])`` tuples, as described
in :ref:`IMAP4 Objects <imap4-objects>`. | trusted_official_docs | CPython Docs | available via iteration. Any leftover responses (those not iterated in the :keyword:`with` context) can be retrieved in the usual way after ``IDLE`` ends, using :meth:`IMAP4.response`.
Responses are represented as ``(type, [data, ...])`` tuples, as described
in :ref:`IMAP4 Objects <imap4-objects>`. | available via iteration. Any leftover responses (those not iterated in the :keyword:`with` context) can be retrieved in the usual way after ``IDLE`` ends, using :meth:`IMAP4.response`.
Responses are represented as ``(type, [data, ...])`` tuples, as described
in :ref:`IMAP4 Objects <imap4-objects>`. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
5fbba0ee-d16e-4cba-9917-3abada36ed50 | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,415 | supabase-export-v2 | ce2581a1bc3b0c66 | by :func:`time.localtime`), an aware instance of :class:`datetime.datetime`, or a double-quoted string. In the last case, it is assumed to already be in the correct format.
Note that IMAP4 message numbers change as the mailbox changes; in particular,
after an ``EXPUNGE`` command performs deletions the remaining message... | trusted_official_docs | CPython Docs | by :func:`time.localtime`), an aware instance of :class:`datetime.datetime`, or a double-quoted string. In the last case, it is assumed to already be in the correct format.
Note that IMAP4 message numbers change as the mailbox changes; in particular,
after an ``EXPUNGE`` command performs deletions the remaining message... | by :func:`time.localtime`), an aware instance of :class:`datetime.datetime`, or a double-quoted string. In the last case, it is assumed to already be in the correct format.
Note that IMAP4 message numbers change as the mailbox changes; in particular,
after an ``EXPUNGE`` command performs deletions the remaining message... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
6080b73f-6160-47ec-b8f7-85a229055acb | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,399 | supabase-export-v2 | d9704e5eef57ff91 | parameter specifies a timeout in seconds for the connection attempt. If timeout is not given or is ``None``, the global default socket timeout is used.
.. versionchanged:: 3.3
*ssl_context* parameter was added. | trusted_official_docs | CPython Docs | parameter specifies a timeout in seconds for the connection attempt. If timeout is not given or is ``None``, the global default socket timeout is used.
.. versionchanged:: 3.3
*ssl_context* parameter was added. | parameter specifies a timeout in seconds for the connection attempt. If timeout is not given or is ``None``, the global default socket timeout is used.
.. versionchanged:: 3.3
*ssl_context* parameter was added. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
64bcca20-de9f-422d-b33e-5a35f7135c2a | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,518 | supabase-export-v2 | dfef20a20147b4ee | .. method:: IMAP4.search(charset, criterion[, ...])
Search mailbox for matching messages. *charset* may be ``None``, in which case
no ``CHARSET`` will be specified in the request to the server. The IMAP
protocol requires that at least one criterion be specified; an exception will be
raised when the server returns an... | trusted_official_docs | CPython Docs | .. method:: IMAP4.search(charset, criterion[, ...])
Search mailbox for matching messages. *charset* may be ``None``, in which case
no ``CHARSET`` will be specified in the request to the server. The IMAP
protocol requires that at least one criterion be specified; an exception will be
raised when the server returns an... | .. method:: IMAP4.search(charset, criterion[, ...])
Search mailbox for matching messages. *charset* may be ``None``, in which case
no ``CHARSET`` will be specified in the request to the server. The IMAP
protocol requires that at least one criterion be specified; an exception will be
raised when the server returns an... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
6b96ac17-2b63-442f-8887-ba312a98dd3f | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,476 | supabase-export-v2 | 984e5b6c553ecb8e | .. tip::
The ``IDLE`` context's maximum duration, as passed to
:meth:`IMAP4.idle`, is respected when waiting for the first response
in a burst. Therefore, an expired :class:`!Idler` will cause this
generator to return immediately without producing anything. Callers
should consider this if using it in a loop. | trusted_official_docs | CPython Docs | .. tip::
The ``IDLE`` context's maximum duration, as passed to
:meth:`IMAP4.idle`, is respected when waiting for the first response
in a burst. Therefore, an expired :class:`!Idler` will cause this
generator to return immediately without producing anything. Callers
should consider this if using it in a loop. | .. tip::
The ``IDLE`` context's maximum duration, as passed to
:meth:`IMAP4.idle`, is respected when waiting for the first response
in a burst. Therefore, an expired :class:`!Idler` will cause this
generator to return immediately without producing anything. Callers
should consider this if using it in a loop. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
70b1b214-1084-4d1d-bc54-1337302a1ca1 | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,474 | supabase-export-v2 | 74e6b2c8ab2f67ad | .. code-block:: pycon
>>> with M.idle() as idler:
... # get a response and any others following by < 0.1 seconds
... batch = list(idler.burst())
... print(f'processing {len(batch)} responses...')
... print(batch)
... processing 3 responses... [('EXPUNGE', [b'2']), ('EXPUNGE', [b'1']), ('RECENT', [b'0'])] | trusted_official_docs | CPython Docs | .. code-block:: pycon
>>> with M.idle() as idler:
... # get a response and any others following by < 0.1 seconds
... batch = list(idler.burst())
... print(f'processing {len(batch)} responses...')
... print(batch)
... processing 3 responses... [('EXPUNGE', [b'2']), ('EXPUNGE', [b'1']), ('RECENT', [b'0'])] | .. code-block:: pycon
>>> with M.idle() as idler:
... # get a response and any others following by < 0.1 seconds
... batch = list(idler.burst())
... print(f'processing {len(batch)} responses...')
... print(batch)
... processing 3 responses... [('EXPUNGE', [b'2']), ('EXPUNGE', [b'1']), ('RECENT', [b'0'])] | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
7d9b4283-173a-4f0e-84ff-9a460d2b724d | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,463 | supabase-export-v2 | c807dc885815bb39 | Return an :class:`!Idler`: an iterable context manager implementing the IMAP4 ``IDLE`` command as defined in :rfc:`2177`.
The returned object sends the ``IDLE`` command when activated by the
:keyword:`with` statement, produces IMAP untagged responses via the
:term:`iterator` protocol, and sends ``DONE`` upon context ... | trusted_official_docs | CPython Docs | Return an :class:`!Idler`: an iterable context manager implementing the IMAP4 ``IDLE`` command as defined in :rfc:`2177`.
The returned object sends the ``IDLE`` command when activated by the
:keyword:`with` statement, produces IMAP untagged responses via the
:term:`iterator` protocol, and sends ``DONE`` upon context ... | Return an :class:`!Idler`: an iterable context manager implementing the IMAP4 ``IDLE`` command as defined in :rfc:`2177`.
The returned object sends the ``IDLE`` command when activated by the
:keyword:`with` statement, produces IMAP untagged responses via the
:term:`iterator` protocol, and sends ``DONE`` upon context ... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
81970877-6c57-4062-9c57-4c969eefad49 | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,561 | supabase-export-v2 | e1ab4fec3fa85cba | .. method:: IMAP4.uid(command, arg[, ...])
Execute command args with messages identified by UID, rather than message
number. Returns response appropriate to command. At least one argument must be
supplied; if none are provided, the server will return an error and an exception
will be raised. | trusted_official_docs | CPython Docs | .. method:: IMAP4.uid(command, arg[, ...])
Execute command args with messages identified by UID, rather than message
number. Returns response appropriate to command. At least one argument must be
supplied; if none are provided, the server will return an error and an exception
will be raised. | .. method:: IMAP4.uid(command, arg[, ...])
Execute command args with messages identified by UID, rather than message
number. Returns response appropriate to command. At least one argument must be
supplied; if none are provided, the server will return an error and an exception
will be raised. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
8285647a-d0e5-49b1-bbd3-3dc296682cd9 | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,416 | supabase-export-v2 | 5e532a05ea549046 | particular, after an ``EXPUNGE`` command performs deletions the remaining messages are renumbered. So it is highly advisable to use UIDs instead, with the UID command.
At the end of the module, there is a test section that contains a more extensive
example of usage. | trusted_official_docs | CPython Docs | particular, after an ``EXPUNGE`` command performs deletions the remaining messages are renumbered. So it is highly advisable to use UIDs instead, with the UID command.
At the end of the module, there is a test section that contains a more extensive
example of usage. | particular, after an ``EXPUNGE`` command performs deletions the remaining messages are renumbered. So it is highly advisable to use UIDs instead, with the UID command.
At the end of the module, there is a test section that contains a more extensive
example of usage. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
8a67a445-5480-4cdf-967c-aba7ae9cbbe3 | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,493 | supabase-export-v2 | aa9caebe461831fc | .. method:: IMAP4.lsub(directory='""', pattern='*')
List subscribed mailbox names in directory matching pattern. *directory*
defaults to the top level directory and *pattern* defaults to match any mailbox. Returned data are tuples of message part envelope and data. | trusted_official_docs | CPython Docs | .. method:: IMAP4.lsub(directory='""', pattern='*')
List subscribed mailbox names in directory matching pattern. *directory*
defaults to the top level directory and *pattern* defaults to match any mailbox. Returned data are tuples of message part envelope and data. | .. method:: IMAP4.lsub(directory='""', pattern='*')
List subscribed mailbox names in directory matching pattern. *directory*
defaults to the top level directory and *pattern* defaults to match any mailbox. Returned data are tuples of message part envelope and data. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
91ae6ab3-1d52-4d84-ab3a-899a6a0a60ce | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,398 | supabase-export-v2 | a7d83b36898e23c4 | a :class:`ssl.SSLContext` object which allows bundling SSL configuration options, certificates and private keys into a single (potentially long-lived) structure. Please read :ref:`ssl-security` for best practices.
The optional *timeout* parameter specifies a timeout in seconds for the
connection attempt. If timeout is... | trusted_official_docs | CPython Docs | a :class:`ssl.SSLContext` object which allows bundling SSL configuration options, certificates and private keys into a single (potentially long-lived) structure. Please read :ref:`ssl-security` for best practices.
The optional *timeout* parameter specifies a timeout in seconds for the
connection attempt. If timeout is... | a :class:`ssl.SSLContext` object which allows bundling SSL configuration options, certificates and private keys into a single (potentially long-lived) structure. Please read :ref:`ssl-security` for best practices.
The optional *timeout* parameter specifies a timeout in seconds for the
connection attempt. If timeout is... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
9409a21d-bbc7-4dda-b84b-183a5d08d0b3 | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,539 | supabase-export-v2 | 05e719a5fb5769aa | The ``sort`` command is a variant of ``search`` with sorting semantics for the results. Returned data contains a space separated list of matching message numbers.
Sort has two arguments before the *search_criterion* argument(s); a
parenthesized list of *sort_criteria*, and the searching *charset*. Note that
unlike ``... | trusted_official_docs | CPython Docs | The ``sort`` command is a variant of ``search`` with sorting semantics for the results. Returned data contains a space separated list of matching message numbers.
Sort has two arguments before the *search_criterion* argument(s); a
parenthesized list of *sort_criteria*, and the searching *charset*. Note that
unlike ``... | The ``sort`` command is a variant of ``search`` with sorting semantics for the results. Returned data contains a space separated list of matching message numbers.
Sort has two arguments before the *search_criterion* argument(s); a
parenthesized list of *sort_criteria*, and the searching *charset*. Note that
unlike ``... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
940aaf1a-1aa8-45d4-937d-b6c6bf53d313 | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,552 | supabase-export-v2 | 7a0578b548948e50 | .. note::
Creating flags containing ']' (for example: "[test]") violates
:rfc:`3501` (the IMAP protocol). However, imaplib has historically
allowed creation of such tags, and popular IMAP servers, such as Gmail,
accept and produce such flags. There are non-Python programs which also
create such tags. Although it is... | trusted_official_docs | CPython Docs | .. note::
Creating flags containing ']' (for example: "[test]") violates
:rfc:`3501` (the IMAP protocol). However, imaplib has historically
allowed creation of such tags, and popular IMAP servers, such as Gmail,
accept and produce such flags. There are non-Python programs which also
create such tags. Although it is... | .. note::
Creating flags containing ']' (for example: "[test]") violates
:rfc:`3501` (the IMAP protocol). However, imaplib has historically
allowed creation of such tags, and popular IMAP servers, such as Gmail,
accept and produce such flags. There are non-Python programs which also
create such tags. Although it is... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
961699c2-ca07-40ca-9029-0b602b7819dc | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,464 | supabase-export-v2 | 87931eb7ea05650f | object sends the ``IDLE`` command when activated by the :keyword:`with` statement, produces IMAP untagged responses via the :term:`iterator` protocol, and sends ``DONE`` upon context exit.
All untagged responses that arrive after sending the ``IDLE`` command
(including any that arrive before the server acknowledges th... | trusted_official_docs | CPython Docs | object sends the ``IDLE`` command when activated by the :keyword:`with` statement, produces IMAP untagged responses via the :term:`iterator` protocol, and sends ``DONE`` upon context exit.
All untagged responses that arrive after sending the ``IDLE`` command
(including any that arrive before the server acknowledges th... | object sends the ``IDLE`` command when activated by the :keyword:`with` statement, produces IMAP untagged responses via the :term:`iterator` protocol, and sends ``DONE`` upon context exit.
All untagged responses that arrive after sending the ``IDLE`` command
(including any that arrive before the server acknowledges th... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
9bb16f52-3cf8-4af6-9c45-cee4cd4e4085 | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,452 | supabase-export-v2 | fbc1aeb3018756a7 | .. method:: IMAP4.fetch(message_set, message_parts)
Fetch (parts of) messages. *message_parts* should be a string of message part
names enclosed within parentheses, eg: ``"(UID BODY[TEXT])"``. Returned data
are tuples of message part envelope and data. | trusted_official_docs | CPython Docs | .. method:: IMAP4.fetch(message_set, message_parts)
Fetch (parts of) messages. *message_parts* should be a string of message part
names enclosed within parentheses, eg: ``"(UID BODY[TEXT])"``. Returned data
are tuples of message part envelope and data. | .. method:: IMAP4.fetch(message_set, message_parts)
Fetch (parts of) messages. *message_parts* should be a string of message part
names enclosed within parentheses, eg: ``"(UID BODY[TEXT])"``. Returned data
are tuples of message part envelope and data. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
a2140792-2ddf-404c-bf92-8678fb2a9127 | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,488 | supabase-export-v2 | 37fc216a54ca4df6 | Force use of ``CRAM-MD5`` authentication when identifying the client to protect the password. Will only work if the server ``CAPABILITY`` response includes the phrase ``AUTH=CRAM-MD5``.
.. versionchanged:: 3.15
An :exc:`IMAP4.error` is raised if MD5 support is not available. | trusted_official_docs | CPython Docs | Force use of ``CRAM-MD5`` authentication when identifying the client to protect the password. Will only work if the server ``CAPABILITY`` response includes the phrase ``AUTH=CRAM-MD5``.
.. versionchanged:: 3.15
An :exc:`IMAP4.error` is raised if MD5 support is not available. | Force use of ``CRAM-MD5`` authentication when identifying the client to protect the password. Will only work if the server ``CAPABILITY`` response includes the phrase ``AUTH=CRAM-MD5``.
.. versionchanged:: 3.15
An :exc:`IMAP4.error` is raised if MD5 support is not available. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
a9167e6d-f3d1-4998-97a2-a0f21c78e5a4 | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,579 | supabase-export-v2 | 407e093f2b9a1675 | import getpass, imaplib
M = imaplib.IMAP4(host='example.org')
M.login(getpass.getuser(), getpass.getpass())
M.select()
typ, data = M.search(None, 'ALL')
for num in data[0].split():
typ, data = M.fetch(num, '(RFC822)')
print('Message %s\n%s\n' % (num, data[0][1]))
M.close()
M.logout() | trusted_official_docs | CPython Docs | import getpass, imaplib
M = imaplib.IMAP4(host='example.org')
M.login(getpass.getuser(), getpass.getpass())
M.select()
typ, data = M.search(None, 'ALL')
for num in data[0].split():
typ, data = M.fetch(num, '(RFC822)')
print('Message %s\n%s\n' % (num, data[0][1]))
M.close()
M.logout() | import getpass, imaplib
M = imaplib.IMAP4(host='example.org')
M.login(getpass.getuser(), getpass.getpass())
M.select()
typ, data = M.search(None, 'ALL')
for num in data[0].split():
typ, data = M.fetch(num, '(RFC822)')
print('Message %s\n%s\n' % (num, data[0][1]))
M.close()
M.logout() | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
ae211590-9586-4856-93b0-1f114747d54b | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,556 | supabase-export-v2 | 1884667161739e9b | .. method:: IMAP4.thread(threading_algorithm, charset, search_criterion[, ...])
The ``thread`` command is a variant of ``search`` with threading semantics for
the results. Returned data contains a space separated list of thread members. | trusted_official_docs | CPython Docs | .. method:: IMAP4.thread(threading_algorithm, charset, search_criterion[, ...])
The ``thread`` command is a variant of ``search`` with threading semantics for
the results. Returned data contains a space separated list of thread members. | .. method:: IMAP4.thread(threading_algorithm, charset, search_criterion[, ...])
The ``thread`` command is a variant of ``search`` with threading semantics for
the results. Returned data contains a space separated list of thread members. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
b2012231-4cf1-40a7-abdb-184a804fc89f | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,423 | supabase-export-v2 | 9988038388ec6d67 | a tuple. If a tuple, then the first part is the header of the response, and the second part contains the data (ie: 'literal' value).
The *message_set* options to commands below is a string specifying one or more
messages to be acted upon. It may be a simple message number (``'1'``), a range
of message numbers (``'2:4'`... | trusted_official_docs | CPython Docs | a tuple. If a tuple, then the first part is the header of the response, and the second part contains the data (ie: 'literal' value).
The *message_set* options to commands below is a string specifying one or more
messages to be acted upon. It may be a simple message number (``'1'``), a range
of message numbers (``'2:4'`... | a tuple. If a tuple, then the first part is the header of the response, and the second part contains the data (ie: 'literal' value).
The *message_set* options to commands below is a string specifying one or more
messages to be acted upon. It may be a simple message number (``'1'``), a range
of message numbers (``'2:4'`... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
bcf5a0d2-49de-4ebc-87cf-d4f6fad5e1ee | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,424 | supabase-export-v2 | 4a6a8381b70ad589 | numbers (``'2:4'``), or a group of non-contiguous ranges separated by commas (``'1:3,6:9'``). A range can contain an asterisk to indicate an infinite upper bound (``'3:*'``).
An :class:`IMAP4` instance has the following methods: | trusted_official_docs | CPython Docs | numbers (``'2:4'``), or a group of non-contiguous ranges separated by commas (``'1:3,6:9'``). A range can contain an asterisk to indicate an infinite upper bound (``'3:*'``).
An :class:`IMAP4` instance has the following methods: | numbers (``'2:4'``), or a group of non-contiguous ranges separated by commas (``'1:3,6:9'``). A range can contain an asterisk to indicate an infinite upper bound (``'3:*'``).
An :class:`IMAP4` instance has the following methods: | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
bfd893d4-801a-4b19-9530-13e2d361c0d5 | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,450 | supabase-export-v2 | 86f288d8837b52bb | .. method:: IMAP4.expunge()
Permanently remove deleted items from selected mailbox. Generates an ``EXPUNGE``
response for each deleted message. Returned data contains a list of ``EXPUNGE``
message numbers in order received. | trusted_official_docs | CPython Docs | .. method:: IMAP4.expunge()
Permanently remove deleted items from selected mailbox. Generates an ``EXPUNGE``
response for each deleted message. Returned data contains a list of ``EXPUNGE``
message numbers in order received. | .. method:: IMAP4.expunge()
Permanently remove deleted items from selected mailbox. Generates an ``EXPUNGE``
response for each deleted message. Returned data contains a list of ``EXPUNGE``
message numbers in order received. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
cd6c3ff4-a878-44b0-a305-f9079682d01e | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,379 | supabase-export-v2 | d9d2ba9377d2a24c | --------------
This module defines three classes, :class:`IMAP4`, :class:`IMAP4_SSL` and
:class:`IMAP4_stream`, which encapsulate a connection to an IMAP4 server and
implement a large subset of the IMAP4rev1 client protocol as defined in
:rfc:`2060`. It is backward compatible with IMAP4 (:rfc:`1730`) servers, but
note ... | trusted_official_docs | CPython Docs | --------------
This module defines three classes, :class:`IMAP4`, :class:`IMAP4_SSL` and
:class:`IMAP4_stream`, which encapsulate a connection to an IMAP4 server and
implement a large subset of the IMAP4rev1 client protocol as defined in
:rfc:`2060`. It is backward compatible with IMAP4 (:rfc:`1730`) servers, but
note ... | --------------
This module defines three classes, :class:`IMAP4`, :class:`IMAP4_SSL` and
:class:`IMAP4_stream`, which encapsulate a connection to an IMAP4 server and
implement a large subset of the IMAP4rev1 client protocol as defined in
:rfc:`2060`. It is backward compatible with IMAP4 (:rfc:`1730`) servers, but
note ... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
d2c45165-fa56-405f-a856-deacb06940ad | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,483 | supabase-export-v2 | 132ca9f18c0cc548 | .. method:: IMAP4.list([directory[, pattern]])
List mailbox names in *directory* matching *pattern*. *directory* defaults to
the top-level mail folder, and *pattern* defaults to match anything. Returned
data contains a list of ``LIST`` responses. | trusted_official_docs | CPython Docs | .. method:: IMAP4.list([directory[, pattern]])
List mailbox names in *directory* matching *pattern*. *directory* defaults to
the top-level mail folder, and *pattern* defaults to match anything. Returned
data contains a list of ``LIST`` responses. | .. method:: IMAP4.list([directory[, pattern]])
List mailbox names in *directory* matching *pattern*. *directory* defaults to
the top-level mail folder, and *pattern* defaults to match anything. Returned
data contains a list of ``LIST`` responses. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
d590600f-f285-4820-ada3-e926c937d5fc | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,395 | supabase-export-v2 | d82977b512fa388a | This is a sub-class of :exc:`IMAP4.error`. Some other client now has write permission, and the mailbox will need to be re-opened to re-obtain write permission.
There's also a subclass for secure connections: | trusted_official_docs | CPython Docs | This is a sub-class of :exc:`IMAP4.error`. Some other client now has write permission, and the mailbox will need to be re-opened to re-obtain write permission.
There's also a subclass for secure connections: | This is a sub-class of :exc:`IMAP4.error`. Some other client now has write permission, and the mailbox will need to be re-opened to re-obtain write permission.
There's also a subclass for secure connections: | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
de73f4b1-c47a-4c08-b4cf-0b85d154565f | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,397 | supabase-export-v2 | 74cf1b133b724ac6 | .. class:: IMAP4_SSL(host='', port=IMAP4_SSL_PORT, *, ssl_context=None, \ timeout=None)
This is a subclass derived from :class:`IMAP4` that connects over an SSL
encrypted socket (to use this class you need a socket module that was compiled
with SSL support). If *host* is not specified, ``''`` (the local host) is used... | trusted_official_docs | CPython Docs | .. class:: IMAP4_SSL(host='', port=IMAP4_SSL_PORT, *, ssl_context=None, \ timeout=None)
This is a subclass derived from :class:`IMAP4` that connects over an SSL
encrypted socket (to use this class you need a socket module that was compiled
with SSL support). If *host* is not specified, ``''`` (the local host) is used... | .. class:: IMAP4_SSL(host='', port=IMAP4_SSL_PORT, *, ssl_context=None, \ timeout=None)
This is a subclass derived from :class:`IMAP4` that connects over an SSL
encrypted socket (to use this class you need a socket module that was compiled
with SSL support). If *host* is not specified, ``''`` (the local host) is used... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
def02de6-6dc2-45c1-853a-a1a3d953d78e | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,557 | supabase-export-v2 | 44f2cad5093c19b8 | The ``thread`` command is a variant of ``search`` with threading semantics for the results. Returned data contains a space separated list of thread members.
Thread members consist of zero or more messages numbers, delimited by spaces,
indicating successive parent and child. | trusted_official_docs | CPython Docs | The ``thread`` command is a variant of ``search`` with threading semantics for the results. Returned data contains a space separated list of thread members.
Thread members consist of zero or more messages numbers, delimited by spaces,
indicating successive parent and child. | The ``thread`` command is a variant of ``search`` with threading semantics for the results. Returned data contains a space separated list of thread members.
Thread members consist of zero or more messages numbers, delimited by spaces,
indicating successive parent and child. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
df54d9b7-a221-4347-9262-1645f599c878 | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,472 | supabase-export-v2 | a3462abc57d644e5 | processing. It retrieves the next response along with any immediately available subsequent responses. (For example, a rapid series of ``EXPUNGE`` responses after a bulk delete.)
Requires a socket connection; does not work on :class:`IMAP4_stream`
connections. | trusted_official_docs | CPython Docs | processing. It retrieves the next response along with any immediately available subsequent responses. (For example, a rapid series of ``EXPUNGE`` responses after a bulk delete.)
Requires a socket connection; does not work on :class:`IMAP4_stream`
connections. | processing. It retrieves the next response along with any immediately available subsequent responses. (For example, a rapid series of ``EXPUNGE`` responses after a bulk delete.)
Requires a socket connection; does not work on :class:`IMAP4_stream`
connections. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
e3d14c83-0d61-4c12-98db-d48dfd76123b | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,523 | supabase-export-v2 | cae5c89a577de964 | .. method:: IMAP4.select(mailbox='INBOX', readonly=False)
Select a mailbox. Returned data is the count of messages in *mailbox*
(``EXISTS`` response). The default *mailbox* is ``'INBOX'``. If the *readonly*
flag is set, modifications to the mailbox are not allowed. | trusted_official_docs | CPython Docs | .. method:: IMAP4.select(mailbox='INBOX', readonly=False)
Select a mailbox. Returned data is the count of messages in *mailbox*
(``EXISTS`` response). The default *mailbox* is ``'INBOX'``. If the *readonly*
flag is set, modifications to the mailbox are not allowed. | .. method:: IMAP4.select(mailbox='INBOX', readonly=False)
Select a mailbox. Returned data is the count of messages in *mailbox*
(``EXISTS`` response). The default *mailbox* is ``'INBOX'``. If the *readonly*
flag is set, modifications to the mailbox are not allowed. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
e50ef57d-e80a-4479-8889-6b7f62194b5e | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,422 | supabase-export-v2 | 0bad50ed61fb844f | quoted. If you want to avoid having an argument string quoted (eg: the *flags* argument to ``STORE``) then enclose the string in parentheses (eg: ``r'(\Deleted)'``).
Most commands return a tuple: ``(type, [data, ...])`` where *type* is usually
``'OK'`` or ``'NO'``, and *data* is either the text from the command respons... | trusted_official_docs | CPython Docs | quoted. If you want to avoid having an argument string quoted (eg: the *flags* argument to ``STORE``) then enclose the string in parentheses (eg: ``r'(\Deleted)'``).
Most commands return a tuple: ``(type, [data, ...])`` where *type* is usually
``'OK'`` or ``'NO'``, and *data* is either the text from the command respons... | quoted. If you want to avoid having an argument string quoted (eg: the *flags* argument to ``STORE``) then enclose the string in parentheses (eg: ``r'(\Deleted)'``).
Most commands return a tuple: ``(type, [data, ...])`` where *type* is usually
``'OK'`` or ``'NO'``, and *data* is either the text from the command respons... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
eac068b3-b7ff-461f-a961-d88e22e89518 | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,392 | supabase-export-v2 | 9bc68d182c11ba4f | .. exception:: IMAP4.abort
IMAP4 server errors cause this exception to be raised. This is a sub-class of
:exc:`IMAP4.error`. Note that closing the instance and instantiating a new one
will usually allow recovery from this exception. | trusted_official_docs | CPython Docs | .. exception:: IMAP4.abort
IMAP4 server errors cause this exception to be raised. This is a sub-class of
:exc:`IMAP4.error`. Note that closing the instance and instantiating a new one
will usually allow recovery from this exception. | .. exception:: IMAP4.abort
IMAP4 server errors cause this exception to be raised. This is a sub-class of
:exc:`IMAP4.error`. Note that closing the instance and instantiating a new one
will usually allow recovery from this exception. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
f175975c-0857-4bcc-9a74-f636f97e528c | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,478 | supabase-export-v2 | e391f1a4e6747cf9 | .. note::
The iterator returned by :meth:`IMAP4.idle` is usable only within a
:keyword:`with` statement. Before or after that context, unsolicited
responses are collected internally whenever a command finishes, and can
be retrieved with :meth:`IMAP4.response`. | trusted_official_docs | CPython Docs | .. note::
The iterator returned by :meth:`IMAP4.idle` is usable only within a
:keyword:`with` statement. Before or after that context, unsolicited
responses are collected internally whenever a command finishes, and can
be retrieved with :meth:`IMAP4.response`. | .. note::
The iterator returned by :meth:`IMAP4.idle` is usable only within a
:keyword:`with` statement. Before or after that context, unsolicited
responses are collected internally whenever a command finishes, and can
be retrieved with :meth:`IMAP4.response`. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
f252d26c-d72b-458e-97cb-4d5de01edb60 | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,538 | supabase-export-v2 | c5595d809bb30609 | .. method:: IMAP4.sort(sort_criteria, charset, search_criterion[, ...])
The ``sort`` command is a variant of ``search`` with sorting semantics for the
results. Returned data contains a space separated list of matching message
numbers. | trusted_official_docs | CPython Docs | .. method:: IMAP4.sort(sort_criteria, charset, search_criterion[, ...])
The ``sort`` command is a variant of ``search`` with sorting semantics for the
results. Returned data contains a space separated list of matching message
numbers. | .. method:: IMAP4.sort(sort_criteria, charset, search_criterion[, ...])
The ``sort`` command is a variant of ``search`` with sorting semantics for the
results. Returned data contains a space separated list of matching message
numbers. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
f8aadc63-e321-479a-aabc-17ad2615ac66 | CPython Docs | file://datasets/cpython/Doc/library/imaplib.rst | unknown | 664c2bc9-0281-46d5-a4ec-22afd589f5a4 | 18,542 | supabase-export-v2 | bee2e610e0bed571 | .. method:: IMAP4.starttls(ssl_context=None)
Send a ``STARTTLS`` command. The *ssl_context* argument is optional
and should be a :class:`ssl.SSLContext` object. This will enable
encryption on the IMAP connection. Please read :ref:`ssl-security` for
best practices. | trusted_official_docs | CPython Docs | .. method:: IMAP4.starttls(ssl_context=None)
Send a ``STARTTLS`` command. The *ssl_context* argument is optional
and should be a :class:`ssl.SSLContext` object. This will enable
encryption on the IMAP connection. Please read :ref:`ssl-security` for
best practices. | .. method:: IMAP4.starttls(ssl_context=None)
Send a ``STARTTLS`` command. The *ssl_context* argument is optional
and should be a :class:`ssl.SSLContext` object. This will enable
encryption on the IMAP connection. Please read :ref:`ssl-security` for
best practices. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
060defd9-119d-4aab-b68e-e1d101b1b82e | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,754 | supabase-export-v2 | a8aec1c7ede0d081 | is not on the reflection list, the function succeeds but has no effect. Disabling reflection for a key does not affect reflection of any subkeys.
.. audit-event:: winreg.DisableReflectionKey key winreg.DisableReflectionKey | trusted_official_docs | CPython Docs | is not on the reflection list, the function succeeds but has no effect. Disabling reflection for a key does not affect reflection of any subkeys.
.. audit-event:: winreg.DisableReflectionKey key winreg.DisableReflectionKey | is not on the reflection list, the function succeeds but has no effect. Disabling reflection for a key does not affect reflection of any subkeys.
.. audit-event:: winreg.DisableReflectionKey key winreg.DisableReflectionKey | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
09f41a2f-2364-4394-b78c-938648d50a19 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,735 | supabase-export-v2 | 0d767d3968003086 | If the key specified by the *sub_key* parameter does not exist, the SetValue function creates it.
Value lengths are limited by available memory. Long values (more than 2048
bytes) should be stored as files with the filenames stored in the configuration
registry. This helps the registry perform efficiently. | trusted_official_docs | CPython Docs | If the key specified by the *sub_key* parameter does not exist, the SetValue function creates it.
Value lengths are limited by available memory. Long values (more than 2048
bytes) should be stored as files with the filenames stored in the configuration
registry. This helps the registry perform efficiently. | If the key specified by the *sub_key* parameter does not exist, the SetValue function creates it.
Value lengths are limited by available memory. Long values (more than 2048
bytes) should be stored as files with the filenames stored in the configuration
registry. This helps the registry perform efficiently. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
0c23145d-72d9-4460-9476-0fda9c046250 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,834 | supabase-export-v2 | ba1152b582ef6f08 | Registry Handle Objects -----------------------
This object wraps a Windows HKEY object, automatically closing it when the
object is destroyed. To guarantee cleanup, you can call either the
:meth:`~PyHKEY.Close` method on the object, or the :func:`CloseKey` function. | trusted_official_docs | CPython Docs | Registry Handle Objects -----------------------
This object wraps a Windows HKEY object, automatically closing it when the
object is destroyed. To guarantee cleanup, you can call either the
:meth:`~PyHKEY.Close` method on the object, or the :func:`CloseKey` function. | Registry Handle Objects -----------------------
This object wraps a Windows HKEY object, automatically closing it when the
object is destroyed. To guarantee cleanup, you can call either the
:meth:`~PyHKEY.Close` method on the object, or the :func:`CloseKey` function. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
0fbc7c87-fce8-41c8-bed7-bb28a65bda2c | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,841 | supabase-export-v2 | 0e9764e69c5bf548 | compare equal if they both reference the same underlying Windows handle value. Closed handle objects (those with a handle value of zero) always compare equal.
Handle objects can be converted to an integer (e.g., using the built-in
:func:`int` function), in which case the underlying Windows handle value is
returned. You... | trusted_official_docs | CPython Docs | compare equal if they both reference the same underlying Windows handle value. Closed handle objects (those with a handle value of zero) always compare equal.
Handle objects can be converted to an integer (e.g., using the built-in
:func:`int` function), in which case the underlying Windows handle value is
returned. You... | compare equal if they both reference the same underlying Windows handle value. Closed handle objects (those with a handle value of zero) always compare equal.
Handle objects can be converted to an integer (e.g., using the built-in
:func:`int` function), in which case the underlying Windows handle value is
returned. You... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
1bd37c1a-4e08-49e1-9f4a-82a7b16e7a4c | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,733 | supabase-export-v2 | d84098f255ff97e8 | the type of the data. Currently this must be :const:`REG_SZ`, meaning only strings are supported. Use the :func:`SetValueEx` function for support for other data types.
*value* is a string that specifies the new value. | trusted_official_docs | CPython Docs | the type of the data. Currently this must be :const:`REG_SZ`, meaning only strings are supported. Use the :func:`SetValueEx` function for support for other data types.
*value* is a string that specifies the new value. | the type of the data. Currently this must be :const:`REG_SZ`, meaning only strings are supported. Use the :func:`SetValueEx` function for support for other data types.
*value* is a string that specifies the new value. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
223be929-f8b3-46ad-8b1b-3d901a2b5a22 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,616 | supabase-export-v2 | c8867cdf561292f1 | that specifies an access mask that describes the desired security access for the key. Default is :const:`KEY_WRITE`. See :ref:`Access Rights <access-rights>` for other allowed values.
If *key* is one of the predefined keys, *sub_key* may be ``None``. In that
case, the handle returned is the same key handle passed in t... | trusted_official_docs | CPython Docs | that specifies an access mask that describes the desired security access for the key. Default is :const:`KEY_WRITE`. See :ref:`Access Rights <access-rights>` for other allowed values.
If *key* is one of the predefined keys, *sub_key* may be ``None``. In that
case, the handle returned is the same key handle passed in t... | that specifies an access mask that describes the desired security access for the key. Default is :const:`KEY_WRITE`. See :ref:`Access Rights <access-rights>` for other allowed values.
If *key* is one of the predefined keys, *sub_key* may be ``None``. In that
case, the handle returned is the same key handle passed in t... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
23588bde-5850-4920-af6e-6c411577a989 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,679 | supabase-export-v2 | ad8e7a8570a91806 | *key* is an already open key, or one of the predefined :ref:`HKEY_* constants <hkey-constants>`.
It is not necessary to call :func:`FlushKey` to change a key. Registry changes are
flushed to disk by the registry using its lazy flusher. Registry changes are
also flushed to disk at system shutdown. Unlike :func:`CloseK... | trusted_official_docs | CPython Docs | *key* is an already open key, or one of the predefined :ref:`HKEY_* constants <hkey-constants>`.
It is not necessary to call :func:`FlushKey` to change a key. Registry changes are
flushed to disk by the registry using its lazy flusher. Registry changes are
also flushed to disk at system shutdown. Unlike :func:`CloseK... | *key* is an already open key, or one of the predefined :ref:`HKEY_* constants <hkey-constants>`.
It is not necessary to call :func:`FlushKey` to change a key. Registry changes are
flushed to disk by the registry using its lazy flusher. Registry changes are
also flushed to disk at system shutdown. Unlike :func:`CloseK... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
256cc63e-d15f-4278-ad7d-5fecf84672ed | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,713 | supabase-export-v2 | 7b190ee96a57a2f1 | for a key's first value that has a ``NULL`` name. But the underlying API call doesn't return the type, so always use :func:`QueryValueEx` if possible.
.. audit-event:: winreg.QueryValue key,sub_key,value_name winreg.QueryValue | trusted_official_docs | CPython Docs | for a key's first value that has a ``NULL`` name. But the underlying API call doesn't return the type, so always use :func:`QueryValueEx` if possible.
.. audit-event:: winreg.QueryValue key,sub_key,value_name winreg.QueryValue | for a key's first value that has a ``NULL`` name. But the underlying API call doesn't return the type, so always use :func:`QueryValueEx` if possible.
.. audit-event:: winreg.QueryValue key,sub_key,value_name winreg.QueryValue | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
29bcd15c-01f5-432a-8519-d3490c0dccba | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,849 | supabase-export-v2 | e6937150829e3ed9 | handle is not closed. You would call this function when you need the underlying Win32 handle to exist beyond the lifetime of the handle object.
.. audit-event:: winreg.PyHKEY.Detach key winreg.PyHKEY.Detach | trusted_official_docs | CPython Docs | handle is not closed. You would call this function when you need the underlying Win32 handle to exist beyond the lifetime of the handle object.
.. audit-event:: winreg.PyHKEY.Detach key winreg.PyHKEY.Detach | handle is not closed. You would call this function when you need the underlying Win32 handle to exist beyond the lifetime of the handle object.
.. audit-event:: winreg.PyHKEY.Detach key winreg.PyHKEY.Detach | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
3112a56b-b035-42cf-94ca-a8e49358ff62 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,606 | supabase-export-v2 | 83016852f1dd860a | If the key already exists, this function opens the existing key.
The return value is the handle of the opened key. If the function fails, an
:exc:`OSError` exception is raised. | trusted_official_docs | CPython Docs | If the key already exists, this function opens the existing key.
The return value is the handle of the opened key. If the function fails, an
:exc:`OSError` exception is raised. | If the key already exists, this function opens the existing key.
The return value is the handle of the opened key. If the function fails, an
:exc:`OSError` exception is raised. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
32da8622-5020-4ec5-ae3a-0a63a48a7336 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,668 | supabase-export-v2 | 9dd0a29d50b72b7e | The result is a tuple of 3 items:
+-------+--------------------------------------------+
| Index | Meaning |
+=======+============================================+
| ``0`` | A string that identifies the value name |
+-------+--------------------------------------------+
| ``1`` | An object that holds the value dat... | trusted_official_docs | CPython Docs | The result is a tuple of 3 items:
+-------+--------------------------------------------+
| Index | Meaning |
+=======+============================================+
| ``0`` | A string that identifies the value name |
+-------+--------------------------------------------+
| ``1`` | An object that holds the value dat... | The result is a tuple of 3 items:
+-------+--------------------------------------------+
| Index | Meaning |
+=======+============================================+
| ``0`` | A string that identifies the value name |
+-------+--------------------------------------------+
| ``1`` | An object that holds the value dat... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
34db8c8f-b112-4f57-b521-590b5b0e2c83 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,847 | supabase-export-v2 | d32a654e113f1151 | Detaches the Windows handle from the handle object.
The result is an integer that holds the value of the handle before it is
detached. If the handle is already detached or closed, this will return
zero. | trusted_official_docs | CPython Docs | Detaches the Windows handle from the handle object.
The result is an integer that holds the value of the handle before it is
detached. If the handle is already detached or closed, this will return
zero. | Detaches the Windows handle from the handle object.
The result is an integer that holds the value of the handle before it is
detached. If the handle is already detached or closed, this will return
zero. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
3577f24a-8e2d-4fbf-b43f-8cd5aad84ae8 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,627 | supabase-export-v2 | 569bc929e6d145b1 | must be a subkey of the key identified by the *key* parameter. This value must not be ``None``, and the key may not have subkeys.
*This method can not delete keys with subkeys.* | trusted_official_docs | CPython Docs | must be a subkey of the key identified by the *key* parameter. This value must not be ``None``, and the key may not have subkeys.
*This method can not delete keys with subkeys.* | must be a subkey of the key identified by the *key* parameter. This value must not be ``None``, and the key may not have subkeys.
*This method can not delete keys with subkeys.* | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
3666ca84-96ee-483d-8aa1-7b5c12f88df1 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,687 | supabase-export-v2 | fb0a254c33359f51 | This file must have been created with the :func:`SaveKey` function. Under the file allocation table (FAT) file system, the filename may not have an extension.
A call to :func:`LoadKey` fails if the calling process does not have the
:c:data:`!SE_RESTORE_PRIVILEGE` privilege. Note that privileges are different
from per... | trusted_official_docs | CPython Docs | This file must have been created with the :func:`SaveKey` function. Under the file allocation table (FAT) file system, the filename may not have an extension.
A call to :func:`LoadKey` fails if the calling process does not have the
:c:data:`!SE_RESTORE_PRIVILEGE` privilege. Note that privileges are different
from per... | This file must have been created with the :func:`SaveKey` function. Under the file allocation table (FAT) file system, the filename may not have an extension.
A call to :func:`LoadKey` fails if the calling process does not have the
:c:data:`!SE_RESTORE_PRIVILEGE` privilege. Note that privileges are different
from per... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
372a4138-36e1-4e00-a317-5e1ddcad5b96 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,647 | supabase-export-v2 | 0d80ac6bc5c1bbc8 | *sub_key* is a string that names the subkey to delete. If ``None``, deletes all subkeys and values of the specified key.
This function deletes a key and all its descendants. If *sub_key* is
``None``, all subkeys and values of the specified key are deleted. | trusted_official_docs | CPython Docs | *sub_key* is a string that names the subkey to delete. If ``None``, deletes all subkeys and values of the specified key.
This function deletes a key and all its descendants. If *sub_key* is
``None``, all subkeys and values of the specified key are deleted. | *sub_key* is a string that names the subkey to delete. If ``None``, deletes all subkeys and values of the specified key.
This function deletes a key and all its descendants. If *sub_key* is
``None``, all subkeys and values of the specified key are deleted. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
37f9068c-f0a0-445a-afea-3023a429ee89 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,646 | supabase-export-v2 | 5ed3aa2d46788137 | *key* is an already open key, or one of the predefined :ref:`HKEY_* constants <hkey-constants>`.
*sub_key* is a string that names the subkey to delete. If ``None``,
deletes all subkeys and values of the specified key. | trusted_official_docs | CPython Docs | *key* is an already open key, or one of the predefined :ref:`HKEY_* constants <hkey-constants>`.
*sub_key* is a string that names the subkey to delete. If ``None``,
deletes all subkeys and values of the specified key. | *key* is an already open key, or one of the predefined :ref:`HKEY_* constants <hkey-constants>`.
*sub_key* is a string that names the subkey to delete. If ``None``,
deletes all subkeys and values of the specified key. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
383ef13e-44f2-4a2b-8f6b-b1795958ce29 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,615 | supabase-export-v2 | ed74155a03f97071 | *reserved* is a reserved integer, and must be zero. The default is zero.
*access* is an integer that specifies an access mask that describes the desired
security access for the key. Default is :const:`KEY_WRITE`. See
:ref:`Access Rights <access-rights>` for other allowed values. | trusted_official_docs | CPython Docs | *reserved* is a reserved integer, and must be zero. The default is zero.
*access* is an integer that specifies an access mask that describes the desired
security access for the key. Default is :const:`KEY_WRITE`. See
:ref:`Access Rights <access-rights>` for other allowed values. | *reserved* is a reserved integer, and must be zero. The default is zero.
*access* is an integer that specifies an access mask that describes the desired
security access for the key. Default is :const:`KEY_WRITE`. See
:ref:`Access Rights <access-rights>` for other allowed values. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
3deed338-4e5a-470a-b749-830dc4d51e44 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,584 | supabase-export-v2 | 669a7df687f806ae | --------------
These functions expose the Windows registry API to Python. Instead of using an
integer as the registry handle, a :ref:`handle object <handle-object>` is used
to ensure that the handles are closed correctly, even if the programmer neglects
to explicitly close them. | trusted_official_docs | CPython Docs | --------------
These functions expose the Windows registry API to Python. Instead of using an
integer as the registry handle, a :ref:`handle object <handle-object>` is used
to ensure that the handles are closed correctly, even if the programmer neglects
to explicitly close them. | --------------
These functions expose the Windows registry API to Python. Instead of using an
integer as the registry handle, a :ref:`handle object <handle-object>` is used
to ensure that the handles are closed correctly, even if the programmer neglects
to explicitly close them. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
41561696-8325-4c70-a53c-efce2a48d877 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,772 | supabase-export-v2 | 289f936612675e04 | .. data:: HKEY_CLASSES_ROOT
Registry entries subordinate to this key define types (or classes) of
documents and the properties associated with those types. Shell and
COM applications use the information stored under this key. | trusted_official_docs | CPython Docs | .. data:: HKEY_CLASSES_ROOT
Registry entries subordinate to this key define types (or classes) of
documents and the properties associated with those types. Shell and
COM applications use the information stored under this key. | .. data:: HKEY_CLASSES_ROOT
Registry entries subordinate to this key define types (or classes) of
documents and the properties associated with those types. Shell and
COM applications use the information stored under this key. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
4639d869-6a6a-4e7b-a3af-6f4137eb9a0e | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,747 | supabase-export-v2 | c06811a372f102ff | To open the key, use the :func:`CreateKey` or :func:`OpenKey` methods.
Value lengths are limited by available memory. Long values (more than 2048
bytes) should be stored as files with the filenames stored in the configuration
registry. This helps the registry perform efficiently. | trusted_official_docs | CPython Docs | To open the key, use the :func:`CreateKey` or :func:`OpenKey` methods.
Value lengths are limited by available memory. Long values (more than 2048
bytes) should be stored as files with the filenames stored in the configuration
registry. This helps the registry perform efficiently. | To open the key, use the :func:`CreateKey` or :func:`OpenKey` methods.
Value lengths are limited by available memory. Long values (more than 2048
bytes) should be stored as files with the filenames stored in the configuration
registry. This helps the registry perform efficiently. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
4821a50e-9f28-4e72-96d8-4cd6868bfb2f | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,716 | supabase-export-v2 | 40d1378dfd23a7a3 | Retrieves the type and data for a specified value name associated with an open registry key.
*key* is an already open key, or one of the predefined
:ref:`HKEY_* constants <hkey-constants>`. | trusted_official_docs | CPython Docs | Retrieves the type and data for a specified value name associated with an open registry key.
*key* is an already open key, or one of the predefined
:ref:`HKEY_* constants <hkey-constants>`. | Retrieves the type and data for a specified value name associated with an open registry key.
*key* is an already open key, or one of the predefined
:ref:`HKEY_* constants <hkey-constants>`. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
4b77cb7b-8e01-43db-b71e-d22ae8752d87 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,725 | supabase-export-v2 | ae1c2f7786027200 | file cannot already exist. If this filename includes an extension, it cannot be used on file allocation table (FAT) file systems by the :meth:`LoadKey` method.
If *key* represents a key on a remote computer, the path described by
*file_name* is relative to the remote computer. The caller of this method must
possess t... | trusted_official_docs | CPython Docs | file cannot already exist. If this filename includes an extension, it cannot be used on file allocation table (FAT) file systems by the :meth:`LoadKey` method.
If *key* represents a key on a remote computer, the path described by
*file_name* is relative to the remote computer. The caller of this method must
possess t... | file cannot already exist. If this filename includes an extension, it cannot be used on file allocation table (FAT) file systems by the :meth:`LoadKey` method.
If *key* represents a key on a remote computer, the path described by
*file_name* is relative to the remote computer. The caller of this method must
possess t... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
4bda7c7d-eb1e-452e-91c9-ee85e612c966 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,684 | supabase-export-v2 | 590e573545689d30 | Creates a subkey under the specified key and stores registration information from a specified file into that subkey.
*key* is a handle returned by :func:`ConnectRegistry` or one of the constants
:const:`HKEY_USERS` or :const:`HKEY_LOCAL_MACHINE`. | trusted_official_docs | CPython Docs | Creates a subkey under the specified key and stores registration information from a specified file into that subkey.
*key* is a handle returned by :func:`ConnectRegistry` or one of the constants
:const:`HKEY_USERS` or :const:`HKEY_LOCAL_MACHINE`. | Creates a subkey under the specified key and stores registration information from a specified file into that subkey.
*key* is a handle returned by :func:`ConnectRegistry` or one of the constants
:const:`HKEY_USERS` or :const:`HKEY_LOCAL_MACHINE`. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
4c17586c-0c12-4caa-bd98-dded9d9dd25c | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,753 | supabase-export-v2 | fa9be9712b39c35e | Will generally raise :exc:`NotImplementedError` if executed on a 32-bit operating system.
If the key is not on the reflection list, the function succeeds but has no
effect. Disabling reflection for a key does not affect reflection of any
subkeys. | trusted_official_docs | CPython Docs | Will generally raise :exc:`NotImplementedError` if executed on a 32-bit operating system.
If the key is not on the reflection list, the function succeeds but has no
effect. Disabling reflection for a key does not affect reflection of any
subkeys. | Will generally raise :exc:`NotImplementedError` if executed on a 32-bit operating system.
If the key is not on the reflection list, the function succeeds but has no
effect. Disabling reflection for a key does not affect reflection of any
subkeys. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
4e5c541c-d7c4-4af3-a2b3-5fa8b72097fd | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,736 | supabase-export-v2 | bd75d824a0cd976a | Long values (more than 2048 bytes) should be stored as files with the filenames stored in the configuration registry. This helps the registry perform efficiently.
The key identified by the *key* parameter must have been opened with
:const:`KEY_SET_VALUE` access. | trusted_official_docs | CPython Docs | Long values (more than 2048 bytes) should be stored as files with the filenames stored in the configuration registry. This helps the registry perform efficiently.
The key identified by the *key* parameter must have been opened with
:const:`KEY_SET_VALUE` access. | Long values (more than 2048 bytes) should be stored as files with the filenames stored in the configuration registry. This helps the registry perform efficiently.
The key identified by the *key* parameter must have been opened with
:const:`KEY_SET_VALUE` access. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
4eaf4829-5408-4533-b56f-b02a35b649f4 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,748 | supabase-export-v2 | c8bc47250111834f | Long values (more than 2048 bytes) should be stored as files with the filenames stored in the configuration registry. This helps the registry perform efficiently.
.. audit-event:: winreg.SetValue key,sub_key,type,value winreg.SetValueEx | trusted_official_docs | CPython Docs | Long values (more than 2048 bytes) should be stored as files with the filenames stored in the configuration registry. This helps the registry perform efficiently.
.. audit-event:: winreg.SetValue key,sub_key,type,value winreg.SetValueEx | Long values (more than 2048 bytes) should be stored as files with the filenames stored in the configuration registry. This helps the registry perform efficiently.
.. audit-event:: winreg.SetValue key,sub_key,type,value winreg.SetValueEx | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
52240939-3fff-4308-8d57-2ebabb17081d | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,707 | supabase-export-v2 | 8c670860cc2c7fd3 | giving when the key was last | | | modified (if available) as 100's of | | | nanoseconds since Jan 1, 1601. | +-------+---------------------------------------------+
.. audit-event:: winreg.QueryInfoKey key winreg.QueryInfoKey | trusted_official_docs | CPython Docs | giving when the key was last | | | modified (if available) as 100's of | | | nanoseconds since Jan 1, 1601. | +-------+---------------------------------------------+
.. audit-event:: winreg.QueryInfoKey key winreg.QueryInfoKey | giving when the key was last | | | modified (if available) as 100's of | | | nanoseconds since Jan 1, 1601. | +-------+---------------------------------------------+
.. audit-event:: winreg.QueryInfoKey key winreg.QueryInfoKey | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
60f034e2-e802-4c87-b178-cfc21f0104ae | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,637 | supabase-export-v2 | 4d368e3add1e5580 | desired security access for the key. Default is :const:`KEY_WOW64_64KEY`. On 32-bit Windows, the WOW64 constants are ignored. See :ref:`Access Rights <access-rights>` for other allowed values.
*This method can not delete keys with subkeys.* | trusted_official_docs | CPython Docs | desired security access for the key. Default is :const:`KEY_WOW64_64KEY`. On 32-bit Windows, the WOW64 constants are ignored. See :ref:`Access Rights <access-rights>` for other allowed values.
*This method can not delete keys with subkeys.* | desired security access for the key. Default is :const:`KEY_WOW64_64KEY`. On 32-bit Windows, the WOW64 constants are ignored. See :ref:`Access Rights <access-rights>` for other allowed values.
*This method can not delete keys with subkeys.* | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
63de4392-473a-47bb-9308-0980f1a7a861 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,638 | supabase-export-v2 | 75f3f2a45fc9580c | *This method can not delete keys with subkeys.*
If the method succeeds, the entire key, including all of its values, is
removed. If the method fails, an :exc:`OSError` exception is raised. | trusted_official_docs | CPython Docs | *This method can not delete keys with subkeys.*
If the method succeeds, the entire key, including all of its values, is
removed. If the method fails, an :exc:`OSError` exception is raised. | *This method can not delete keys with subkeys.*
If the method succeeds, the entire key, including all of its values, is
removed. If the method fails, an :exc:`OSError` exception is raised. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
64916f39-ad01-4608-9e90-b7e6cf3d02db | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,745 | supabase-export-v2 | 5bf9f23dafc5d910 | *value* is a string that specifies the new value.
This method can also set additional value and type information for the specified
key. The key identified by the key parameter must have been opened with
:const:`KEY_SET_VALUE` access. | trusted_official_docs | CPython Docs | *value* is a string that specifies the new value.
This method can also set additional value and type information for the specified
key. The key identified by the key parameter must have been opened with
:const:`KEY_SET_VALUE` access. | *value* is a string that specifies the new value.
This method can also set additional value and type information for the specified
key. The key identified by the key parameter must have been opened with
:const:`KEY_SET_VALUE` access. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
652bdd26-213d-4339-92df-1013ae74a527 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,595 | supabase-export-v2 | ec57b3650c24cc93 | Establishes a connection to a predefined registry handle on another computer, and returns a :ref:`handle object <handle-object>`.
*computer_name* is the name of the remote computer, of the form
``r"\\computername"``. If ``None``, the local computer is used. | trusted_official_docs | CPython Docs | Establishes a connection to a predefined registry handle on another computer, and returns a :ref:`handle object <handle-object>`.
*computer_name* is the name of the remote computer, of the form
``r"\\computername"``. If ``None``, the local computer is used. | Establishes a connection to a predefined registry handle on another computer, and returns a :ref:`handle object <handle-object>`.
*computer_name* is the name of the remote computer, of the form
``r"\\computername"``. If ``None``, the local computer is used. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
66e78e78-17df-4c94-9622-dc20430cb354 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,711 | supabase-export-v2 | c2e4b75df32afc04 | *key* is an already open key, or one of the predefined :ref:`HKEY_* constants <hkey-constants>`.
*sub_key* is a string that holds the name of the subkey with which the value is
associated. If this parameter is ``None`` or empty, the function retrieves the
value set by the :func:`SetValue` method for the key identifie... | trusted_official_docs | CPython Docs | *key* is an already open key, or one of the predefined :ref:`HKEY_* constants <hkey-constants>`.
*sub_key* is a string that holds the name of the subkey with which the value is
associated. If this parameter is ``None`` or empty, the function retrieves the
value set by the :func:`SetValue` method for the key identifie... | *key* is an already open key, or one of the predefined :ref:`HKEY_* constants <hkey-constants>`.
*sub_key* is a string that holds the name of the subkey with which the value is
associated. If this parameter is ``None`` or empty, the function retrieves the
value set by the :func:`SetValue` method for the key identifie... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
6f3ac943-2aa5-4823-bc78-e009e768f955 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,688 | supabase-export-v2 | a0139c598240fbbc | the calling process does not have the :c:data:`!SE_RESTORE_PRIVILEGE` privilege. Note that privileges are different from permissions -- see the `RegLoadKey documentation <https://msdn.microsoft.com/en-us/library/ms724889%28v=VS.85%29.aspx>`__ for more details.
If *key* is a handle returned by :func:`ConnectRegistry`, t... | trusted_official_docs | CPython Docs | the calling process does not have the :c:data:`!SE_RESTORE_PRIVILEGE` privilege. Note that privileges are different from permissions -- see the `RegLoadKey documentation <https://msdn.microsoft.com/en-us/library/ms724889%28v=VS.85%29.aspx>`__ for more details.
If *key* is a handle returned by :func:`ConnectRegistry`, t... | the calling process does not have the :c:data:`!SE_RESTORE_PRIVILEGE` privilege. Note that privileges are different from permissions -- see the `RegLoadKey documentation <https://msdn.microsoft.com/en-us/library/ms724889%28v=VS.85%29.aspx>`__ for more details.
If *key* is a handle returned by :func:`ConnectRegistry`, t... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
737d988c-3ae5-4dbe-a5a4-64bec1f4c1fa | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,628 | supabase-export-v2 | 1a485f065b2083a2 | *This method can not delete keys with subkeys.*
If the method succeeds, the entire key, including all of its values, is removed. If the method fails, an :exc:`OSError` exception is raised. | trusted_official_docs | CPython Docs | *This method can not delete keys with subkeys.*
If the method succeeds, the entire key, including all of its values, is removed. If the method fails, an :exc:`OSError` exception is raised. | *This method can not delete keys with subkeys.*
If the method succeeds, the entire key, including all of its values, is removed. If the method fails, an :exc:`OSError` exception is raised. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
750d14e8-7d61-4664-94b4-e48b517de825 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,696 | supabase-export-v2 | 3404f06d43631f7b | that specifies an access mask that describes the desired security access for the key. Default is :const:`KEY_READ`. See :ref:`Access Rights <access-rights>` for other allowed values.
The result is a new handle to the specified key. | trusted_official_docs | CPython Docs | that specifies an access mask that describes the desired security access for the key. Default is :const:`KEY_READ`. See :ref:`Access Rights <access-rights>` for other allowed values.
The result is a new handle to the specified key. | that specifies an access mask that describes the desired security access for the key. Default is :const:`KEY_READ`. See :ref:`Access Rights <access-rights>` for other allowed values.
The result is a new handle to the specified key. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
751835fd-12e2-4ea4-8759-dd418868baec | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,686 | supabase-export-v2 | 92875239a381345e | *sub_key* is a string that identifies the subkey to load.
*file_name* is the name of the file to load registry data from. This file must
have been created with the :func:`SaveKey` function. Under the file allocation
table (FAT) file system, the filename may not have an extension. | trusted_official_docs | CPython Docs | *sub_key* is a string that identifies the subkey to load.
*file_name* is the name of the file to load registry data from. This file must
have been created with the :func:`SaveKey` function. Under the file allocation
table (FAT) file system, the filename may not have an extension. | *sub_key* is a string that identifies the subkey to load.
*file_name* is the name of the file to load registry data from. This file must
have been created with the :func:`SaveKey` function. Under the file allocation
table (FAT) file system, the filename may not have an extension. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
77601ab5-9bba-4d21-ad8f-2c2675c86db8 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,848 | supabase-export-v2 | 4127897fbf303738 | an integer that holds the value of the handle before it is detached. If the handle is already detached or closed, this will return zero.
After calling this function, the handle is effectively invalidated, but the
handle is not closed. You would call this function when you need the
underlying Win32 handle to exist bey... | trusted_official_docs | CPython Docs | an integer that holds the value of the handle before it is detached. If the handle is already detached or closed, this will return zero.
After calling this function, the handle is effectively invalidated, but the
handle is not closed. You would call this function when you need the
underlying Win32 handle to exist bey... | an integer that holds the value of the handle before it is detached. If the handle is already detached or closed, this will return zero.
After calling this function, the handle is effectively invalidated, but the
handle is not closed. You would call this function when you need the
underlying Win32 handle to exist bey... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
78232112-ba18-44d7-b9b5-33d092408fc9 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,639 | supabase-export-v2 | a4380395abd4cb01 | If the method succeeds, the entire key, including all of its values, is removed. If the method fails, an :exc:`OSError` exception is raised.
On unsupported Windows versions, :exc:`NotImplementedError` is raised. | trusted_official_docs | CPython Docs | If the method succeeds, the entire key, including all of its values, is removed. If the method fails, an :exc:`OSError` exception is raised.
On unsupported Windows versions, :exc:`NotImplementedError` is raised. | If the method succeeds, the entire key, including all of its values, is removed. If the method fails, an :exc:`OSError` exception is raised.
On unsupported Windows versions, :exc:`NotImplementedError` is raised. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
814103a9-6d68-4e2b-88b1-8a7cd82432be | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,605 | supabase-export-v2 | 1e2621b489d11dcf | one of the predefined keys, *sub_key* may be ``None``. In that case, the handle returned is the same key handle passed in to the function.
If the key already exists, this function opens the existing key. | trusted_official_docs | CPython Docs | one of the predefined keys, *sub_key* may be ``None``. In that case, the handle returned is the same key handle passed in to the function.
If the key already exists, this function opens the existing key. | one of the predefined keys, *sub_key* may be ``None``. In that case, the handle returned is the same key handle passed in to the function.
If the key already exists, this function opens the existing key. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
83d7c184-db50-4459-b0c2-7ecaaf1a1907 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,604 | supabase-export-v2 | 5731b7f169b73398 | *sub_key* is a string that names the key this method opens or creates.
If *key* is one of the predefined keys, *sub_key* may be ``None``. In that
case, the handle returned is the same key handle passed in to the function. | trusted_official_docs | CPython Docs | *sub_key* is a string that names the key this method opens or creates.
If *key* is one of the predefined keys, *sub_key* may be ``None``. In that
case, the handle returned is the same key handle passed in to the function. | *sub_key* is a string that names the key this method opens or creates.
If *key* is one of the predefined keys, *sub_key* may be ``None``. In that
case, the handle returned is the same key handle passed in to the function. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
873af4d3-8adf-4fe0-b3ea-e354a3fd4ae6 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,626 | supabase-export-v2 | b0a9fb496ceb0112 | *key* is an already open key, or one of the predefined :ref:`HKEY_* constants <hkey-constants>`.
*sub_key* is a string that must be a subkey of the key identified by the *key*
parameter. This value must not be ``None``, and the key may not have subkeys. | trusted_official_docs | CPython Docs | *key* is an already open key, or one of the predefined :ref:`HKEY_* constants <hkey-constants>`.
*sub_key* is a string that must be a subkey of the key identified by the *key*
parameter. This value must not be ``None``, and the key may not have subkeys. | *key* is an already open key, or one of the predefined :ref:`HKEY_* constants <hkey-constants>`.
*sub_key* is a string that must be a subkey of the key identified by the *key*
parameter. This value must not be ``None``, and the key may not have subkeys. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
8fd8eaa8-e7ce-41a0-9ca2-63c991d563fd | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,636 | supabase-export-v2 | f51fed9e386361ac | *reserved* is a reserved integer, and must be zero. The default is zero.
*access* is an integer that specifies an access mask that describes the
desired security access for the key. Default is :const:`KEY_WOW64_64KEY`. On 32-bit Windows, the WOW64 constants are ignored. See :ref:`Access Rights <access-rights>` for oth... | trusted_official_docs | CPython Docs | *reserved* is a reserved integer, and must be zero. The default is zero.
*access* is an integer that specifies an access mask that describes the
desired security access for the key. Default is :const:`KEY_WOW64_64KEY`. On 32-bit Windows, the WOW64 constants are ignored. See :ref:`Access Rights <access-rights>` for oth... | *reserved* is a reserved integer, and must be zero. The default is zero.
*access* is an integer that specifies an access mask that describes the
desired security access for the key. Default is :const:`KEY_WOW64_64KEY`. On 32-bit Windows, the WOW64 constants are ignored. See :ref:`Access Rights <access-rights>` for oth... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
954b138f-8f05-4ec4-8136-e28e9663d1e6 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,780 | supabase-export-v2 | 9db3ee6e2d01001c | .. data:: HKEY_PERFORMANCE_DATA
Registry entries subordinate to this key allow you to access
performance data. The data is not actually stored in the registry;
the registry functions cause the system to collect the data from
its source. | trusted_official_docs | CPython Docs | .. data:: HKEY_PERFORMANCE_DATA
Registry entries subordinate to this key allow you to access
performance data. The data is not actually stored in the registry;
the registry functions cause the system to collect the data from
its source. | .. data:: HKEY_PERFORMANCE_DATA
Registry entries subordinate to this key allow you to access
performance data. The data is not actually stored in the registry;
the registry functions cause the system to collect the data from
its source. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
974d822a-2eb0-4a5d-9b87-67230b1f61cf | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,724 | supabase-export-v2 | b09702c9f9c03de7 | *key* is an already open key, or one of the predefined :ref:`HKEY_* constants <hkey-constants>`.
*file_name* is the name of the file to save registry data to. This file
cannot already exist. If this filename includes an extension, it cannot be
used on file allocation table (FAT) file systems by the :meth:`LoadKey`
m... | trusted_official_docs | CPython Docs | *key* is an already open key, or one of the predefined :ref:`HKEY_* constants <hkey-constants>`.
*file_name* is the name of the file to save registry data to. This file
cannot already exist. If this filename includes an extension, it cannot be
used on file allocation table (FAT) file systems by the :meth:`LoadKey`
m... | *key* is an already open key, or one of the predefined :ref:`HKEY_* constants <hkey-constants>`.
*file_name* is the name of the file to save registry data to. This file
cannot already exist. If this filename includes an extension, it cannot be
used on file allocation table (FAT) file systems by the :meth:`LoadKey`
m... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
9d2229f9-0a8d-4d77-80f1-afe1a0149f41 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,732 | supabase-export-v2 | 4c9a148eaaaf41c4 | *sub_key* is a string that names the subkey with which the value is associated.
*type* is an integer that specifies the type of the data. Currently this must be
:const:`REG_SZ`, meaning only strings are supported. Use the :func:`SetValueEx`
function for support for other data types. | trusted_official_docs | CPython Docs | *sub_key* is a string that names the subkey with which the value is associated.
*type* is an integer that specifies the type of the data. Currently this must be
:const:`REG_SZ`, meaning only strings are supported. Use the :func:`SetValueEx`
function for support for other data types. | *sub_key* is a string that names the subkey with which the value is associated.
*type* is an integer that specifies the type of the data. Currently this must be
:const:`REG_SZ`, meaning only strings are supported. Use the :func:`SetValueEx`
function for support for other data types. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
9d5a5535-bcc5-49ae-ad4f-d722aa57823a | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,774 | supabase-export-v2 | e21e1c571aaa1c14 | .. data:: HKEY_CURRENT_USER
Registry entries subordinate to this key define the preferences of
the current user. These preferences include the settings of
environment variables, data about program groups, colors, printers,
network connections, and application preferences. | trusted_official_docs | CPython Docs | .. data:: HKEY_CURRENT_USER
Registry entries subordinate to this key define the preferences of
the current user. These preferences include the settings of
environment variables, data about program groups, colors, printers,
network connections, and application preferences. | .. data:: HKEY_CURRENT_USER
Registry entries subordinate to this key define the preferences of
the current user. These preferences include the settings of
environment variables, data about program groups, colors, printers,
network connections, and application preferences. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
9e60cc40-1c4f-45ed-b45c-cf1604e5bd11 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,854 | supabase-export-v2 | 9ae23c889910e20d | will automatically close *key* when control leaves the :keyword:`with` block.
.. versionchanged:: 3.15
Handle objects are now compared by their underlying Windows handle value
instead of object identity for equality comparisons. | trusted_official_docs | CPython Docs | will automatically close *key* when control leaves the :keyword:`with` block.
.. versionchanged:: 3.15
Handle objects are now compared by their underlying Windows handle value
instead of object identity for equality comparisons. | will automatically close *key* when control leaves the :keyword:`with` block.
.. versionchanged:: 3.15
Handle objects are now compared by their underlying Windows handle value
instead of object identity for equality comparisons. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
9e878185-bc94-4739-8d72-a87563ff0a44 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,695 | supabase-export-v2 | 95131fc15bc85d76 | *reserved* is a reserved integer, and must be zero. The default is zero.
*access* is an integer that specifies an access mask that describes the desired
security access for the key. Default is :const:`KEY_READ`. See :ref:`Access
Rights <access-rights>` for other allowed values. | trusted_official_docs | CPython Docs | *reserved* is a reserved integer, and must be zero. The default is zero.
*access* is an integer that specifies an access mask that describes the desired
security access for the key. Default is :const:`KEY_READ`. See :ref:`Access
Rights <access-rights>` for other allowed values. | *reserved* is a reserved integer, and must be zero. The default is zero.
*access* is an integer that specifies an access mask that describes the desired
security access for the key. Default is :const:`KEY_READ`. See :ref:`Access
Rights <access-rights>` for other allowed values. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
9f312d04-efd5-4d3b-af08-9a988e825774 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,634 | supabase-export-v2 | 552718ccf3282735 | *key* is an already open key, or one of the predefined :ref:`HKEY_* constants <hkey-constants>`.
*sub_key* is a string that must be a subkey of the key identified by the
*key* parameter. This value must not be ``None``, and the key may not have
subkeys. | trusted_official_docs | CPython Docs | *key* is an already open key, or one of the predefined :ref:`HKEY_* constants <hkey-constants>`.
*sub_key* is a string that must be a subkey of the key identified by the
*key* parameter. This value must not be ``None``, and the key may not have
subkeys. | *key* is an already open key, or one of the predefined :ref:`HKEY_* constants <hkey-constants>`.
*sub_key* is a string that must be a subkey of the key identified by the
*key* parameter. This value must not be ``None``, and the key may not have
subkeys. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
9ff0aa5e-1529-450d-8478-aa4d6113c68b | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,840 | supabase-export-v2 | f80ec1f4fc5e6e63 | will print ``Yes`` if the handle is currently valid (has not been closed or detached).
The object also support equality comparison semantics, so handle objects will
compare equal if they both reference the same underlying Windows handle value. Closed handle objects (those with a handle value of zero) always compare equ... | trusted_official_docs | CPython Docs | will print ``Yes`` if the handle is currently valid (has not been closed or detached).
The object also support equality comparison semantics, so handle objects will
compare equal if they both reference the same underlying Windows handle value. Closed handle objects (those with a handle value of zero) always compare equ... | will print ``Yes`` if the handle is currently valid (has not been closed or detached).
The object also support equality comparison semantics, so handle objects will
compare equal if they both reference the same underlying Windows handle value. Closed handle objects (those with a handle value of zero) always compare equ... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
a45b70c7-440e-4978-b872-75632d299d36 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,659 | supabase-export-v2 | 21eed155566df31e | *index* is an integer that identifies the index of the key to retrieve.
The function retrieves the name of one subkey each time it is called. It is
typically called repeatedly until an :exc:`OSError` exception is
raised, indicating, no more values are available. | trusted_official_docs | CPython Docs | *index* is an integer that identifies the index of the key to retrieve.
The function retrieves the name of one subkey each time it is called. It is
typically called repeatedly until an :exc:`OSError` exception is
raised, indicating, no more values are available. | *index* is an integer that identifies the index of the key to retrieve.
The function retrieves the name of one subkey each time it is called. It is
typically called repeatedly until an :exc:`OSError` exception is
raised, indicating, no more values are available. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
a4984550-da10-4b85-9862-187b8bc05064 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,635 | supabase-export-v2 | 44bcdf976e990864 | must be a subkey of the key identified by the *key* parameter. This value must not be ``None``, and the key may not have subkeys.
*reserved* is a reserved integer, and must be zero. The default is zero. | trusted_official_docs | CPython Docs | must be a subkey of the key identified by the *key* parameter. This value must not be ``None``, and the key may not have subkeys.
*reserved* is a reserved integer, and must be zero. The default is zero. | must be a subkey of the key identified by the *key* parameter. This value must not be ``None``, and the key may not have subkeys.
*reserved* is a reserved integer, and must be zero. The default is zero. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
a60cec68-e606-4cd6-b520-1d4f7a42b89a | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,726 | supabase-export-v2 | 7484d0cf4fe31217 | the **SeBackupPrivilege** security privilege. Note that privileges are different than permissions -- see the `Conflicts Between User Rights and Permissions documentation <https://msdn.microsoft.com/en-us/library/ms724878%28v=VS.85%29.aspx>`__ for more details.
This function passes ``NULL`` for *security_attributes* to ... | trusted_official_docs | CPython Docs | the **SeBackupPrivilege** security privilege. Note that privileges are different than permissions -- see the `Conflicts Between User Rights and Permissions documentation <https://msdn.microsoft.com/en-us/library/ms724878%28v=VS.85%29.aspx>`__ for more details.
This function passes ``NULL`` for *security_attributes* to ... | the **SeBackupPrivilege** security privilege. Note that privileges are different than permissions -- see the `Conflicts Between User Rights and Permissions documentation <https://msdn.microsoft.com/en-us/library/ms724878%28v=VS.85%29.aspx>`__ for more details.
This function passes ``NULL`` for *security_attributes* to ... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
ab46a9d0-4932-43c8-a702-e2b126b500cb | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,743 | supabase-export-v2 | 1a29c002a72fd29f | *reserved* can be anything -- zero is always passed to the API.
*type* is an integer that specifies the type of the data. See
:ref:`Value Types <value-types>` for the available types. | trusted_official_docs | CPython Docs | *reserved* can be anything -- zero is always passed to the API.
*type* is an integer that specifies the type of the data. See
:ref:`Value Types <value-types>` for the available types. | *reserved* can be anything -- zero is always passed to the API.
*type* is an integer that specifies the type of the data. See
:ref:`Value Types <value-types>` for the available types. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
b5f09c08-96b3-4784-a8d3-b6a7861c915b | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,837 | supabase-export-v2 | cd2c0f53d99eba7d | All registry functions in this module which accept a handle object also accept an integer, however, use of the handle object is encouraged.
Handle objects provide semantics for :meth:`~object.__bool__` -- thus :: | trusted_official_docs | CPython Docs | All registry functions in this module which accept a handle object also accept an integer, however, use of the handle object is encouraged.
Handle objects provide semantics for :meth:`~object.__bool__` -- thus :: | All registry functions in this module which accept a handle object also accept an integer, however, use of the handle object is encouraged.
Handle objects provide semantics for :meth:`~object.__bool__` -- thus :: | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
b8f29799-5465-4c5e-8782-e45cd965f4eb | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,835 | supabase-export-v2 | 0e8abe0681016290 | automatically closing it when the object is destroyed. To guarantee cleanup, you can call either the :meth:`~PyHKEY.Close` method on the object, or the :func:`CloseKey` function.
All registry functions in this module return one of these objects. | trusted_official_docs | CPython Docs | automatically closing it when the object is destroyed. To guarantee cleanup, you can call either the :meth:`~PyHKEY.Close` method on the object, or the :func:`CloseKey` function.
All registry functions in this module return one of these objects. | automatically closing it when the object is destroyed. To guarantee cleanup, you can call either the :meth:`~PyHKEY.Close` method on the object, or the :func:`CloseKey` function.
All registry functions in this module return one of these objects. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
bbad0012-c6fd-4a5f-abe6-ffcea56f9118 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,706 | supabase-export-v2 | d342e162b76cd0b6 | The result is a tuple of 3 items:
+-------+---------------------------------------------+
| Index | Meaning |
+=======+=============================================+
| ``0`` | An integer giving the number of sub keys |
| | this key has. |
+-------+---------------------------------------------+
| ``1`` | An intege... | trusted_official_docs | CPython Docs | The result is a tuple of 3 items:
+-------+---------------------------------------------+
| Index | Meaning |
+=======+=============================================+
| ``0`` | An integer giving the number of sub keys |
| | this key has. |
+-------+---------------------------------------------+
| ``1`` | An intege... | The result is a tuple of 3 items:
+-------+---------------------------------------------+
| Index | Meaning |
+=======+=============================================+
| ``0`` | An integer giving the number of sub keys |
| | this key has. |
+-------+---------------------------------------------+
| ``1`` | An intege... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
bcee8599-b87f-4cca-8c9e-5458070a0a5a | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,666 | supabase-export-v2 | d70bfa0440f3d54e | *index* is an integer that identifies the index of the value to retrieve.
The function retrieves the name of one subkey each time it is called. It is
typically called repeatedly, until an :exc:`OSError` exception is
raised, indicating no more values. | trusted_official_docs | CPython Docs | *index* is an integer that identifies the index of the value to retrieve.
The function retrieves the name of one subkey each time it is called. It is
typically called repeatedly, until an :exc:`OSError` exception is
raised, indicating no more values. | *index* is an integer that identifies the index of the value to retrieve.
The function retrieves the name of one subkey each time it is called. It is
typically called repeatedly, until an :exc:`OSError` exception is
raised, indicating no more values. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
be04b035-499e-43a2-bd29-f3bbb8eec0a8 | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,720 | supabase-export-v2 | d246871d69b7a652 | ``1`` | An integer giving the registry type for | | | this value (see table in docs for | | | :meth:`SetValueEx`) | +-------+-----------------------------------------+
.. audit-event:: winreg.QueryValue key,sub_key,value_name winreg.QueryValueEx | trusted_official_docs | CPython Docs | ``1`` | An integer giving the registry type for | | | this value (see table in docs for | | | :meth:`SetValueEx`) | +-------+-----------------------------------------+
.. audit-event:: winreg.QueryValue key,sub_key,value_name winreg.QueryValueEx | ``1`` | An integer giving the registry type for | | | this value (see table in docs for | | | :meth:`SetValueEx`) | +-------+-----------------------------------------+
.. audit-event:: winreg.QueryValue key,sub_key,value_name winreg.QueryValueEx | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
c1642828-671e-43a3-8507-acc2d46fc40a | CPython Docs | file://datasets/cpython/Doc/library/winreg.rst | unknown | 41ba3f22-42cc-4c55-a867-dbdfc987c23a | 18,712 | supabase-export-v2 | 2298123470dac1f4 | is associated. If this parameter is ``None`` or empty, the function retrieves the value set by the :func:`SetValue` method for the key identified by *key*.
Values in the registry have name, type, and data components. This method
retrieves the data for a key's first value that has a ``NULL`` name. But the
underlying A... | trusted_official_docs | CPython Docs | is associated. If this parameter is ``None`` or empty, the function retrieves the value set by the :func:`SetValue` method for the key identified by *key*.
Values in the registry have name, type, and data components. This method
retrieves the data for a key's first value that has a ``NULL`` name. But the
underlying A... | is associated. If this parameter is ``None`` or empty, the function retrieves the value set by the :func:`SetValue` method for the key identified by *key*.
Values in the registry have name, type, and data components. This method
retrieves the data for a key's first value that has a ``NULL`` name. But the
underlying A... | python, official-docs, cpython, P0 | Local_Trusted_Corpus |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.