python-docs-fr/library/asyncio-api-index.po

413 lines
9.4 KiB
Plaintext
Raw Normal View History

2018-10-13 15:54:03 +00:00
# Copyright (C) 2001-2018, Python Software Foundation
2018-11-29 20:30:02 +00:00
# For licence information, see README file.
2018-10-13 15:54:03 +00:00
#
msgid ""
msgstr ""
2019-12-05 22:15:54 +00:00
"Project-Id-Version: Python 3\n"
2018-10-13 15:54:03 +00:00
"Report-Msgid-Bugs-To: \n"
2022-05-22 21:15:02 +00:00
"POT-Creation-Date: 2022-05-22 23:13+0200\n"
2018-10-13 15:54:03 +00:00
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2018-11-29 20:30:02 +00:00
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
2018-10-13 15:54:03 +00:00
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: library/asyncio-api-index.rst:6
2018-10-13 15:54:03 +00:00
msgid "High-level API Index"
msgstr ""
#: library/asyncio-api-index.rst:8
2018-10-13 15:54:03 +00:00
msgid "This page lists all high-level async/await enabled asyncio APIs."
msgstr ""
#: library/asyncio-api-index.rst:12
2018-10-13 15:54:03 +00:00
msgid "Tasks"
msgstr "Tâches"
2018-10-13 15:54:03 +00:00
#: library/asyncio-api-index.rst:14
2018-10-13 15:54:03 +00:00
msgid ""
"Utilities to run asyncio programs, create Tasks, and await on multiple "
"things with timeouts."
msgstr ""
#: library/asyncio-api-index.rst:21
2020-02-14 10:18:53 +00:00
#, fuzzy
2018-10-13 15:54:03 +00:00
msgid ":func:`run`"
2020-02-14 10:18:53 +00:00
msgstr ":func:`round`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-api-index.rst:22
2018-10-13 15:54:03 +00:00
msgid "Create event loop, run a coroutine, close the loop."
msgstr ""
#: library/asyncio-api-index.rst:24
2018-10-13 15:54:03 +00:00
msgid ":func:`create_task`"
msgstr ""
#: library/asyncio-api-index.rst:25
2018-10-13 15:54:03 +00:00
msgid "Start an asyncio Task."
msgstr ""
#: library/asyncio-api-index.rst:27
2018-10-13 15:54:03 +00:00
msgid "``await`` :func:`sleep`"
msgstr ""
#: library/asyncio-api-index.rst:28
2018-10-13 15:54:03 +00:00
msgid "Sleep for a number of seconds."
msgstr ""
#: library/asyncio-api-index.rst:30
2018-10-13 15:54:03 +00:00
msgid "``await`` :func:`gather`"
msgstr ""
#: library/asyncio-api-index.rst:31
2018-10-13 15:54:03 +00:00
msgid "Schedule and wait for things concurrently."
msgstr ""
#: library/asyncio-api-index.rst:33
2018-10-13 15:54:03 +00:00
msgid "``await`` :func:`wait_for`"
msgstr ""
#: library/asyncio-api-index.rst:34
2018-10-13 15:54:03 +00:00
msgid "Run with a timeout."
msgstr ""
#: library/asyncio-api-index.rst:36
2018-10-13 15:54:03 +00:00
msgid "``await`` :func:`shield`"
msgstr ""
#: library/asyncio-api-index.rst:37
2018-10-13 15:54:03 +00:00
msgid "Shield from cancellation."
msgstr ""
#: library/asyncio-api-index.rst:39
2018-10-13 15:54:03 +00:00
msgid "``await`` :func:`wait`"
msgstr ""
#: library/asyncio-api-index.rst:40
2018-10-13 15:54:03 +00:00
msgid "Monitor for completion."
msgstr ""
#: library/asyncio-api-index.rst:42
2018-10-13 15:54:03 +00:00
msgid ":func:`current_task`"
msgstr ""
#: library/asyncio-api-index.rst:43
2018-10-13 15:54:03 +00:00
msgid "Return the current Task."
msgstr ""
#: library/asyncio-api-index.rst:45
2018-10-13 15:54:03 +00:00
msgid ":func:`all_tasks`"
msgstr ""
#: library/asyncio-api-index.rst:46
2018-10-13 15:54:03 +00:00
msgid "Return all tasks for an event loop."
msgstr ""
#: library/asyncio-api-index.rst:48
2018-10-13 15:54:03 +00:00
msgid ":class:`Task`"
msgstr ""
#: library/asyncio-api-index.rst:49
2018-10-13 15:54:03 +00:00
msgid "Task object."
msgstr ""
#: library/asyncio-api-index.rst:51
2020-07-20 08:56:42 +00:00
#, fuzzy
msgid ":func:`to_thread`"
msgstr ":func:`round`"
#: library/asyncio-api-index.rst:52
msgid "Asynchronously run a function in a separate OS thread."
2020-07-20 08:56:42 +00:00
msgstr ""
#: library/asyncio-api-index.rst:54
2018-10-13 15:54:03 +00:00
msgid ":func:`run_coroutine_threadsafe`"
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:55
2018-10-13 15:54:03 +00:00
msgid "Schedule a coroutine from another OS thread."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:57
2018-10-13 15:54:03 +00:00
msgid "``for in`` :func:`as_completed`"
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:58
2018-10-13 15:54:03 +00:00
msgid "Monitor for completion with a ``for`` loop."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:62 library/asyncio-api-index.rst:98
#: library/asyncio-api-index.rst:122 library/asyncio-api-index.rst:158
2022-05-22 21:15:02 +00:00
#: library/asyncio-api-index.rst:194 library/asyncio-api-index.rst:219
2018-10-13 15:54:03 +00:00
msgid "Examples"
msgstr "Exemples"
2018-10-13 15:54:03 +00:00
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:63
2018-10-13 15:54:03 +00:00
msgid ""
":ref:`Using asyncio.gather() to run things in parallel "
"<asyncio_example_gather>`."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:66
2018-10-13 15:54:03 +00:00
msgid ""
":ref:`Using asyncio.wait_for() to enforce a timeout "
"<asyncio_example_waitfor>`."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:69
2018-10-13 15:54:03 +00:00
msgid ":ref:`Cancellation <asyncio_example_task_cancel>`."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:71
2018-10-13 15:54:03 +00:00
msgid ":ref:`Using asyncio.sleep() <asyncio_example_sleep>`."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:73
2018-10-13 15:54:03 +00:00
msgid "See also the main :ref:`Tasks documentation page <coroutine>`."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:77
2018-10-13 15:54:03 +00:00
msgid "Queues"
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:79
2018-10-13 15:54:03 +00:00
msgid ""
"Queues should be used to distribute work amongst multiple asyncio Tasks, "
"implement connection pools, and pub/sub patterns."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:87
2018-10-13 15:54:03 +00:00
msgid ":class:`Queue`"
msgstr ":class:`Queue`"
2018-10-13 15:54:03 +00:00
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:88
2018-10-13 15:54:03 +00:00
msgid "A FIFO queue."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:90
2018-10-13 15:54:03 +00:00
msgid ":class:`PriorityQueue`"
msgstr ":class:`PriorityQueue`"
2018-10-13 15:54:03 +00:00
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:91
2018-10-13 15:54:03 +00:00
msgid "A priority queue."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:93
2018-10-13 15:54:03 +00:00
msgid ":class:`LifoQueue`"
msgstr ":class:`LifoQueue`"
2018-10-13 15:54:03 +00:00
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:94
2018-10-13 15:54:03 +00:00
msgid "A LIFO queue."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:99
2018-10-13 15:54:03 +00:00
msgid ""
":ref:`Using asyncio.Queue to distribute workload between several Tasks "
"<asyncio_example_queue_dist>`."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:102
2018-10-13 15:54:03 +00:00
msgid "See also the :ref:`Queues documentation page <asyncio-queues>`."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:106
2018-10-13 15:54:03 +00:00
msgid "Subprocesses"
2018-11-30 17:31:12 +00:00
msgstr "Sous-processus"
2018-10-13 15:54:03 +00:00
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:108
2018-10-13 15:54:03 +00:00
msgid "Utilities to spawn subprocesses and run shell commands."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:114
2018-10-13 15:54:03 +00:00
msgid "``await`` :func:`create_subprocess_exec`"
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:115
2018-10-13 15:54:03 +00:00
msgid "Create a subprocess."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:117
2018-10-13 15:54:03 +00:00
msgid "``await`` :func:`create_subprocess_shell`"
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:118
2018-10-13 15:54:03 +00:00
msgid "Run a shell command."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:123
2018-10-13 15:54:03 +00:00
msgid ":ref:`Executing a shell command <asyncio_example_subprocess_shell>`."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:125
2018-10-13 15:54:03 +00:00
msgid "See also the :ref:`subprocess APIs <asyncio-subprocess>` documentation."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:130
2018-10-13 15:54:03 +00:00
msgid "Streams"
2018-11-30 17:31:12 +00:00
msgstr "Streams"
2018-10-13 15:54:03 +00:00
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:132
2018-10-13 15:54:03 +00:00
msgid "High-level APIs to work with network IO."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:138
2018-10-13 15:54:03 +00:00
msgid "``await`` :func:`open_connection`"
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:139
2018-10-13 15:54:03 +00:00
msgid "Establish a TCP connection."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:141
2018-10-13 15:54:03 +00:00
msgid "``await`` :func:`open_unix_connection`"
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:142
2018-10-13 15:54:03 +00:00
msgid "Establish a Unix socket connection."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:144
2018-10-13 15:54:03 +00:00
msgid "``await`` :func:`start_server`"
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:145
2018-10-13 15:54:03 +00:00
msgid "Start a TCP server."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:147
2018-10-13 15:54:03 +00:00
msgid "``await`` :func:`start_unix_server`"
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:148
2018-10-13 15:54:03 +00:00
msgid "Start a Unix socket server."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:150
2018-10-13 15:54:03 +00:00
msgid ":class:`StreamReader`"
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:151
2018-10-13 15:54:03 +00:00
msgid "High-level async/await object to receive network data."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:153
2018-10-13 15:54:03 +00:00
msgid ":class:`StreamWriter`"
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:154
2018-10-13 15:54:03 +00:00
msgid "High-level async/await object to send network data."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:159
2018-10-13 15:54:03 +00:00
msgid ":ref:`Example TCP client <asyncio_example_stream>`."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:161
2018-10-13 15:54:03 +00:00
msgid "See also the :ref:`streams APIs <asyncio-streams>` documentation."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:166
2018-10-13 15:54:03 +00:00
msgid "Synchronization"
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:168
2018-10-13 15:54:03 +00:00
msgid "Threading-like synchronization primitives that can be used in Tasks."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:174
2018-10-13 15:54:03 +00:00
msgid ":class:`Lock`"
msgstr ":class:`Lock`"
2018-10-13 15:54:03 +00:00
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:175
2018-10-13 15:54:03 +00:00
msgid "A mutex lock."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:177
2018-10-13 15:54:03 +00:00
msgid ":class:`Event`"
msgstr ":class:`Event`"
2018-10-13 15:54:03 +00:00
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:178
2018-10-13 15:54:03 +00:00
msgid "An event object."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:180
2018-10-13 15:54:03 +00:00
msgid ":class:`Condition`"
msgstr ":class:`Condition`"
2018-10-13 15:54:03 +00:00
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:181
2018-10-13 15:54:03 +00:00
msgid "A condition object."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:183
2018-10-13 15:54:03 +00:00
msgid ":class:`Semaphore`"
msgstr ":class:`Semaphore`"
2018-10-13 15:54:03 +00:00
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:184
2018-10-13 15:54:03 +00:00
msgid "A semaphore."
msgstr ""
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:186
2018-10-13 15:54:03 +00:00
msgid ":class:`BoundedSemaphore`"
msgstr ":class:`BoundedSemaphore`"
2018-10-13 15:54:03 +00:00
2020-07-20 08:56:42 +00:00
#: library/asyncio-api-index.rst:187
2018-10-13 15:54:03 +00:00
msgid "A bounded semaphore."
msgstr ""
2022-05-22 21:15:02 +00:00
#: library/asyncio-api-index.rst:189
#, fuzzy
msgid ":class:`Barrier`"
msgstr ":class:`Semaphore`"
#: library/asyncio-api-index.rst:190
msgid "A barrier object."
msgstr ""
#: library/asyncio-api-index.rst:195
2018-10-13 15:54:03 +00:00
msgid ":ref:`Using asyncio.Event <asyncio_example_sync_event>`."
msgstr ""
2022-05-22 21:15:02 +00:00
#: library/asyncio-api-index.rst:197
msgid ":ref:`Using asyncio.Barrier <asyncio_example_barrier>`."
msgstr ""
#: library/asyncio-api-index.rst:199
2018-10-13 15:54:03 +00:00
msgid ""
"See also the documentation of asyncio :ref:`synchronization primitives "
"<asyncio-sync>`."
msgstr ""
2022-05-22 21:15:02 +00:00
#: library/asyncio-api-index.rst:204
2018-10-13 15:54:03 +00:00
msgid "Exceptions"
msgstr "Exceptions"
2018-10-13 15:54:03 +00:00
2022-05-22 21:15:02 +00:00
#: library/asyncio-api-index.rst:211
2018-10-13 15:54:03 +00:00
msgid ":exc:`asyncio.CancelledError`"
msgstr ""
2022-05-22 21:15:02 +00:00
#: library/asyncio-api-index.rst:212
2018-10-13 15:54:03 +00:00
msgid "Raised when a Task is cancelled. See also :meth:`Task.cancel`."
msgstr ""
2022-05-22 21:15:02 +00:00
#: library/asyncio-api-index.rst:214
msgid ":exc:`asyncio.BrokenBarrierError`"
msgstr ""
#: library/asyncio-api-index.rst:215
msgid "Raised when a Barrier is broken. See also :meth:`Barrier.wait`."
msgstr ""
#: library/asyncio-api-index.rst:220
2018-10-13 15:54:03 +00:00
msgid ""
":ref:`Handling CancelledError to run code on cancellation request "
"<asyncio_example_task_cancel>`."
msgstr ""
2022-05-22 21:15:02 +00:00
#: library/asyncio-api-index.rst:223
2018-10-13 15:54:03 +00:00
msgid ""
"See also the full list of :ref:`asyncio-specific exceptions <asyncio-"
"exceptions>`."
msgstr ""