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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
28db57aa-142c-4f96-9a2e-8e40a9baa77c | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 576 | supabase-export-v2 | 482da5bc4d589a1a | interpreter package. The exact membership of the collection may vary based on platform, available system libraries, or other criteria. Documentation can be found at :ref:`library-index`.
See also :data:`sys.stdlib_module_names` for a list of all possible
standard library module names. | trusted_official_docs | CPython Docs | interpreter package. The exact membership of the collection may vary based on platform, available system libraries, or other criteria. Documentation can be found at :ref:`library-index`.
See also :data:`sys.stdlib_module_names` for a list of all possible
standard library module names. | interpreter package. The exact membership of the collection may vary based on platform, available system libraries, or other criteria. Documentation can be found at :ref:`library-index`.
See also :data:`sys.stdlib_module_names` for a list of all possible
standard library module names. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
28e17d35-f80c-41f9-8181-57f957688763 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 415 | supabase-export-v2 | 9a8c2427c75588c6 | .. index:: single: generator
generator
A function which returns a :term:`generator iterator`. It looks like a
normal function except that it contains :keyword:`yield` expressions
for producing a series of values usable in a for-loop or that can be
retrieved one at a time with the :func:`next` function. | trusted_official_docs | CPython Docs | .. index:: single: generator
generator
A function which returns a :term:`generator iterator`. It looks like a
normal function except that it contains :keyword:`yield` expressions
for producing a series of values usable in a for-loop or that can be
retrieved one at a time with the :func:`next` function. | .. index:: single: generator
generator
A function which returns a :term:`generator iterator`. It looks like a
normal function except that it contains :keyword:`yield` expressions
for producing a series of values usable in a for-loop or that can be
retrieved one at a time with the :func:`next` function. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
29304c32-977d-46ea-84b0-1ee3af5be51a | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 323 | supabase-export-v2 | 9c6c8cad946d00a2 | try-statements). When the *asynchronous generator iterator* effectively resumes with another awaitable returned by :meth:`~object.__anext__`, it picks up where it left off. See :pep:`492` and :pep:`525`.
asynchronous iterable
An object, that can be used in an :keyword:`async for` statement. Must return an :term:`async... | trusted_official_docs | CPython Docs | try-statements). When the *asynchronous generator iterator* effectively resumes with another awaitable returned by :meth:`~object.__anext__`, it picks up where it left off. See :pep:`492` and :pep:`525`.
asynchronous iterable
An object, that can be used in an :keyword:`async for` statement. Must return an :term:`async... | try-statements). When the *asynchronous generator iterator* effectively resumes with another awaitable returned by :meth:`~object.__anext__`, it picks up where it left off. See :pep:`492` and :pep:`525`.
asynchronous iterable
An object, that can be used in an :keyword:`async for` statement. Must return an :term:`async... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
2a4782b8-2bb1-4ab9-a089-a2b312ac1656 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 375 | supabase-export-v2 | 44f99e6cd261e7fb | concept exists for classes, but is less commonly used there. See the documentation for :ref:`function definitions <function>` and :ref:`class definitions <class>` for more about decorators.
descriptor
Any object which defines the methods :meth:`~object.__get__`,
:meth:`~object.__set__`, or :meth:`~object.__delete__`.... | trusted_official_docs | CPython Docs | concept exists for classes, but is less commonly used there. See the documentation for :ref:`function definitions <function>` and :ref:`class definitions <class>` for more about decorators.
descriptor
Any object which defines the methods :meth:`~object.__get__`,
:meth:`~object.__set__`, or :meth:`~object.__delete__`.... | concept exists for classes, but is less commonly used there. See the documentation for :ref:`function definitions <function>` and :ref:`class definitions <class>` for more about decorators.
descriptor
Any object which defines the methods :meth:`~object.__get__`,
:meth:`~object.__set__`, or :meth:`~object.__delete__`.... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
2c147bbc-c9b3-4392-ae22-8725c735698c | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 440 | supabase-export-v2 | 498442781bf110be | Immortal objects can be identified via :func:`sys._is_immortal`, or via :c:func:`PyUnstable_IsImmortal` in the C API.
immutable
An object with a fixed value. Immutable objects include numbers, strings and
tuples. Such an object cannot be altered. A new object has to
be created if a different value has to be stored. ... | trusted_official_docs | CPython Docs | Immortal objects can be identified via :func:`sys._is_immortal`, or via :c:func:`PyUnstable_IsImmortal` in the C API.
immutable
An object with a fixed value. Immutable objects include numbers, strings and
tuples. Such an object cannot be altered. A new object has to
be created if a different value has to be stored. ... | Immortal objects can be identified via :func:`sys._is_immortal`, or via :c:func:`PyUnstable_IsImmortal` in the C API.
immutable
An object with a fixed value. Immutable objects include numbers, strings and
tuples. Such an object cannot be altered. A new object has to
be created if a different value has to be stored. ... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
2d07a3f7-73d5-4db2-a33b-f8ef713033de | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 346 | supabase-export-v2 | 078b62c5391175d3 | A :term:`function`, and by extension a :term:`method`, is a callable. An instance of a class that implements the :meth:`~object.__call__` method is also a callable.
callback
A subroutine function which is passed as an argument to be executed at
some point in the future. | trusted_official_docs | CPython Docs | A :term:`function`, and by extension a :term:`method`, is a callable. An instance of a class that implements the :meth:`~object.__call__` method is also a callable.
callback
A subroutine function which is passed as an argument to be executed at
some point in the future. | A :term:`function`, and by extension a :term:`method`, is a callable. An instance of a class that implements the :meth:`~object.__call__` method is also a callable.
callback
A subroutine function which is passed as an argument to be executed at
some point in the future. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
2eb0dd2f-b831-4e23-8c18-1cf62f676d8b | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 494 | supabase-export-v2 | 2003bf2a672f9208 | MRO See :term:`method resolution order`.
mutable
An :term:`object` with state that is allowed to change during the course
of the program. In multi-threaded programs, mutable objects that are
shared between threads require careful synchronization to avoid
:term:`race conditions <race condition>`. See also :term:`imm... | trusted_official_docs | CPython Docs | MRO See :term:`method resolution order`.
mutable
An :term:`object` with state that is allowed to change during the course
of the program. In multi-threaded programs, mutable objects that are
shared between threads require careful synchronization to avoid
:term:`race conditions <race condition>`. See also :term:`imm... | MRO See :term:`method resolution order`.
mutable
An :term:`object` with state that is allowed to change during the course
of the program. In multi-threaded programs, mutable objects that are
shared between threads require careful synchronization to avoid
:term:`race conditions <race condition>`. See also :term:`imm... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
2fcc98fc-cb22-45ba-91c8-11417ccba5a0 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 436 | supabase-export-v2 | 3e0b756f4f57756e | are instances of user-defined classes are hashable by default. They all compare unequal (except with themselves), and their hash value is derived from their :func:`id`.
IDLE
An Integrated Development and Learning Environment for Python. :ref:`idle` is a basic editor and interpreter environment
which ships with the st... | trusted_official_docs | CPython Docs | are instances of user-defined classes are hashable by default. They all compare unequal (except with themselves), and their hash value is derived from their :func:`id`.
IDLE
An Integrated Development and Learning Environment for Python. :ref:`idle` is a basic editor and interpreter environment
which ships with the st... | are instances of user-defined classes are hashable by default. They all compare unequal (except with themselves), and their hash value is derived from their :func:`id`.
IDLE
An Integrated Development and Learning Environment for Python. :ref:`idle` is a basic editor and interpreter environment
which ships with the st... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
3027a3aa-7e3d-4485-9e47-a2602a67f822 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 622 | supabase-export-v2 | 78fa6467cc46b3d5 | See :term:`function annotation`, :pep:`484` and :pep:`526`, which describe this functionality. Also see :ref:`annotations-howto` for best practices on working with annotations.
virtual environment
A cooperatively isolated runtime environment that allows Python users
and applications to install and upgrade Python dist... | trusted_official_docs | CPython Docs | See :term:`function annotation`, :pep:`484` and :pep:`526`, which describe this functionality. Also see :ref:`annotations-howto` for best practices on working with annotations.
virtual environment
A cooperatively isolated runtime environment that allows Python users
and applications to install and upgrade Python dist... | See :term:`function annotation`, :pep:`484` and :pep:`526`, which describe this functionality. Also see :ref:`annotations-howto` for best practices on working with annotations.
virtual environment
A cooperatively isolated runtime environment that allows Python users
and applications to install and upgrade Python dist... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
30364733-688d-4e2c-84bb-2f1fe8ad3d63 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 515 | supabase-export-v2 | a7483e4debdcfe17 | (e.g. :mod:`multiprocessing`) or native extensions that release the GIL. In :term:`free-threaded <free threading>` Python, multiple Python threads can run Python code simultaneously on different cores.
parameter
A named entity in a :term:`function` (or method) definition that
specifies an :term:`argument` (or in some... | trusted_official_docs | CPython Docs | (e.g. :mod:`multiprocessing`) or native extensions that release the GIL. In :term:`free-threaded <free threading>` Python, multiple Python threads can run Python code simultaneously on different cores.
parameter
A named entity in a :term:`function` (or method) definition that
specifies an :term:`argument` (or in some... | (e.g. :mod:`multiprocessing`) or native extensions that release the GIL. In :term:`free-threaded <free threading>` Python, multiple Python threads can run Python code simultaneously on different cores.
parameter
A named entity in a :term:`function` (or method) definition that
specifies an :term:`argument` (or in some... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
3244ce19-c790-41a8-bbd5-e892511415b7 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 482 | supabase-export-v2 | 858df285a57a6f63 | An informal synonym for :term:`special method`.
mapping
A container object that supports arbitrary key lookups and implements the
methods specified in the :class:`collections.abc.Mapping` or
:class:`collections.abc.MutableMapping`
:ref:`abstract base classes <collections-abstract-base-classes>`. Examples
include :... | trusted_official_docs | CPython Docs | An informal synonym for :term:`special method`.
mapping
A container object that supports arbitrary key lookups and implements the
methods specified in the :class:`collections.abc.Mapping` or
:class:`collections.abc.MutableMapping`
:ref:`abstract base classes <collections-abstract-base-classes>`. Examples
include :... | An informal synonym for :term:`special method`.
mapping
A container object that supports arbitrary key lookups and implements the
methods specified in the :class:`collections.abc.Mapping` or
:class:`collections.abc.MutableMapping`
:ref:`abstract base classes <collections-abstract-base-classes>`. Examples
include :... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
37887e93-4121-4b50-848b-b7b4597e4ecc | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 365 | supabase-export-v2 | 2a130bdaf72db8a8 | coroutine function may be defined with the :keyword:`async def` statement, and may contain :keyword:`await`, :keyword:`async for`, and :keyword:`async with` keywords. These were introduced by :pep:`492`.
CPython
The canonical implementation of the Python programming language, as
distributed on `python.org <https://ww... | trusted_official_docs | CPython Docs | coroutine function may be defined with the :keyword:`async def` statement, and may contain :keyword:`await`, :keyword:`async for`, and :keyword:`async with` keywords. These were introduced by :pep:`492`.
CPython
The canonical implementation of the Python programming language, as
distributed on `python.org <https://ww... | coroutine function may be defined with the :keyword:`async def` statement, and may contain :keyword:`await`, :keyword:`async for`, and :keyword:`async with` keywords. These were introduced by :pep:`492`.
CPython
The canonical implementation of the Python programming language, as
distributed on `python.org <https://ww... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
37ac6432-1992-49b1-b79d-0c630a894358 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 458 | supabase-export-v2 | 63bf9f020b014c36 | .. impl-detail::
CPython does not consistently apply the requirement that an iterator
define :meth:`~iterator.__iter__`. And also please note that :term:`free-threaded <free threading>`
CPython does not guarantee :term:`thread-safe` behavior of iterator
operations. | trusted_official_docs | CPython Docs | .. impl-detail::
CPython does not consistently apply the requirement that an iterator
define :meth:`~iterator.__iter__`. And also please note that :term:`free-threaded <free threading>`
CPython does not guarantee :term:`thread-safe` behavior of iterator
operations. | .. impl-detail::
CPython does not consistently apply the requirement that an iterator
define :meth:`~iterator.__iter__`. And also please note that :term:`free-threaded <free threading>`
CPython does not guarantee :term:`thread-safe` behavior of iterator
operations. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
37c26423-9ff5-4917-8e53-9ebf00ab7bcc | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 534 | supabase-export-v2 | cbc2072a844180d8 | hook A callable on the :data:`sys.path_hooks` list which returns a :term:`path entry finder` if it knows how to find modules on a specific :term:`path entry`.
path based finder
One of the default :term:`meta path finders <meta path finder>` which
searches an :term:`import path` for modules. | trusted_official_docs | CPython Docs | hook A callable on the :data:`sys.path_hooks` list which returns a :term:`path entry finder` if it knows how to find modules on a specific :term:`path entry`.
path based finder
One of the default :term:`meta path finders <meta path finder>` which
searches an :term:`import path` for modules. | hook A callable on the :data:`sys.path_hooks` list which returns a :term:`path entry finder` if it knows how to find modules on a specific :term:`path entry`.
path based finder
One of the default :term:`meta path finders <meta path finder>` which
searches an :term:`import path` for modules. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
37cc726a-3cbb-4f45-b7fb-12e20dd858d3 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 473 | supabase-export-v2 | 57909a4d2c7c85de | and :class:`list` provide lock-free read operations, which means other threads may observe intermediate states during multi-step modifications even when those modifications hold the :term:`per-object lock`.
loader
An object that loads a module. It must define the :meth:`!exec_module` and :meth:`!create_module` methods... | trusted_official_docs | CPython Docs | and :class:`list` provide lock-free read operations, which means other threads may observe intermediate states during multi-step modifications even when those modifications hold the :term:`per-object lock`.
loader
An object that loads a module. It must define the :meth:`!exec_module` and :meth:`!create_module` methods... | and :class:`list` provide lock-free read operations, which means other threads may observe intermediate states during multi-step modifications even when those modifications hold the :term:`per-object lock`.
loader
An object that loads a module. It must define the :meth:`!exec_module` and :meth:`!create_module` methods... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
37e7a2d1-1517-44ab-8a83-88633856dfb8 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 407 | supabase-export-v2 | 49386853e5a5a4cc | function annotation An :term:`annotation` of a function parameter or return value.
Function annotations are usually used for
:term:`type hints <type hint>`: for example, this function is expected to take two
:class:`int` arguments and is also expected to have an :class:`int`
return value:: | trusted_official_docs | CPython Docs | function annotation An :term:`annotation` of a function parameter or return value.
Function annotations are usually used for
:term:`type hints <type hint>`: for example, this function is expected to take two
:class:`int` arguments and is also expected to have an :class:`int`
return value:: | function annotation An :term:`annotation` of a function parameter or return value.
Function annotations are usually used for
:term:`type hints <type hint>`: for example, this function is expected to take two
:class:`int` arguments and is also expected to have an :class:`int`
return value:: | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
38640a13-e406-4f10-aa86-e12d35a7f5e6 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 578 | supabase-export-v2 | 378d31f55b351c7b | suite (a "block" of code). A statement is either an :term:`expression` or one of several constructs with a keyword, such as :keyword:`if`, :keyword:`while` or :keyword:`for`.
static type checker
An external tool that reads Python code and analyzes it, looking for
issues such as incorrect types. See also :term:`type h... | trusted_official_docs | CPython Docs | suite (a "block" of code). A statement is either an :term:`expression` or one of several constructs with a keyword, such as :keyword:`if`, :keyword:`while` or :keyword:`for`.
static type checker
An external tool that reads Python code and analyzes it, looking for
issues such as incorrect types. See also :term:`type h... | suite (a "block" of code). A statement is either an :term:`expression` or one of several constructs with a keyword, such as :keyword:`if`, :keyword:`while` or :keyword:`for`.
static type checker
An external tool that reads Python code and analyzes it, looking for
issues such as incorrect types. See also :term:`type h... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
38b560d3-6451-4500-b1a6-c26ee7038778 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 466 | supabase-export-v2 | bfcc3ff408381372 | tests for pre-conditions before making calls or lookups. This style contrasts with the :term:`EAFP` approach and is characterized by the presence of many :keyword:`if` statements.
In a multi-threaded environment, the LBYL approach can risk introducing a
:term:`race condition` between "the looking" and "the leaping". F... | trusted_official_docs | CPython Docs | tests for pre-conditions before making calls or lookups. This style contrasts with the :term:`EAFP` approach and is characterized by the presence of many :keyword:`if` statements.
In a multi-threaded environment, the LBYL approach can risk introducing a
:term:`race condition` between "the looking" and "the leaping". F... | tests for pre-conditions before making calls or lookups. This style contrasts with the :term:`EAFP` approach and is characterized by the presence of many :keyword:`if` statements.
In a multi-threaded environment, the LBYL approach can risk introducing a
:term:`race condition` between "the looking" and "the leaping". F... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
39e22d5f-3050-484b-8982-38ae4809396e | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 544 | supabase-export-v2 | 3643f66513d05b72 | the standard library to continue to evolve over time, without locking in problematic design errors for extended periods of time. See :pep:`411` for more details.
provisional package
See :term:`provisional API`. | trusted_official_docs | CPython Docs | the standard library to continue to evolve over time, without locking in problematic design errors for extended periods of time. See :pep:`411` for more details.
provisional package
See :term:`provisional API`. | the standard library to continue to evolve over time, without locking in problematic design errors for extended periods of time. See :pep:`411` for more details.
provisional package
See :term:`provisional API`. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
3b11d0e9-9783-413b-8012-766e08a8dda6 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 385 | supabase-export-v2 | 33ca06e7cdc24eca | that can be called to evaluate a lazily evaluated attribute of an object, such as the value of type aliases created with the :keyword:`type` statement.
expression
A piece of syntax which can be evaluated to some value. In other words,
an expression is an accumulation of expression elements like literals,
names, attr... | trusted_official_docs | CPython Docs | that can be called to evaluate a lazily evaluated attribute of an object, such as the value of type aliases created with the :keyword:`type` statement.
expression
A piece of syntax which can be evaluated to some value. In other words,
an expression is an accumulation of expression elements like literals,
names, attr... | that can be called to evaluate a lazily evaluated attribute of an object, such as the value of type aliases created with the :keyword:`type` statement.
expression
A piece of syntax which can be evaluated to some value. In other words,
an expression is an accumulation of expression elements like literals,
names, attr... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
3b3edb3c-b7b5-493a-bbba-5e22a4e0292b | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 580 | supabase-export-v2 | 0fe0d4159ae9414e | stdlib An abbreviation of :term:`standard library`.
strong reference
In Python's C API, a strong reference is a reference to an object
which is owned by the code holding the reference. The strong
reference is taken by calling :c:func:`Py_INCREF` when the
reference is created and released with :c:func:`Py_DECREF`
w... | trusted_official_docs | CPython Docs | stdlib An abbreviation of :term:`standard library`.
strong reference
In Python's C API, a strong reference is a reference to an object
which is owned by the code holding the reference. The strong
reference is taken by calling :c:func:`Py_INCREF` when the
reference is created and released with :c:func:`Py_DECREF`
w... | stdlib An abbreviation of :term:`standard library`.
strong reference
In Python's C API, a strong reference is a reference to an object
which is owned by the code holding the reference. The strong
reference is taken by calling :c:func:`Py_INCREF` when the
reference is created and released with :c:func:`Py_DECREF`
w... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
3be280d9-6334-46a7-abb2-64a0d4c18939 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 332 | supabase-export-v2 | 2087de17fdef6618 | which is usually referenced by name using dotted expressions. For example, if an object *o* has an attribute *a* it would be referenced as *o.a*.
It is possible to give an object an attribute whose name is not an
identifier as defined by :ref:`identifiers`, for example using
:func:`setattr`, if the object allows it. ... | trusted_official_docs | CPython Docs | which is usually referenced by name using dotted expressions. For example, if an object *o* has an attribute *a* it would be referenced as *o.a*.
It is possible to give an object an attribute whose name is not an
identifier as defined by :ref:`identifiers`, for example using
:func:`setattr`, if the object allows it. ... | which is usually referenced by name using dotted expressions. For example, if an object *o* has an attribute *a* it would be referenced as *o.a*.
It is possible to give an object an attribute whose name is not an
identifier as defined by :ref:`identifiers`, for example using
:func:`setattr`, if the object allows it. ... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
3c370151-39c4-4bf0-b9f5-9dbf3f4d41dd | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 569 | supabase-export-v2 | e0339abcdaf2b0b7 | single dispatch A form of :term:`generic function` dispatch where the implementation is chosen based on the type of a single argument.
slice
An object of type :class:`slice`, used to describe a portion of
a :term:`sequence`. A slice object is created when using the :ref:`slicing <slicings>` form
of :ref:`subscript n... | trusted_official_docs | CPython Docs | single dispatch A form of :term:`generic function` dispatch where the implementation is chosen based on the type of a single argument.
slice
An object of type :class:`slice`, used to describe a portion of
a :term:`sequence`. A slice object is created when using the :ref:`slicing <slicings>` form
of :ref:`subscript n... | single dispatch A form of :term:`generic function` dispatch where the implementation is chosen based on the type of a single argument.
slice
An object of type :class:`slice`, used to describe a portion of
a :term:`sequence`. A slice object is created when using the :ref:`slicing <slicings>` form
of :ref:`subscript n... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
3ce4ced6-9844-41cf-aeb9-08bbe036eec6 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 443 | supabase-export-v2 | 118542e1cf2bf779 | importing The process by which Python code in one module is made available to Python code in another module.
importer
An object that both finds and loads a module; both a
:term:`finder` and :term:`loader` object. | trusted_official_docs | CPython Docs | importing The process by which Python code in one module is made available to Python code in another module.
importer
An object that both finds and loads a module; both a
:term:`finder` and :term:`loader` object. | importing The process by which Python code in one module is made available to Python code in another module.
importer
An object that both finds and loads a module; both a
:term:`finder` and :term:`loader` object. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
3d59a65d-d168-49c3-8ab8-d0b6095bc20f | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 377 | supabase-export-v2 | 5682582cc8c75941 | For more information about descriptors' methods, see :ref:`descriptors` or the :ref:`Descriptor How To Guide <descriptorhowto>`.
dictionary
An associative array, where arbitrary keys are mapped to values. The
keys can be any object with :meth:`~object.__hash__` and
:meth:`~object.__eq__` methods. Called a hash in Pe... | trusted_official_docs | CPython Docs | For more information about descriptors' methods, see :ref:`descriptors` or the :ref:`Descriptor How To Guide <descriptorhowto>`.
dictionary
An associative array, where arbitrary keys are mapped to values. The
keys can be any object with :meth:`~object.__hash__` and
:meth:`~object.__eq__` methods. Called a hash in Pe... | For more information about descriptors' methods, see :ref:`descriptors` or the :ref:`Descriptor How To Guide <descriptorhowto>`.
dictionary
An associative array, where arbitrary keys are mapped to values. The
keys can be any object with :meth:`~object.__hash__` and
:meth:`~object.__eq__` methods. Called a hash in Pe... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
3df9502a-ad23-46db-91c6-fbc25f85271f | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 453 | supabase-export-v2 | 02fb4911bcef9740 | :class:`dict`, :term:`file objects <file object>`, and objects of any classes you define with an :meth:`~object.__iter__` method or with a :meth:`~object.__getitem__` method that implements :term:`sequence` semantics.
Iterables can be
used in a :keyword:`for` loop and in many other places where a sequence is
needed (... | trusted_official_docs | CPython Docs | :class:`dict`, :term:`file objects <file object>`, and objects of any classes you define with an :meth:`~object.__iter__` method or with a :meth:`~object.__getitem__` method that implements :term:`sequence` semantics.
Iterables can be
used in a :keyword:`for` loop and in many other places where a sequence is
needed (... | :class:`dict`, :term:`file objects <file object>`, and objects of any classes you define with an :meth:`~object.__iter__` method or with a :meth:`~object.__getitem__` method that implements :term:`sequence` semantics.
Iterables can be
used in a :keyword:`for` loop and in many other places where a sequence is
needed (... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
3e9ef5a0-0a84-4e8e-bf82-bfd7afb24a79 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 438 | supabase-export-v2 | 464007c86d2b2618 | immortal *Immortal objects* are a CPython implementation detail introduced in :pep:`683`.
If an object is immortal, its :term:`reference count` is never modified,
and therefore it is never deallocated while the interpreter is running. For example, :const:`True` and :const:`None` are immortal in CPython. | trusted_official_docs | CPython Docs | immortal *Immortal objects* are a CPython implementation detail introduced in :pep:`683`.
If an object is immortal, its :term:`reference count` is never modified,
and therefore it is never deallocated while the interpreter is running. For example, :const:`True` and :const:`None` are immortal in CPython. | immortal *Immortal objects* are a CPython implementation detail introduced in :pep:`683`.
If an object is immortal, its :term:`reference count` is never modified,
and therefore it is never deallocated while the interpreter is running. For example, :const:`True` and :const:`None` are immortal in CPython. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
3ea0ba54-23cd-4211-a63e-e29af2dcc84e | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 556 | supabase-export-v2 | b7fccdc1d8f24b44 | but it is a key element of the :term:`CPython` implementation. Programmers can call the :func:`sys.getrefcount` function to return the reference count for a particular object.
In :term:`CPython`, reference counts are not considered to be stable
or well-defined values; the number of references to an object, and how
th... | trusted_official_docs | CPython Docs | but it is a key element of the :term:`CPython` implementation. Programmers can call the :func:`sys.getrefcount` function to return the reference count for a particular object.
In :term:`CPython`, reference counts are not considered to be stable
or well-defined values; the number of references to an object, and how
th... | but it is a key element of the :term:`CPython` implementation. Programmers can call the :func:`sys.getrefcount` function to return the reference count for a particular object.
In :term:`CPython`, reference counts are not considered to be stable
or well-defined values; the number of references to an object, and how
th... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
411ef65b-0c2a-49b3-a4da-9132162d634b | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 369 | supabase-export-v2 | b40130dd88f4af5f | data races can only happen in native code, but that :term:`native code` might be exposed in a Python API. See also :term:`race condition` and :term:`thread-safe`.
deadlock
A situation in which two or more tasks (threads, processes, or coroutines)
wait indefinitely for each other to release resources or complete actio... | trusted_official_docs | CPython Docs | data races can only happen in native code, but that :term:`native code` might be exposed in a Python API. See also :term:`race condition` and :term:`thread-safe`.
deadlock
A situation in which two or more tasks (threads, processes, or coroutines)
wait indefinitely for each other to release resources or complete actio... | data races can only happen in native code, but that :term:`native code` might be exposed in a Python API. See also :term:`race condition` and :term:`thread-safe`.
deadlock
A situation in which two or more tasks (threads, processes, or coroutines)
wait indefinitely for each other to release resources or complete actio... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
415ca7a4-6058-4b58-84dd-3613912889b3 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 444 | supabase-export-v2 | 7c506e92565b41a6 | importer An object that both finds and loads a module; both a :term:`finder` and :term:`loader` object.
index
A numeric value that represents the position of an element in
a :term:`sequence`. | trusted_official_docs | CPython Docs | importer An object that both finds and loads a module; both a :term:`finder` and :term:`loader` object.
index
A numeric value that represents the position of an element in
a :term:`sequence`. | importer An object that both finds and loads a module; both a :term:`finder` and :term:`loader` object.
index
A numeric value that represents the position of an element in
a :term:`sequence`. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
41d148ae-8218-402b-8efd-38292b0f098c | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 454 | supabase-export-v2 | c51a020fa0cb1cf8 | that automatically for you, creating a temporary unnamed variable to hold the iterator for the duration of the loop. See also :term:`iterator`, :term:`sequence`, and :term:`generator`.
iterator
An object representing a stream of data. Repeated calls to the iterator's
:meth:`~iterator.__next__` method (or passing it t... | trusted_official_docs | CPython Docs | that automatically for you, creating a temporary unnamed variable to hold the iterator for the duration of the loop. See also :term:`iterator`, :term:`sequence`, and :term:`generator`.
iterator
An object representing a stream of data. Repeated calls to the iterator's
:meth:`~iterator.__next__` method (or passing it t... | that automatically for you, creating a temporary unnamed variable to hold the iterator for the duration of the loop. See also :term:`iterator`, :term:`sequence`, and :term:`generator`.
iterator
An object representing a stream of data. Repeated calls to the iterator's
:meth:`~iterator.__next__` method (or passing it t... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
4263f100-16c2-4356-af15-898c31f725f2 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 393 | supabase-export-v2 | a225f7375931de6d | encoding must guarantee to successfully decode all bytes below 128. If the file system encoding fails to provide this guarantee, API functions can raise :exc:`UnicodeError`.
The :func:`sys.getfilesystemencoding` and
:func:`sys.getfilesystemencodeerrors` functions can be used to get the
filesystem encoding and error h... | trusted_official_docs | CPython Docs | encoding must guarantee to successfully decode all bytes below 128. If the file system encoding fails to provide this guarantee, API functions can raise :exc:`UnicodeError`.
The :func:`sys.getfilesystemencoding` and
:func:`sys.getfilesystemencodeerrors` functions can be used to get the
filesystem encoding and error h... | encoding must guarantee to successfully decode all bytes below 128. If the file system encoding fails to provide this guarantee, API functions can raise :exc:`UnicodeError`.
The :func:`sys.getfilesystemencoding` and
:func:`sys.getfilesystemencodeerrors` functions can be used to get the
filesystem encoding and error h... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
43be1335-ab84-4260-825f-43a140234314 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 340 | supabase-export-v2 | 604daa237caa1319 | objects can be used for various operations that work with binary data; these include compression, saving to a binary file, and sending over a socket.
Some operations need the binary data to be mutable. The documentation
often refers to these as "read-write bytes-like objects". Example
mutable buffer objects include :... | trusted_official_docs | CPython Docs | objects can be used for various operations that work with binary data; these include compression, saving to a binary file, and sending over a socket.
Some operations need the binary data to be mutable. The documentation
often refers to these as "read-write bytes-like objects". Example
mutable buffer objects include :... | objects can be used for various operations that work with binary data; these include compression, saving to a binary file, and sending over a socket.
Some operations need the binary data to be mutable. The documentation
often refers to these as "read-write bytes-like objects". Example
mutable buffer objects include :... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
444b6a2b-9a5c-4aca-9191-5f8e3e19b8fc | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 343 | supabase-export-v2 | 09925d84d270c28e | A list of bytecode instructions can be found in the documentation for :ref:`the dis module <bytecodes>`.
callable
A callable is an object that can be called, possibly with a set
of arguments (see :term:`argument`), with the following syntax:: | trusted_official_docs | CPython Docs | A list of bytecode instructions can be found in the documentation for :ref:`the dis module <bytecodes>`.
callable
A callable is an object that can be called, possibly with a set
of arguments (see :term:`argument`), with the following syntax:: | A list of bytecode instructions can be found in the documentation for :ref:`the dis module <bytecodes>`.
callable
A callable is an object that can be called, possibly with a set
of arguments (see :term:`argument`), with the following syntax:: | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
45ea6180-6506-4b9e-adc4-110ab6cf8de4 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 435 | supabase-export-v2 | fd2376dec8d52875 | Hashability makes an object usable as a dictionary key and a set member, because these data structures use the hash value internally.
Most of Python's immutable built-in objects are hashable; mutable
containers (such as lists or dictionaries) are not; immutable
containers (such as tuples and frozensets) are only hash... | trusted_official_docs | CPython Docs | Hashability makes an object usable as a dictionary key and a set member, because these data structures use the hash value internally.
Most of Python's immutable built-in objects are hashable; mutable
containers (such as lists or dictionaries) are not; immutable
containers (such as tuples and frozensets) are only hash... | Hashability makes an object usable as a dictionary key and a set member, because these data structures use the hash value internally.
Most of Python's immutable built-in objects are hashable; mutable
containers (such as lists or dictionaries) are not; immutable
containers (such as tuples and frozensets) are only hash... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
4642e439-7e4d-4228-8269-a3f409b9bef8 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 533 | supabase-export-v2 | c9e650a8e98dc0c9 | See :class:`importlib.abc.PathEntryFinder` for the methods that path entry finders implement.
path entry hook
A callable on the :data:`sys.path_hooks` list which returns a :term:`path
entry finder` if it knows how to find modules on a specific :term:`path
entry`. | trusted_official_docs | CPython Docs | See :class:`importlib.abc.PathEntryFinder` for the methods that path entry finders implement.
path entry hook
A callable on the :data:`sys.path_hooks` list which returns a :term:`path
entry finder` if it knows how to find modules on a specific :term:`path
entry`. | See :class:`importlib.abc.PathEntryFinder` for the methods that path entry finders implement.
path entry hook
A callable on the :data:`sys.path_hooks` list which returns a :term:`path
entry finder` if it knows how to find modules on a specific :term:`path
entry`. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
46c60ad0-d97d-4e7e-92c4-74b0d54734cc | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 499 | supabase-export-v2 | 0ef98dcab2b8382b | or with the factory function :func:`collections.namedtuple`. The latter techniques also add some extra methods that may not be found in hand-written or built-in named tuples.
namespace
The place where a variable is stored. Namespaces are implemented as
dictionaries. There are the local, global and built-in namespaces... | trusted_official_docs | CPython Docs | or with the factory function :func:`collections.namedtuple`. The latter techniques also add some extra methods that may not be found in hand-written or built-in named tuples.
namespace
The place where a variable is stored. Namespaces are implemented as
dictionaries. There are the local, global and built-in namespaces... | or with the factory function :func:`collections.namedtuple`. The latter techniques also add some extra methods that may not be found in hand-written or built-in named tuples.
namespace
The place where a variable is stored. Namespaces are implemented as
dictionaries. There are the local, global and built-in namespaces... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
4ad4b48c-d3fe-43b4-ae7f-6a287d52826d | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 394 | supabase-export-v2 | a5ef37378727f5b4 | The :func:`sys.getfilesystemencoding` and :func:`sys.getfilesystemencodeerrors` functions can be used to get the filesystem encoding and error handler.
The :term:`filesystem encoding and error handler` are configured at
Python startup by the :c:func:`PyConfig_Read` function: see
:c:member:`~PyConfig.filesystem_encodi... | trusted_official_docs | CPython Docs | The :func:`sys.getfilesystemencoding` and :func:`sys.getfilesystemencodeerrors` functions can be used to get the filesystem encoding and error handler.
The :term:`filesystem encoding and error handler` are configured at
Python startup by the :c:func:`PyConfig_Read` function: see
:c:member:`~PyConfig.filesystem_encodi... | The :func:`sys.getfilesystemencoding` and :func:`sys.getfilesystemencodeerrors` functions can be used to get the filesystem encoding and error handler.
The :term:`filesystem encoding and error handler` are configured at
Python startup by the :c:func:`PyConfig_Read` function: see
:c:member:`~PyConfig.filesystem_encodi... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
4b264330-c42a-4128-b86f-20322b9db53d | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 495 | supabase-export-v2 | a3b191bfb79aa9d5 | multi-threaded programs, mutable objects that are shared between threads require careful synchronization to avoid :term:`race conditions <race condition>`. See also :term:`immutable`, :term:`thread-safe`, and :term:`concurrent modification`.
named tuple
The term "named tuple" applies to any type or class that inherits... | trusted_official_docs | CPython Docs | multi-threaded programs, mutable objects that are shared between threads require careful synchronization to avoid :term:`race conditions <race condition>`. See also :term:`immutable`, :term:`thread-safe`, and :term:`concurrent modification`.
named tuple
The term "named tuple" applies to any type or class that inherits... | multi-threaded programs, mutable objects that are shared between threads require careful synchronization to avoid :term:`race conditions <race condition>`. See also :term:`immutable`, :term:`thread-safe`, and :term:`concurrent modification`.
named tuple
The term "named tuple" applies to any type or class that inherits... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
4b9c1669-3d25-4050-a6a4-8c2d85e2174f | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 419 | supabase-export-v2 | 3d18bc86a4989f0a | and pending try-statements). When the *generator iterator* resumes, it picks up where it left off (in contrast to functions which start fresh on every invocation).
.. index:: single: generator expression | trusted_official_docs | CPython Docs | and pending try-statements). When the *generator iterator* resumes, it picks up where it left off (in contrast to functions which start fresh on every invocation).
.. index:: single: generator expression | and pending try-statements). When the *generator iterator* resumes, it picks up where it left off (in contrast to functions which start fresh on every invocation).
.. index:: single: generator expression | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
4bf6c4c6-0c08-4a3a-8f2e-427192a8a561 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 485 | supabase-export-v2 | a5ce7e4eec3e43f1 | See :class:`importlib.abc.MetaPathFinder` for the methods that meta path finders implement.
metaclass
The class of a class. Class definitions create a class name, a class
dictionary, and a list of base classes. The metaclass is responsible for
taking those three arguments and creating the class. Most object oriented... | trusted_official_docs | CPython Docs | See :class:`importlib.abc.MetaPathFinder` for the methods that meta path finders implement.
metaclass
The class of a class. Class definitions create a class name, a class
dictionary, and a list of base classes. The metaclass is responsible for
taking those three arguments and creating the class. Most object oriented... | See :class:`importlib.abc.MetaPathFinder` for the methods that meta path finders implement.
metaclass
The class of a class. Class definitions create a class name, a class
dictionary, and a list of base classes. The metaclass is responsible for
taking those three arguments and creating the class. Most object oriented... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
4cf28ab2-47ca-49c0-b42d-e768710dd940 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 476 | supabase-export-v2 | 4383403e4e7f1568 | locale encoding On Unix, it is the encoding of the LC_CTYPE locale. It can be set with :func:`locale.setlocale(locale.LC_CTYPE, new_locale) <locale.setlocale>`.
On Windows, it is the ANSI code page (ex: ``"cp1252"``). | trusted_official_docs | CPython Docs | locale encoding On Unix, it is the encoding of the LC_CTYPE locale. It can be set with :func:`locale.setlocale(locale.LC_CTYPE, new_locale) <locale.setlocale>`.
On Windows, it is the ANSI code page (ex: ``"cp1252"``). | locale encoding On Unix, it is the encoding of the LC_CTYPE locale. It can be set with :func:`locale.setlocale(locale.LC_CTYPE, new_locale) <locale.setlocale>`.
On Windows, it is the ANSI code page (ex: ``"cp1252"``). | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
4dd06bf6-d72a-40ff-8748-98c0032f487e | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 523 | supabase-export-v2 | 7a187dc9b381a119 | a single var-positional parameter or bare ``*`` in the parameter list of the function definition before them, for example *kw_only1* and *kw_only2* in the following::
def func(arg, *, kw_only1, kw_only2): ... | trusted_official_docs | CPython Docs | a single var-positional parameter or bare ``*`` in the parameter list of the function definition before them, for example *kw_only1* and *kw_only2* in the following::
def func(arg, *, kw_only1, kw_only2): ... | a single var-positional parameter or bare ``*`` in the parameter list of the function definition before them, for example *kw_only1* and *kw_only2* in the following::
def func(arg, *, kw_only1, kw_only2): ... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
4e4002b8-04b7-4134-8193-b127bf7c5be8 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 500 | supabase-export-v2 | 032711f0a0efb064 | module implements a function. For instance, writing :func:`random.seed` or :func:`itertools.islice` makes it clear that those functions are implemented by the :mod:`random` and :mod:`itertools` modules, respectively.
namespace package
A :term:`package` which serves only as a container for subpackages. Namespace packag... | trusted_official_docs | CPython Docs | module implements a function. For instance, writing :func:`random.seed` or :func:`itertools.islice` makes it clear that those functions are implemented by the :mod:`random` and :mod:`itertools` modules, respectively.
namespace package
A :term:`package` which serves only as a container for subpackages. Namespace packag... | module implements a function. For instance, writing :func:`random.seed` or :func:`itertools.islice` makes it clear that those functions are implemented by the :mod:`random` and :mod:`itertools` modules, respectively.
namespace package
A :term:`package` which serves only as a container for subpackages. Namespace packag... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
51be280d-305c-48ca-8cd9-0515cecf92b5 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 570 | supabase-export-v2 | c59a587ece3afd50 | :term:`sequence`. A slice object is created when using the :ref:`slicing <slicings>` form of :ref:`subscript notation <subscriptions>`, with colons inside square brackets, such as in ``variable_name[1:3:5]``.
soft deprecated
A soft deprecated API should not be used in new code,
but it is safe for already existing cod... | trusted_official_docs | CPython Docs | :term:`sequence`. A slice object is created when using the :ref:`slicing <slicings>` form of :ref:`subscript notation <subscriptions>`, with colons inside square brackets, such as in ``variable_name[1:3:5]``.
soft deprecated
A soft deprecated API should not be used in new code,
but it is safe for already existing cod... | :term:`sequence`. A slice object is created when using the :ref:`slicing <slicings>` form of :ref:`subscript notation <subscriptions>`, with colons inside square brackets, such as in ``variable_name[1:3:5]``.
soft deprecated
A soft deprecated API should not be used in new code,
but it is safe for already existing cod... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
51e208e4-abbf-458a-9d10-b27b83589b9a | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 571 | supabase-export-v2 | 84ebb2331f773061 | new code, but it is safe for already existing code to use it. The API remains documented and tested, but will not be enhanced further.
Soft deprecation, unlike normal deprecation, does not plan on removing the API
and will not emit warnings. | trusted_official_docs | CPython Docs | new code, but it is safe for already existing code to use it. The API remains documented and tested, but will not be enhanced further.
Soft deprecation, unlike normal deprecation, does not plan on removing the API
and will not emit warnings. | new code, but it is safe for already existing code to use it. The API remains documented and tested, but will not be enhanced further.
Soft deprecation, unlike normal deprecation, does not plan on removing the API
and will not emit warnings. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
5254f883-b2c0-42ed-9b2e-1bf0417a5a9b | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 545 | supabase-export-v2 | d3b27af31aef4c0b | provisional package See :term:`provisional API`.
Python 3000
Nickname for the Python 3.x release line (coined long ago when the
release of version 3 was something in the distant future.) This is also
abbreviated "Py3k". | trusted_official_docs | CPython Docs | provisional package See :term:`provisional API`.
Python 3000
Nickname for the Python 3.x release line (coined long ago when the
release of version 3 was something in the distant future.) This is also
abbreviated "Py3k". | provisional package See :term:`provisional API`.
Python 3000
Nickname for the Python 3.x release line (coined long ago when the
release of version 3 was something in the distant future.) This is also
abbreviated "Py3k". | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
5258bd09-73d2-44ac-829b-703e1e315948 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 318 | supabase-export-v2 | 4d309636e974a32b | a coroutine function defined with :keyword:`async def` except that it contains :keyword:`yield` expressions for producing a series of values usable in an :keyword:`async for` loop.
Usually refers to an asynchronous generator function, but may refer to an
*asynchronous generator iterator* in some contexts. In cases whe... | trusted_official_docs | CPython Docs | a coroutine function defined with :keyword:`async def` except that it contains :keyword:`yield` expressions for producing a series of values usable in an :keyword:`async for` loop.
Usually refers to an asynchronous generator function, but may refer to an
*asynchronous generator iterator* in some contexts. In cases whe... | a coroutine function defined with :keyword:`async def` except that it contains :keyword:`yield` expressions for producing a series of values usable in an :keyword:`async for` loop.
Usually refers to an asynchronous generator function, but may refer to an
*asynchronous generator iterator* in some contexts. In cases whe... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
536d2bc4-6b71-4d7f-8198-d21b661ccef0 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 547 | supabase-export-v2 | abfbae06caa5bc1c | iterable using a :keyword:`for` statement. Many other languages don't have this type of construct, so people unfamiliar with Python sometimes use a numerical counter instead::
for i in range(len(food)):
print(food[i]) | trusted_official_docs | CPython Docs | iterable using a :keyword:`for` statement. Many other languages don't have this type of construct, so people unfamiliar with Python sometimes use a numerical counter instead::
for i in range(len(food)):
print(food[i]) | iterable using a :keyword:`for` statement. Many other languages don't have this type of construct, so people unfamiliar with Python sometimes use a numerical counter instead::
for i in range(len(food)):
print(food[i]) | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
54800d34-1a6d-4d8c-9046-16b1cdff3da4 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 337 | supabase-export-v2 | d9801e9a21af1468 | See also :term:`text file` for a file object able to read and write :class:`str` objects.
borrowed reference
In Python's C API, a borrowed reference is a reference to an object,
where the code using the object does not own the reference. It becomes a dangling
pointer if the object is destroyed. For example, a garbag... | trusted_official_docs | CPython Docs | See also :term:`text file` for a file object able to read and write :class:`str` objects.
borrowed reference
In Python's C API, a borrowed reference is a reference to an object,
where the code using the object does not own the reference. It becomes a dangling
pointer if the object is destroyed. For example, a garbag... | See also :term:`text file` for a file object able to read and write :class:`str` objects.
borrowed reference
In Python's C API, a borrowed reference is a reference to an object,
where the code using the object does not own the reference. It becomes a dangling
pointer if the object is destroyed. For example, a garbag... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
558fdcab-89ae-4b46-acc0-71f6d42d4526 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 600 | supabase-export-v2 | b3124bc2ddaca290 | unit of source code, generated by the :ref:`lexical analyzer <lexical>` (also called the *tokenizer*). Names, numbers, strings, operators, newlines and similar are represented by tokens.
The :mod:`tokenize` module exposes Python's lexical analyzer. The :mod:`token` module contains information on the various types
of t... | trusted_official_docs | CPython Docs | unit of source code, generated by the :ref:`lexical analyzer <lexical>` (also called the *tokenizer*). Names, numbers, strings, operators, newlines and similar are represented by tokens.
The :mod:`tokenize` module exposes Python's lexical analyzer. The :mod:`token` module contains information on the various types
of t... | unit of source code, generated by the :ref:`lexical analyzer <lexical>` (also called the *tokenizer*). Names, numbers, strings, operators, newlines and similar are represented by tokens.
The :mod:`tokenize` module exposes Python's lexical analyzer. The :mod:`token` module contains information on the various types
of t... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
55bce794-be5f-4305-9368-3ac24e79f909 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 316 | supabase-export-v2 | db6c8cb30746e0d9 | See also the :term:`parameter` glossary entry, the FAQ question on :ref:`the difference between arguments and parameters <faq-argument-vs-parameter>`, and :pep:`362`.
asynchronous context manager
An object which controls the environment seen in an
:keyword:`async with` statement by defining :meth:`~object.__aenter__`... | trusted_official_docs | CPython Docs | See also the :term:`parameter` glossary entry, the FAQ question on :ref:`the difference between arguments and parameters <faq-argument-vs-parameter>`, and :pep:`362`.
asynchronous context manager
An object which controls the environment seen in an
:keyword:`async with` statement by defining :meth:`~object.__aenter__`... | See also the :term:`parameter` glossary entry, the FAQ question on :ref:`the difference between arguments and parameters <faq-argument-vs-parameter>`, and :pep:`362`.
asynchronous context manager
An object which controls the environment seen in an
:keyword:`async with` statement by defining :meth:`~object.__aenter__`... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
55e8c173-675c-48ab-aaf7-1c27e6802aff | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 413 | supabase-export-v2 | 4a79056ad12c213e | >>> import __future__ >>> __future__.division _Feature((2, 2, 0, 'alpha', 2), (3, 0, 0, 'alpha', 0), 8192)
garbage collection
The process of freeing memory when it is not used anymore. Python
performs garbage collection via reference counting and a cyclic garbage
collector that is able to detect and break reference ... | trusted_official_docs | CPython Docs | >>> import __future__ >>> __future__.division _Feature((2, 2, 0, 'alpha', 2), (3, 0, 0, 'alpha', 0), 8192)
garbage collection
The process of freeing memory when it is not used anymore. Python
performs garbage collection via reference counting and a cyclic garbage
collector that is able to detect and break reference ... | >>> import __future__ >>> __future__.division _Feature((2, 2, 0, 'alpha', 2), (3, 0, 0, 'alpha', 0), 8192)
garbage collection
The process of freeing memory when it is not used anymore. Python
performs garbage collection via reference counting and a cyclic garbage
collector that is able to detect and break reference ... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
5677785e-02ec-49e1-81e3-db18eebfabc8 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 509 | supabase-export-v2 | c1c4f9b585297b72 | object Any data with state (attributes or value) and defined behavior (methods). Also the ultimate base class of any :term:`new-style class`.
optimized scope
A scope where target local variable names are reliably known to the
compiler when the code is compiled, allowing optimization of read and
write access to these... | trusted_official_docs | CPython Docs | object Any data with state (attributes or value) and defined behavior (methods). Also the ultimate base class of any :term:`new-style class`.
optimized scope
A scope where target local variable names are reliably known to the
compiler when the code is compiled, allowing optimization of read and
write access to these... | object Any data with state (attributes or value) and defined behavior (methods). Also the ultimate base class of any :term:`new-style class`.
optimized scope
A scope where target local variable names are reliably known to the
compiler when the code is compiled, allowing optimization of read and
write access to these... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
569753b5-dd80-485c-a0db-a9d0d005986c | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 362 | supabase-export-v2 | 63102dc817cab363 | contiguous .. index:: C-contiguous, Fortran contiguous
A buffer is considered contiguous exactly if it is either
*C-contiguous* or *Fortran contiguous*. Zero-dimensional buffers are
C and Fortran contiguous. In one-dimensional arrays, the items
must be laid out in memory next to each other, in order of
increasing i... | trusted_official_docs | CPython Docs | contiguous .. index:: C-contiguous, Fortran contiguous
A buffer is considered contiguous exactly if it is either
*C-contiguous* or *Fortran contiguous*. Zero-dimensional buffers are
C and Fortran contiguous. In one-dimensional arrays, the items
must be laid out in memory next to each other, in order of
increasing i... | contiguous .. index:: C-contiguous, Fortran contiguous
A buffer is considered contiguous exactly if it is either
*C-contiguous* or *Fortran contiguous*. Zero-dimensional buffers are
C and Fortran contiguous. In one-dimensional arrays, the items
must be laid out in memory next to each other, in order of
increasing i... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
58098450-e984-4198-ac2f-06813995bf93 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 537 | supabase-export-v2 | e2833223de5dd89b | or describing a new feature for Python or its processes or environment. PEPs should provide a concise technical specification and a rationale for proposed features.
PEPs are intended to be the primary mechanisms for proposing major new
features, for collecting community input on an issue, and for documenting
the desi... | trusted_official_docs | CPython Docs | or describing a new feature for Python or its processes or environment. PEPs should provide a concise technical specification and a rationale for proposed features.
PEPs are intended to be the primary mechanisms for proposing major new
features, for collecting community input on an issue, and for documenting
the desi... | or describing a new feature for Python or its processes or environment. PEPs should provide a concise technical specification and a rationale for proposed features.
PEPs are intended to be the primary mechanisms for proposing major new
features, for collecting community input on an issue, and for documenting
the desi... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
582bd04e-dc67-4733-b1ae-5817e564ed80 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 579 | supabase-export-v2 | 1ec68f75283aec9c | tool that reads Python code and analyzes it, looking for issues such as incorrect types. See also :term:`type hints <type hint>` and the :mod:`typing` module.
stdlib
An abbreviation of :term:`standard library`. | trusted_official_docs | CPython Docs | tool that reads Python code and analyzes it, looking for issues such as incorrect types. See also :term:`type hints <type hint>` and the :mod:`typing` module.
stdlib
An abbreviation of :term:`standard library`. | tool that reads Python code and analyzes it, looking for issues such as incorrect types. See also :term:`type hints <type hint>` and the :mod:`typing` module.
stdlib
An abbreviation of :term:`standard library`. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
59a4182a-0c55-4ffe-a14e-7ed5a83f4a06 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 359 | supabase-export-v2 | f42812f6c006806c | context management protocol The :meth:`~object.__enter__` and :meth:`~object.__exit__` methods called by the :keyword:`with` statement. See :pep:`343`.
context manager
An object which implements the :term:`context management protocol` and
controls the environment seen in a :keyword:`with` statement. See
:pep:`343`. | trusted_official_docs | CPython Docs | context management protocol The :meth:`~object.__enter__` and :meth:`~object.__exit__` methods called by the :keyword:`with` statement. See :pep:`343`.
context manager
An object which implements the :term:`context management protocol` and
controls the environment seen in a :keyword:`with` statement. See
:pep:`343`. | context management protocol The :meth:`~object.__enter__` and :meth:`~object.__exit__` methods called by the :keyword:`with` statement. See :pep:`343`.
context manager
An object which implements the :term:`context management protocol` and
controls the environment seen in a :keyword:`with` statement. See
:pep:`343`. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
59a9392e-9850-4956-b1dd-b3045f55b59e | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 535 | supabase-export-v2 | 66f850c2179309bd | path based finder One of the default :term:`meta path finders <meta path finder>` which searches an :term:`import path` for modules.
path-like object
An object representing a file system path. A path-like object is either
a :class:`str` or :class:`bytes` object representing a path, or an object
implementing the :cla... | trusted_official_docs | CPython Docs | path based finder One of the default :term:`meta path finders <meta path finder>` which searches an :term:`import path` for modules.
path-like object
An object representing a file system path. A path-like object is either
a :class:`str` or :class:`bytes` object representing a path, or an object
implementing the :cla... | path based finder One of the default :term:`meta path finders <meta path finder>` which searches an :term:`import path` for modules.
path-like object
An object representing a file system path. A path-like object is either
a :class:`str` or :class:`bytes` object representing a path, or an object
implementing the :cla... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
5bdf2820-fd91-4c86-9eab-607f6ed50d4e | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 441 | supabase-export-v2 | af964c16290d89db | a key in a dictionary. Immutable objects are inherently :term:`thread-safe` because their state cannot be modified after creation, eliminating concerns about improperly synchronized :term:`concurrent modification`.
import path
A list of locations (or :term:`path entries <path entry>`) that are
searched by the :term:`... | trusted_official_docs | CPython Docs | a key in a dictionary. Immutable objects are inherently :term:`thread-safe` because their state cannot be modified after creation, eliminating concerns about improperly synchronized :term:`concurrent modification`.
import path
A list of locations (or :term:`path entries <path entry>`) that are
searched by the :term:`... | a key in a dictionary. Immutable objects are inherently :term:`thread-safe` because their state cannot be modified after creation, eliminating concerns about improperly synchronized :term:`concurrent modification`.
import path
A list of locations (or :term:`path entries <path entry>`) that are
searched by the :term:`... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
5d63bac9-fcc8-44be-bdd1-e356a3449195 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 462 | supabase-export-v2 | 9d3c726c38a9c2a2 | tools in Python accept key functions to control how elements are ordered or grouped. They include :func:`min`, :func:`max`, :func:`sorted`, :meth:`list.sort`, :func:`heapq.merge`, :func:`heapq.nsmallest`, :func:`heapq.nlargest`, and :func:`itertools.groupby`.
There are several ways to create a key function. For example... | trusted_official_docs | CPython Docs | tools in Python accept key functions to control how elements are ordered or grouped. They include :func:`min`, :func:`max`, :func:`sorted`, :meth:`list.sort`, :func:`heapq.merge`, :func:`heapq.nsmallest`, :func:`heapq.nlargest`, and :func:`itertools.groupby`.
There are several ways to create a key function. For example... | tools in Python accept key functions to control how elements are ordered or grouped. They include :func:`min`, :func:`max`, :func:`sorted`, :meth:`list.sort`, :func:`heapq.merge`, :func:`heapq.nsmallest`, :func:`heapq.nlargest`, and :func:`itertools.groupby`.
There are several ways to create a key function. For example... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
5e0df165-0fa2-4650-92d3-77f2cb5192f8 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 612 | supabase-export-v2 | 3e6e764adcb51cd5 | not enforced by Python but they are useful to :term:`static type checkers <static type checker>`. They can also aid IDEs with code completion and refactoring.
Type hints of global variables, class attributes, and functions,
but not local variables, can be accessed using
:func:`typing.get_type_hints`. | trusted_official_docs | CPython Docs | not enforced by Python but they are useful to :term:`static type checkers <static type checker>`. They can also aid IDEs with code completion and refactoring.
Type hints of global variables, class attributes, and functions,
but not local variables, can be accessed using
:func:`typing.get_type_hints`. | not enforced by Python but they are useful to :term:`static type checkers <static type checker>`. They can also aid IDEs with code completion and refactoring.
Type hints of global variables, class attributes, and functions,
but not local variables, can be accessed using
:func:`typing.get_type_hints`. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
5f4a288b-8ed1-431c-8dc4-a760611d2a4d | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 368 | supabase-export-v2 | 1a2ad5d3dd69b0ff | goal of the :term:`cyclic garbage collector <garbage collection>` is to identify these groups and break the reference cycles so that the memory can be reclaimed.
data race
A situation where multiple threads access the same memory location
concurrently, at least one of the accesses is a write, and the threads
do not ... | trusted_official_docs | CPython Docs | goal of the :term:`cyclic garbage collector <garbage collection>` is to identify these groups and break the reference cycles so that the memory can be reclaimed.
data race
A situation where multiple threads access the same memory location
concurrently, at least one of the accesses is a write, and the threads
do not ... | goal of the :term:`cyclic garbage collector <garbage collection>` is to identify these groups and break the reference cycles so that the memory can be reclaimed.
data race
A situation where multiple threads access the same memory location
concurrently, at least one of the accesses is a write, and the threads
do not ... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
658bde00-cb6e-4dae-a5e6-b683b69c686a | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 374 | supabase-export-v2 | 1cc8b8dc557d009a | @staticmethod def f(arg): ...
The same concept exists for classes, but is less commonly used there. See
the documentation for :ref:`function definitions <function>` and
:ref:`class definitions <class>` for more about decorators. | trusted_official_docs | CPython Docs | @staticmethod def f(arg): ...
The same concept exists for classes, but is less commonly used there. See
the documentation for :ref:`function definitions <function>` and
:ref:`class definitions <class>` for more about decorators. | @staticmethod def f(arg): ...
The same concept exists for classes, but is less commonly used there. See
the documentation for :ref:`function definitions <function>` and
:ref:`class definitions <class>` for more about decorators. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
6639bae3-6393-42e3-becc-be5d16980516 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 472 | supabase-export-v2 | bb04ef7e05c189e1 | ensure :term:`thread-safe` access to shared data. Alternative design patterns to locks exist such as queues, producer/consumer patterns, and thread-local state. See also :term:`deadlock`, and :term:`reentrant`.
lock-free
An operation that does not acquire any :term:`lock` and uses atomic CPU
instructions to ensure co... | trusted_official_docs | CPython Docs | ensure :term:`thread-safe` access to shared data. Alternative design patterns to locks exist such as queues, producer/consumer patterns, and thread-local state. See also :term:`deadlock`, and :term:`reentrant`.
lock-free
An operation that does not acquire any :term:`lock` and uses atomic CPU
instructions to ensure co... | ensure :term:`thread-safe` access to shared data. Alternative design patterns to locks exist such as queues, producer/consumer patterns, and thread-local state. See also :term:`deadlock`, and :term:`reentrant`.
lock-free
An operation that does not acquire any :term:`lock` and uses atomic CPU
instructions to ensure co... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
696c6f3f-b87c-4028-8389-a402d4b7dfc7 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 486 | supabase-export-v2 | 30a0622451827006 | metaclasses can provide powerful, elegant solutions. They have been used for logging attribute access, adding thread-safety, tracking object creation, implementing singletons, and many other tasks.
More information can be found in :ref:`metaclasses`. | trusted_official_docs | CPython Docs | metaclasses can provide powerful, elegant solutions. They have been used for logging attribute access, adding thread-safety, tracking object creation, implementing singletons, and many other tasks.
More information can be found in :ref:`metaclasses`. | metaclasses can provide powerful, elegant solutions. They have been used for logging attribute access, adding thread-safety, tracking object creation, implementing singletons, and many other tasks.
More information can be found in :ref:`metaclasses`. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
6b4c80f4-496f-4cd6-9957-2f0d22da8d3a | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 431 | supabase-export-v2 | 4db8f35038c072a7 | a function might declare that it requires the GIL to be held in order to use it. This refers to having an :term:`attached thread state`.
global state
Data that is accessible throughout a program, such as module-level
variables, class variables, or C static variables in :term:`extension modules
<extension module>`. I... | trusted_official_docs | CPython Docs | a function might declare that it requires the GIL to be held in order to use it. This refers to having an :term:`attached thread state`.
global state
Data that is accessible throughout a program, such as module-level
variables, class variables, or C static variables in :term:`extension modules
<extension module>`. I... | a function might declare that it requires the GIL to be held in order to use it. This refers to having an :term:`attached thread state`.
global state
Data that is accessible throughout a program, such as module-level
variables, class variables, or C static variables in :term:`extension modules
<extension module>`. I... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
6c7d2b94-c55b-4027-88ac-85058c87f40e | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 602 | supabase-export-v2 | d3be9e85207fa3e8 | double quotes within a string and they can span multiple lines without the use of the continuation character, making them especially useful when writing docstrings.
type
The type of a Python object determines what kind of object it is; every
object has a type. An object's type is accessible as its
:attr:`~object.__c... | trusted_official_docs | CPython Docs | double quotes within a string and they can span multiple lines without the use of the continuation character, making them especially useful when writing docstrings.
type
The type of a Python object determines what kind of object it is; every
object has a type. An object's type is accessible as its
:attr:`~object.__c... | double quotes within a string and they can span multiple lines without the use of the continuation character, making them especially useful when writing docstrings.
type
The type of a Python object determines what kind of object it is; every
object has a type. An object's type is accessible as its
:attr:`~object.__c... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
6e19be2c-0c11-496c-bcb1-5eeb5f07f076 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 338 | supabase-export-v2 | 0dd5f01fa3891f91 | dangling pointer if the object is destroyed. For example, a garbage collection can remove the last :term:`strong reference` to the object and so destroy it.
Calling :c:func:`Py_INCREF` on the :term:`borrowed reference` is
recommended to convert it to a :term:`strong reference` in-place, except
when the object cannot ... | trusted_official_docs | CPython Docs | dangling pointer if the object is destroyed. For example, a garbage collection can remove the last :term:`strong reference` to the object and so destroy it.
Calling :c:func:`Py_INCREF` on the :term:`borrowed reference` is
recommended to convert it to a :term:`strong reference` in-place, except
when the object cannot ... | dangling pointer if the object is destroyed. For example, a garbage collection can remove the last :term:`strong reference` to the object and so destroy it.
Calling :c:func:`Py_INCREF` on the :term:`borrowed reference` is
recommended to convert it to a :term:`strong reference` in-place, except
when the object cannot ... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
6f287adc-9068-496d-a7f3-cd36898aefa8 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 387 | supabase-export-v2 | 52f00ff5a7cf9b7d | extension module A module written in C or C++, using Python's C API to interact with the core and with user code.
f-string
f-strings
String literals prefixed with ``f`` or ``F`` are commonly called
"f-strings" which is short for
:ref:`formatted string literals <f-strings>`. See also :pep:`498`. | trusted_official_docs | CPython Docs | extension module A module written in C or C++, using Python's C API to interact with the core and with user code.
f-string
f-strings
String literals prefixed with ``f`` or ``F`` are commonly called
"f-strings" which is short for
:ref:`formatted string literals <f-strings>`. See also :pep:`498`. | extension module A module written in C or C++, using Python's C API to interact with the core and with user code.
f-string
f-strings
String literals prefixed with ``f`` or ``F`` are commonly called
"f-strings" which is short for
:ref:`formatted string literals <f-strings>`. See also :pep:`498`. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
701dee33-79e5-46ef-b6a2-a3f9170857b6 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 437 | supabase-export-v2 | aedcbf458e7532ce | IDLE An Integrated Development and Learning Environment for Python. :ref:`idle` is a basic editor and interpreter environment which ships with the standard distribution of Python.
immortal
*Immortal objects* are a CPython implementation detail introduced
in :pep:`683`. | trusted_official_docs | CPython Docs | IDLE An Integrated Development and Learning Environment for Python. :ref:`idle` is a basic editor and interpreter environment which ships with the standard distribution of Python.
immortal
*Immortal objects* are a CPython implementation detail introduced
in :pep:`683`. | IDLE An Integrated Development and Learning Environment for Python. :ref:`idle` is a basic editor and interpreter environment which ships with the standard distribution of Python.
immortal
*Immortal objects* are a CPython implementation detail introduced
in :pep:`683`. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
72438082-21dc-4e16-9ff3-64664fb656aa | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 522 | supabase-export-v2 | 3eca8ac31b5ceb75 | .. _keyword-only_parameter:
* :dfn:`keyword-only`: specifies an argument that can be supplied only
by keyword. Keyword-only parameters can be defined by including a
single var-positional parameter or bare ``*`` in the parameter list
of the function definition before them, for example *kw_only1* and
*kw_only2* in th... | trusted_official_docs | CPython Docs | .. _keyword-only_parameter:
* :dfn:`keyword-only`: specifies an argument that can be supplied only
by keyword. Keyword-only parameters can be defined by including a
single var-positional parameter or bare ``*`` in the parameter list
of the function definition before them, for example *kw_only1* and
*kw_only2* in th... | .. _keyword-only_parameter:
* :dfn:`keyword-only`: specifies an argument that can be supplied only
by keyword. Keyword-only parameters can be defined by including a
single var-positional parameter or bare ``*`` in the parameter list
of the function definition before them, for example *kw_only1* and
*kw_only2* in th... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
7459051f-0a2d-427a-95f9-6189be692786 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 317 | supabase-export-v2 | f043d3ca55e6c0ad | asynchronous context manager An object which controls the environment seen in an :keyword:`async with` statement by defining :meth:`~object.__aenter__` and :meth:`~object.__aexit__` methods. Introduced by :pep:`492`.
asynchronous generator
A function which returns an :term:`asynchronous generator iterator`. It
looks ... | trusted_official_docs | CPython Docs | asynchronous context manager An object which controls the environment seen in an :keyword:`async with` statement by defining :meth:`~object.__aenter__` and :meth:`~object.__aexit__` methods. Introduced by :pep:`492`.
asynchronous generator
A function which returns an :term:`asynchronous generator iterator`. It
looks ... | asynchronous context manager An object which controls the environment seen in an :keyword:`async with` statement by defining :meth:`~object.__aenter__` and :meth:`~object.__aexit__` methods. Introduced by :pep:`492`.
asynchronous generator
A function which returns an :term:`asynchronous generator iterator`. It
looks ... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
75c8df9f-869d-46c4-954d-8af4feb71968 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 366 | supabase-export-v2 | b3978a529a82fe37 | programming language, as distributed on `python.org <https://www.python.org>`_. The term "CPython" is used when necessary to distinguish this implementation from others such as Jython or IronPython.
current context
The :term:`context` (:class:`contextvars.Context` object) that is
currently used by :class:`~contextvar... | trusted_official_docs | CPython Docs | programming language, as distributed on `python.org <https://www.python.org>`_. The term "CPython" is used when necessary to distinguish this implementation from others such as Jython or IronPython.
current context
The :term:`context` (:class:`contextvars.Context` object) that is
currently used by :class:`~contextvar... | programming language, as distributed on `python.org <https://www.python.org>`_. The term "CPython" is used when necessary to distinguish this implementation from others such as Jython or IronPython.
current context
The :term:`context` (:class:`contextvars.Context` object) that is
currently used by :class:`~contextvar... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
762b40db-c0a0-492b-ba1e-fe84f7f45a33 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 304 | supabase-export-v2 | 7d94b1ade1d75123 | * The three dots form of the :ref:`Ellipsis <bltin-ellipsis-object>` object.
abstract base class
Abstract base classes complement :term:`duck-typing` by
providing a way to define interfaces when other techniques like
:func:`hasattr` would be clumsy or subtly wrong (for example with
:ref:`magic methods <special-look... | trusted_official_docs | CPython Docs | * The three dots form of the :ref:`Ellipsis <bltin-ellipsis-object>` object.
abstract base class
Abstract base classes complement :term:`duck-typing` by
providing a way to define interfaces when other techniques like
:func:`hasattr` would be clumsy or subtly wrong (for example with
:ref:`magic methods <special-look... | * The three dots form of the :ref:`Ellipsis <bltin-ellipsis-object>` object.
abstract base class
Abstract base classes complement :term:`duck-typing` by
providing a way to define interfaces when other techniques like
:func:`hasattr` would be clumsy or subtly wrong (for example with
:ref:`magic methods <special-look... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
76478342-b47f-47de-a917-47eb6e5ec43d | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 603 | supabase-export-v2 | 5e3667449791b224 | kind of object it is; every object has a type. An object's type is accessible as its :attr:`~object.__class__` attribute or can be retrieved with ``type(obj)``.
type alias
A synonym for a type, created by assigning the type to an identifier. | trusted_official_docs | CPython Docs | kind of object it is; every object has a type. An object's type is accessible as its :attr:`~object.__class__` attribute or can be retrieved with ``type(obj)``.
type alias
A synonym for a type, created by assigning the type to an identifier. | kind of object it is; every object has a type. An object's type is accessible as its :attr:`~object.__class__` attribute or can be retrieved with ``type(obj)``.
type alias
A synonym for a type, created by assigning the type to an identifier. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
7ced03f0-d4ae-47d0-888d-c76a3f9302d1 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 307 | supabase-export-v2 | 0365b39989186639 | annotation A label associated with a variable, a class attribute or a function parameter or return value, used by convention as a :term:`type hint`.
Annotations of local variables cannot be accessed at runtime, but
annotations of global variables, class attributes, and functions
can be retrieved by calling :func:`ann... | trusted_official_docs | CPython Docs | annotation A label associated with a variable, a class attribute or a function parameter or return value, used by convention as a :term:`type hint`.
Annotations of local variables cannot be accessed at runtime, but
annotations of global variables, class attributes, and functions
can be retrieved by calling :func:`ann... | annotation A label associated with a variable, a class attribute or a function parameter or return value, used by convention as a :term:`type hint`.
Annotations of local variables cannot be accessed at runtime, but
annotations of global variables, class attributes, and functions
can be retrieved by calling :func:`ann... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
7dccd536-6334-434c-af32-acf1e9191cb5 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 417 | supabase-export-v2 | e692a34d397c495c | function, but may refer to a *generator iterator* in some contexts. In cases where the intended meaning isn't clear, using the full terms avoids ambiguity.
generator iterator
An object created by a :term:`generator` function. | trusted_official_docs | CPython Docs | function, but may refer to a *generator iterator* in some contexts. In cases where the intended meaning isn't clear, using the full terms avoids ambiguity.
generator iterator
An object created by a :term:`generator` function. | function, but may refer to a *generator iterator* in some contexts. In cases where the intended meaning isn't clear, using the full terms avoids ambiguity.
generator iterator
An object created by a :term:`generator` function. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
7e9f6da8-3b33-4019-9345-66cc013274df | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 546 | supabase-export-v2 | 3f2ffa0c7a7fdf88 | the Python 3.x release line (coined long ago when the release of version 3 was something in the distant future.) This is also abbreviated "Py3k".
Pythonic
An idea or piece of code which closely follows the most common idioms
of the Python language, rather than implementing code using concepts
common to other languag... | trusted_official_docs | CPython Docs | the Python 3.x release line (coined long ago when the release of version 3 was something in the distant future.) This is also abbreviated "Py3k".
Pythonic
An idea or piece of code which closely follows the most common idioms
of the Python language, rather than implementing code using concepts
common to other languag... | the Python 3.x release line (coined long ago when the release of version 3 was something in the distant future.) This is also abbreviated "Py3k".
Pythonic
An idea or piece of code which closely follows the most common idioms
of the Python language, rather than implementing code using concepts
common to other languag... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
7eb72eec-e30f-48cb-885d-f4b34a941c7a | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 583 | supabase-export-v2 | 9e2bda7254ea1cdf | See also :term:`borrowed reference`.
subscript
The expression in square brackets of a
:ref:`subscription expression <subscriptions>`, for example,
the ``3`` in ``items[3]``. Usually used to select an element of a container. Also called a :term:`key` when subscripting a :term:`mapping`,
or an :term:`index` when subs... | trusted_official_docs | CPython Docs | See also :term:`borrowed reference`.
subscript
The expression in square brackets of a
:ref:`subscription expression <subscriptions>`, for example,
the ``3`` in ``items[3]``. Usually used to select an element of a container. Also called a :term:`key` when subscripting a :term:`mapping`,
or an :term:`index` when subs... | See also :term:`borrowed reference`.
subscript
The expression in square brackets of a
:ref:`subscription expression <subscriptions>`, for example,
the ``3`` in ``items[3]``. Usually used to select an element of a container. Also called a :term:`key` when subscripting a :term:`mapping`,
or an :term:`index` when subs... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
817bd986-34bc-49d0-b019-19fe751e18aa | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 507 | supabase-export-v2 | 2b9490747d4acf5c | class objects. In earlier Python versions, only new-style classes could use Python's newer, versatile features like :attr:`~object.__slots__`, descriptors, properties, :meth:`~object.__getattribute__`, class methods, and static methods.
non-deterministic
Behavior where the outcome of a program can vary between executi... | trusted_official_docs | CPython Docs | class objects. In earlier Python versions, only new-style classes could use Python's newer, versatile features like :attr:`~object.__slots__`, descriptors, properties, :meth:`~object.__getattribute__`, class methods, and static methods.
non-deterministic
Behavior where the outcome of a program can vary between executi... | class objects. In earlier Python versions, only new-style classes could use Python's newer, versatile features like :attr:`~object.__slots__`, descriptors, properties, :meth:`~object.__getattribute__`, class methods, and static methods.
non-deterministic
Behavior where the outcome of a program can vary between executi... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
81fa42d3-94d3-4911-b6a7-7904b3c0ad43 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 459 | supabase-export-v2 | 4f9d881ed0ad0b35 | apply the requirement that an iterator define :meth:`~iterator.__iter__`. And also please note that :term:`free-threaded <free threading>` CPython does not guarantee :term:`thread-safe` behavior of iterator operations.
key
A value that identifies an entry in a :term:`mapping`. See also :term:`subscript`. | trusted_official_docs | CPython Docs | apply the requirement that an iterator define :meth:`~iterator.__iter__`. And also please note that :term:`free-threaded <free threading>` CPython does not guarantee :term:`thread-safe` behavior of iterator operations.
key
A value that identifies an entry in a :term:`mapping`. See also :term:`subscript`. | apply the requirement that an iterator define :meth:`~iterator.__iter__`. And also please note that :term:`free-threaded <free threading>` CPython does not guarantee :term:`thread-safe` behavior of iterator operations.
key
A value that identifies an entry in a :term:`mapping`. See also :term:`subscript`. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
81fafc08-c65c-4801-82ad-7bb623344d4c | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 429 | supabase-export-v2 | a753b6793c5bbcac | so as to release the GIL when doing computationally intensive tasks such as compression or hashing. Also, the GIL is always released when doing I/O.
As of Python 3.13, the GIL can be disabled using the :option:`--disable-gil`
build configuration. After building Python with this option, code must be
run with :option:`... | trusted_official_docs | CPython Docs | so as to release the GIL when doing computationally intensive tasks such as compression or hashing. Also, the GIL is always released when doing I/O.
As of Python 3.13, the GIL can be disabled using the :option:`--disable-gil`
build configuration. After building Python with this option, code must be
run with :option:`... | so as to release the GIL when doing computationally intensive tasks such as compression or hashing. Also, the GIL is always released when doing I/O.
As of Python 3.13, the GIL can be disabled using the :option:`--disable-gil`
build configuration. After building Python with this option, code must be
run with :option:`... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
833b320c-4e64-4bae-bd5b-e80655aa90b5 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 526 | supabase-export-v2 | 0991eb20606461f2 | def func(*args, **kwargs): ...
* :dfn:`var-keyword`: specifies that arbitrarily many keyword arguments
can be provided (in addition to any keyword arguments already accepted
by other parameters). Such a parameter can be defined by prepending
the parameter name with ``**``, for example *kwargs* in the example
above. | trusted_official_docs | CPython Docs | def func(*args, **kwargs): ...
* :dfn:`var-keyword`: specifies that arbitrarily many keyword arguments
can be provided (in addition to any keyword arguments already accepted
by other parameters). Such a parameter can be defined by prepending
the parameter name with ``**``, for example *kwargs* in the example
above. | def func(*args, **kwargs): ...
* :dfn:`var-keyword`: specifies that arbitrarily many keyword arguments
can be provided (in addition to any keyword arguments already accepted
by other parameters). Such a parameter can be defined by prepending
the parameter name with ``**``, for example *kwargs* in the example
above. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
841fdb31-d2d2-4d44-bb48-9a04749ff2c9 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 584 | supabase-export-v2 | be92e78760c49742 | ``items[3]``. Usually used to select an element of a container. Also called a :term:`key` when subscripting a :term:`mapping`, or an :term:`index` when subscripting a :term:`sequence`.
synchronization primitive
A basic building block for coordinating (synchronizing) the execution of
multiple threads to ensure :term:`... | trusted_official_docs | CPython Docs | ``items[3]``. Usually used to select an element of a container. Also called a :term:`key` when subscripting a :term:`mapping`, or an :term:`index` when subscripting a :term:`sequence`.
synchronization primitive
A basic building block for coordinating (synchronizing) the execution of
multiple threads to ensure :term:`... | ``items[3]``. Usually used to select an element of a container. Also called a :term:`key` when subscripting a :term:`mapping`, or an :term:`index` when subscripting a :term:`sequence`.
synchronization primitive
A basic building block for coordinating (synchronizing) the execution of
multiple threads to ensure :term:`... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
850a7396-6fc8-4203-a980-ece48b5852a1 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 322 | supabase-export-v2 | 5d7d5c4fb9b71166 | when called using the :meth:`~object.__anext__` method returns an awaitable object which will execute the body of the asynchronous generator function until the next :keyword:`yield` expression.
Each :keyword:`yield` temporarily suspends processing, remembering the
execution state (including local variables and pending... | trusted_official_docs | CPython Docs | when called using the :meth:`~object.__anext__` method returns an awaitable object which will execute the body of the asynchronous generator function until the next :keyword:`yield` expression.
Each :keyword:`yield` temporarily suspends processing, remembering the
execution state (including local variables and pending... | when called using the :meth:`~object.__anext__` method returns an awaitable object which will execute the body of the asynchronous generator function until the next :keyword:`yield` expression.
Each :keyword:`yield` temporarily suspends processing, remembering the
execution state (including local variables and pending... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
86298013-c887-4936-a37e-22a3103981fe | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 452 | supabase-export-v2 | d388a6e8d2a7b698 | The main reason for interpreter shutdown is that the ``__main__`` module or the script being run has finished executing.
iterable
An object capable of returning its members one at a time. Examples of
iterables include all sequence types (such as :class:`list`, :class:`str`,
and :class:`tuple`) and some non-sequence ... | trusted_official_docs | CPython Docs | The main reason for interpreter shutdown is that the ``__main__`` module or the script being run has finished executing.
iterable
An object capable of returning its members one at a time. Examples of
iterables include all sequence types (such as :class:`list`, :class:`str`,
and :class:`tuple`) and some non-sequence ... | The main reason for interpreter shutdown is that the ``__main__`` module or the script being run has finished executing.
iterable
An object capable of returning its members one at a time. Examples of
iterables include all sequence types (such as :class:`list`, :class:`str`,
and :class:`tuple`) and some non-sequence ... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
8665705b-d5aa-4d54-8fb2-736d6217e368 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 560 | supabase-export-v2 | 5a4dd811b0f8c74a | of a function or :term:`lock` that allows it to be called or acquired multiple times by the same thread without causing errors or a :term:`deadlock`.
For functions, reentrancy means the function can be safely called again
before a previous invocation has completed, which is important when
functions may be called recu... | trusted_official_docs | CPython Docs | of a function or :term:`lock` that allows it to be called or acquired multiple times by the same thread without causing errors or a :term:`deadlock`.
For functions, reentrancy means the function can be safely called again
before a previous invocation has completed, which is important when
functions may be called recu... | of a function or :term:`lock` that allows it to be called or acquired multiple times by the same thread without causing errors or a :term:`deadlock`.
For functions, reentrancy means the function can be safely called again
before a previous invocation has completed, which is important when
functions may be called recu... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
86798d71-d681-4ec8-9031-02be05e741b3 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 328 | supabase-export-v2 | 9ab061021cb7d700 | A :term:`thread state` that is active for the current OS thread.
When a :term:`thread state` is attached, the OS thread has
access to the full Python C API and can safely invoke the
bytecode interpreter. | trusted_official_docs | CPython Docs | A :term:`thread state` that is active for the current OS thread.
When a :term:`thread state` is attached, the OS thread has
access to the full Python C API and can safely invoke the
bytecode interpreter. | A :term:`thread state` that is active for the current OS thread.
When a :term:`thread state` is attached, the OS thread has
access to the full Python C API and can safely invoke the
bytecode interpreter. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
869bebac-e63e-4e8c-839a-f5a3559ac432 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 353 | supabase-export-v2 | 5a8333f9e6cbcb44 | all referenced free variables), the more general :term:`free variable` term is sometimes used even when the intended meaning is to refer specifically to closure variables.
complex number
An extension of the familiar real number system in which all numbers are
expressed as a sum of a real part and an imaginary part. I... | trusted_official_docs | CPython Docs | all referenced free variables), the more general :term:`free variable` term is sometimes used even when the intended meaning is to refer specifically to closure variables.
complex number
An extension of the familiar real number system in which all numbers are
expressed as a sum of a real part and an imaginary part. I... | all referenced free variables), the more general :term:`free variable` term is sometimes used even when the intended meaning is to refer specifically to closure variables.
complex number
An extension of the familiar real number system in which all numbers are
expressed as a sum of a real part and an imaginary part. I... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
86e1ecdd-4368-4837-ab38-d18d2a236fb7 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 589 | supabase-export-v2 | a90ac16e2e524ede | There are a variety of different text serialization :ref:`codecs <standard-encodings>`, which are collectively referred to as "text encodings".
text file
A :term:`file object` able to read and write :class:`str` objects. Often, a text file actually accesses a byte-oriented datastream
and handles the :term:`text encod... | trusted_official_docs | CPython Docs | There are a variety of different text serialization :ref:`codecs <standard-encodings>`, which are collectively referred to as "text encodings".
text file
A :term:`file object` able to read and write :class:`str` objects. Often, a text file actually accesses a byte-oriented datastream
and handles the :term:`text encod... | There are a variety of different text serialization :ref:`codecs <standard-encodings>`, which are collectively referred to as "text encodings".
text file
A :term:`file object` able to read and write :class:`str` objects. Often, a text file actually accesses a byte-oriented datastream
and handles the :term:`text encod... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
8779790a-f841-4a88-acce-9002f76050be | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 469 | supabase-export-v2 | 0fa4b190ab80f84e | Formal name for the *tokenizer*; see :term:`token`.
list
A built-in Python :term:`sequence`. Despite its name it is more akin
to an array in other languages than to a linked list since access to
elements is *O*\ (1). | trusted_official_docs | CPython Docs | Formal name for the *tokenizer*; see :term:`token`.
list
A built-in Python :term:`sequence`. Despite its name it is more akin
to an array in other languages than to a linked list since access to
elements is *O*\ (1). | Formal name for the *tokenizer*; see :term:`token`.
list
A built-in Python :term:`sequence`. Despite its name it is more akin
to an array in other languages than to a linked list since access to
elements is *O*\ (1). | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
87a67d78-d699-4820-93a2-b9cc3291d484 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 331 | supabase-export-v2 | 60cb2b1998bcbc9a | given moment. In :term:`free-threaded builds <free-threaded build>` of Python, threads can concurrently hold an attached thread state, allowing for true parallelism of the bytecode interpreter.
attribute
A value associated with an object which is usually referenced by name
using dotted expressions. For example, if an... | trusted_official_docs | CPython Docs | given moment. In :term:`free-threaded builds <free-threaded build>` of Python, threads can concurrently hold an attached thread state, allowing for true parallelism of the bytecode interpreter.
attribute
A value associated with an object which is usually referenced by name
using dotted expressions. For example, if an... | given moment. In :term:`free-threaded builds <free-threaded build>` of Python, threads can concurrently hold an attached thread state, allowing for true parallelism of the bytecode interpreter.
attribute
A value associated with an object which is usually referenced by name
using dotted expressions. For example, if an... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
890329f6-56b3-49d9-86dc-cbf4cf747758 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 597 | supabase-export-v2 | 7bc904b0cf2c570a | See :ref:`Thread State and the Global Interpreter Lock <threads>` for more information.
thread-safe
A module, function, or class that behaves correctly when used by multiple
threads concurrently. Thread-safe code uses appropriate
:term:`synchronization primitives <synchronization primitive>` like
:term:`locks <lock... | trusted_official_docs | CPython Docs | See :ref:`Thread State and the Global Interpreter Lock <threads>` for more information.
thread-safe
A module, function, or class that behaves correctly when used by multiple
threads concurrently. Thread-safe code uses appropriate
:term:`synchronization primitives <synchronization primitive>` like
:term:`locks <lock... | See :ref:`Thread State and the Global Interpreter Lock <threads>` for more information.
thread-safe
A module, function, or class that behaves correctly when used by multiple
threads concurrently. Thread-safe code uses appropriate
:term:`synchronization primitives <synchronization primitive>` like
:term:`locks <lock... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
8905dfe5-cd69-426c-839e-aa38407011fa | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 588 | supabase-export-v2 | ca88c8be93d8393e | Serializing a string into a sequence of bytes is known as "encoding", and recreating the string from the sequence of bytes is known as "decoding".
There are a variety of different text serialization
:ref:`codecs <standard-encodings>`, which are collectively referred to as
"text encodings". | trusted_official_docs | CPython Docs | Serializing a string into a sequence of bytes is known as "encoding", and recreating the string from the sequence of bytes is known as "decoding".
There are a variety of different text serialization
:ref:`codecs <standard-encodings>`, which are collectively referred to as
"text encodings". | Serializing a string into a sequence of bytes is known as "encoding", and recreating the string from the sequence of bytes is known as "decoding".
There are a variety of different text serialization
:ref:`codecs <standard-encodings>`, which are collectively referred to as
"text encodings". | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
891f6fac-9a52-4bcf-a6ea-e6a03bdd5de6 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 474 | supabase-export-v2 | cab36eb7aee7239c | a module. It must define the :meth:`!exec_module` and :meth:`!create_module` methods to implement the :class:`~importlib.abc.Loader` interface. A loader is typically returned by a :term:`finder`. See also:
* :ref:`finders-and-loaders`
* :class:`importlib.abc.Loader`
* :pep:`302` | trusted_official_docs | CPython Docs | a module. It must define the :meth:`!exec_module` and :meth:`!create_module` methods to implement the :class:`~importlib.abc.Loader` interface. A loader is typically returned by a :term:`finder`. See also:
* :ref:`finders-and-loaders`
* :class:`importlib.abc.Loader`
* :pep:`302` | a module. It must define the :meth:`!exec_module` and :meth:`!create_module` methods to implement the :class:`~importlib.abc.Loader` interface. A loader is typically returned by a :term:`finder`. See also:
* :ref:`finders-and-loaders`
* :class:`importlib.abc.Loader`
* :pep:`302` | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
8a1b50ac-eda8-409d-b674-38dbe1314b04 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 484 | supabase-export-v2 | f1c461704c0fa6d1 | path finder A :term:`finder` returned by a search of :data:`sys.meta_path`. Meta path finders are related to, but different from :term:`path entry finders <path entry finder>`.
See :class:`importlib.abc.MetaPathFinder` for the methods that meta path
finders implement. | trusted_official_docs | CPython Docs | path finder A :term:`finder` returned by a search of :data:`sys.meta_path`. Meta path finders are related to, but different from :term:`path entry finders <path entry finder>`.
See :class:`importlib.abc.MetaPathFinder` for the methods that meta path
finders implement. | path finder A :term:`finder` returned by a search of :data:`sys.meta_path`. Meta path finders are related to, but different from :term:`path entry finders <path entry finder>`.
See :class:`importlib.abc.MetaPathFinder` for the methods that meta path
finders implement. | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
8db5c8ed-eb11-472e-ad04-9fa9b048661a | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 567 | supabase-export-v2 | 8f80e0e7b02ee78c | :meth:`~object.__reversed__`. Types that implement this expanded interface can be registered explicitly using :func:`~abc.ABCMeta.register`. For more documentation on sequence methods generally, see :ref:`Common Sequence Operations <typesseq-common>`.
set comprehension
A compact way to process all or part of the eleme... | trusted_official_docs | CPython Docs | :meth:`~object.__reversed__`. Types that implement this expanded interface can be registered explicitly using :func:`~abc.ABCMeta.register`. For more documentation on sequence methods generally, see :ref:`Common Sequence Operations <typesseq-common>`.
set comprehension
A compact way to process all or part of the eleme... | :meth:`~object.__reversed__`. Types that implement this expanded interface can be registered explicitly using :func:`~abc.ABCMeta.register`. For more documentation on sequence methods generally, see :ref:`Common Sequence Operations <typesseq-common>`.
set comprehension
A compact way to process all or part of the eleme... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
8e06e92d-b9b2-46e2-80d3-e661d2f82aa2 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 333 | supabase-export-v2 | 79e6bb4c3fccf3b5 | if the object allows it. Such an attribute will not be accessible using a dotted expression, and would instead need to be retrieved with :func:`getattr`.
awaitable
An object that can be used in an :keyword:`await` expression. Can be
a :term:`coroutine` or an object with an :meth:`~object.__await__` method. See also :... | trusted_official_docs | CPython Docs | if the object allows it. Such an attribute will not be accessible using a dotted expression, and would instead need to be retrieved with :func:`getattr`.
awaitable
An object that can be used in an :keyword:`await` expression. Can be
a :term:`coroutine` or an object with an :meth:`~object.__await__` method. See also :... | if the object allows it. Such an attribute will not be accessible using a dotted expression, and would instead need to be retrieved with :func:`getattr`.
awaitable
An object that can be used in an :keyword:`await` expression. Can be
a :term:`coroutine` or an object with an :meth:`~object.__await__` method. See also :... | python, official-docs, cpython, P0 | Local_Trusted_Corpus | |
8eab1bd7-cbf7-4040-9d06-5ed70633c2d5 | CPython Docs | file://datasets/cpython/Doc/glossary.rst | unknown | 06afde4d-67af-49dd-8954-38ac7efd564f | 383 | supabase-export-v2 | 6806e83de7e9eaa0 | dunder An informal short-hand for "double underscore", used when talking about a :term:`special method`. For example, ``__init__`` is often pronounced "dunder init".
EAFP
Easier to ask for forgiveness than permission. This common Python coding
style assumes the existence of valid keys or attributes and catches
excep... | trusted_official_docs | CPython Docs | dunder An informal short-hand for "double underscore", used when talking about a :term:`special method`. For example, ``__init__`` is often pronounced "dunder init".
EAFP
Easier to ask for forgiveness than permission. This common Python coding
style assumes the existence of valid keys or attributes and catches
excep... | dunder An informal short-hand for "double underscore", used when talking about a :term:`special method`. For example, ``__init__`` is often pronounced "dunder init".
EAFP
Easier to ask for forgiveness than permission. This common Python coding
style assumes the existence of valid keys or attributes and catches
excep... | 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.