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

1098 lines
37 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"
2023-07-23 12:39:39 +00:00
"POT-Creation-Date: 2023-07-23 14:38+0200\n"
"PO-Revision-Date: 2023-06-17 22:35+0200\n"
"Last-Translator: Christophe Nanteuil <christophe.nanteuil@gmail.com>\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"
"X-Generator: Poedit 3.2.2\n"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:6
2018-10-13 15:54:03 +00:00
msgid "Low-level API Index"
msgstr "Index de l'API de bas niveau"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:8
2018-10-13 15:54:03 +00:00
msgid "This page lists all low-level asyncio APIs."
msgstr "Cette page répertorie toutes les API asynchrones de bas niveau."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:12
2018-10-13 15:54:03 +00:00
msgid "Obtaining the Event Loop"
2018-11-30 17:31:12 +00:00
msgstr "Obtenir une boucle d'évènements"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:18
2018-10-13 15:54:03 +00:00
msgid ":func:`asyncio.get_running_loop`"
msgstr ":func:`asyncio.get_running_loop`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:19
2018-10-13 15:54:03 +00:00
msgid "The **preferred** function to get the running event loop."
msgstr ""
"La fonction **préférée** pour obtenir la boucle d'événements en cours "
"d'exécution."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:21
2018-10-13 15:54:03 +00:00
msgid ":func:`asyncio.get_event_loop`"
msgstr ":func:`asyncio.get_event_loop`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:22
2023-07-23 12:39:39 +00:00
msgid "Get an event loop instance (running or current via the current policy)."
2018-10-13 15:54:03 +00:00
msgstr ""
"Renvoie une instance de boucle d'événements (en cours d'exécution ou "
"actuelle via la politique actuelle)."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:24
2018-10-13 15:54:03 +00:00
msgid ":func:`asyncio.set_event_loop`"
msgstr ":func:`asyncio.set_event_loop`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:25
2018-10-13 15:54:03 +00:00
msgid "Set the event loop as current via the current policy."
msgstr ""
"Définit la boucle d'événements comme actuelle via la politique actuelle."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:27
2018-10-13 15:54:03 +00:00
msgid ":func:`asyncio.new_event_loop`"
msgstr ":func:`asyncio.new_event_loop`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:28
2018-10-13 15:54:03 +00:00
msgid "Create a new event loop."
msgstr "Crée une nouvelle boucle d'événements."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:32 library/asyncio-llapi-index.rst:269
2018-10-13 15:54:03 +00:00
msgid "Examples"
msgstr "Exemples"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:33
2018-10-13 15:54:03 +00:00
msgid ":ref:`Using asyncio.get_running_loop() <asyncio_example_future>`."
msgstr ""
":ref:`Utilisation d'asyncio.get_running_loop() <asyncio_example_future>`."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:37
2018-10-13 15:54:03 +00:00
msgid "Event Loop Methods"
2018-11-30 17:31:12 +00:00
msgstr "Méthodes de la boucle d'évènements"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:39
2018-10-13 15:54:03 +00:00
msgid ""
"See also the main documentation section about the :ref:`asyncio-event-loop-"
"methods`."
2018-10-13 15:54:03 +00:00
msgstr ""
"Voir aussi la section principale de la documentation sur les :ref:`asyncio-"
"event-loop-methods`."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:42
2018-10-13 15:54:03 +00:00
msgid "Lifecycle"
msgstr "Cycle de vie"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:47
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.run_until_complete`"
msgstr ":meth:`loop.run_until_complete`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:48
2018-10-13 15:54:03 +00:00
msgid "Run a Future/Task/awaitable until complete."
msgstr "Exécute un Future/Task/awaitable jusqu'à ce qu'il soit terminé."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:50
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.run_forever`"
msgstr ":meth:`loop.run_forever`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:51
2018-10-13 15:54:03 +00:00
msgid "Run the event loop forever."
msgstr "Exécute la boucle d'événements pour toujours."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:53
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.stop`"
msgstr ":meth:`loop.stop`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:54
2018-10-13 15:54:03 +00:00
msgid "Stop the event loop."
2018-11-30 17:31:12 +00:00
msgstr "Arrête l'exécution de la boucle d'évènements."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:56
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.close`"
msgstr ":meth:`loop.close`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:57
2018-10-13 15:54:03 +00:00
msgid "Close the event loop."
2018-11-30 17:31:12 +00:00
msgstr "Arrête la boucle d'évènements."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:59
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.is_running()`"
msgstr ":meth:`loop.is_running()`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:60
2018-10-13 15:54:03 +00:00
msgid "Return ``True`` if the event loop is running."
msgstr "Renvoie ``True`` si la boucle d'événements est en cours d'exécution."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:62
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.is_closed()`"
msgstr ":meth:`loop.is_closed()`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:63
2018-10-13 15:54:03 +00:00
msgid "Return ``True`` if the event loop is closed."
2020-02-14 10:18:53 +00:00
msgstr "Renvoie ``True`` si la boucle d'évènements est arrêtée."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:65
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.shutdown_asyncgens`"
msgstr "``await`` :meth:`loop.shutdown_asyncgens`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:66
2018-10-13 15:54:03 +00:00
msgid "Close asynchronous generators."
msgstr "Ferme les générateurs asynchrones."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:69
2018-10-13 15:54:03 +00:00
msgid "Debugging"
msgstr "Débogage"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:74
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.set_debug`"
msgstr ":meth:`loop.set_debug`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:75
2018-10-13 15:54:03 +00:00
msgid "Enable or disable the debug mode."
msgstr "Active ou désactive le mode débogage."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:77
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.get_debug`"
msgstr ":meth:`loop.get_debug`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:78
2018-10-13 15:54:03 +00:00
msgid "Get the current debug mode."
msgstr "Renvoie le mode de débogage actuel."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:81
2018-10-13 15:54:03 +00:00
msgid "Scheduling Callbacks"
msgstr "Planification des rappels"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:86
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.call_soon`"
msgstr ":meth:`loop.call_soon`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:87
2018-10-13 15:54:03 +00:00
msgid "Invoke a callback soon."
msgstr "Invoque un rappel bientôt."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:89
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.call_soon_threadsafe`"
msgstr ":meth:`loop.call_soon_threadsafe`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:90
2018-10-13 15:54:03 +00:00
msgid "A thread-safe variant of :meth:`loop.call_soon`."
msgstr ""
2023-07-23 12:39:39 +00:00
"Une variante compatible avec les programmes à fils d'exécution multiples de :"
"meth:`loop.call_soon`."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:92
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.call_later`"
msgstr ":meth:`loop.call_later`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:93
2018-10-13 15:54:03 +00:00
msgid "Invoke a callback *after* the given time."
msgstr "Invoque un rappel *après* le temps imparti."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:95
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.call_at`"
msgstr ":meth:`loop.call_at`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:96
2018-10-13 15:54:03 +00:00
msgid "Invoke a callback *at* the given time."
msgstr "Invoque un rappel *à l'heure* indiquée."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:99
2018-10-13 15:54:03 +00:00
msgid "Thread/Process Pool"
msgstr "Pool de fils d'exécution ou processus"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:104
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.run_in_executor`"
msgstr "``await`` :meth:`loop.run_in_executor`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:105
2018-10-13 15:54:03 +00:00
msgid ""
"Run a CPU-bound or other blocking function in a :mod:`concurrent.futures` "
"executor."
msgstr ""
"Exécute une fonction utilisant beaucoup de CPU ou une autre fonction "
"bloquante dans un exécuteur :mod:`concurrent.futures`."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:108
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.set_default_executor`"
msgstr ":meth:`loop.set_default_executor`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:109
2018-10-13 15:54:03 +00:00
msgid "Set the default executor for :meth:`loop.run_in_executor`."
msgstr "Définit l'exécuteur par défaut pour :meth:`loop.run_in_executor`."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:112
2018-10-13 15:54:03 +00:00
msgid "Tasks and Futures"
msgstr "Tâches et *Futures*"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:117
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.create_future`"
msgstr ":meth:`loop.create_future`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:118
2018-10-13 15:54:03 +00:00
msgid "Create a :class:`Future` object."
msgstr "Crée un objet :class:`Future`."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:120
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.create_task`"
msgstr ":meth:`loop.create_task`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:121
2018-10-13 15:54:03 +00:00
msgid "Schedule coroutine as a :class:`Task`."
msgstr "Planifie la coroutine en tant que :class:`Task`."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:123
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.set_task_factory`"
msgstr ":meth:`loop.set_task_factory`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:124
2018-10-13 15:54:03 +00:00
msgid ""
"Set a factory used by :meth:`loop.create_task` to create :class:`Tasks "
"<Task>`."
msgstr ""
2023-07-23 12:39:39 +00:00
"Définit une fabrique utilisée par :meth:`loop.create_task` pour créer des :"
"class:`Tasks <Task>`."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:127
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.get_task_factory`"
msgstr ":meth:`loop.get_task_factory`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:128
2018-10-13 15:54:03 +00:00
msgid ""
"Get the factory :meth:`loop.create_task` uses to create :class:`Tasks "
"<Task>`."
msgstr ""
2023-07-23 12:39:39 +00:00
"Récupère la fabrique que :meth:`loop.create_task` utilise pour créer des :"
"class:`Tasks <Task>`."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:132
2018-10-13 15:54:03 +00:00
msgid "DNS"
msgstr "DNS"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:137
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.getaddrinfo`"
msgstr "``await`` :meth:`loop.getaddrinfo`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:138
2018-10-13 15:54:03 +00:00
msgid "Asynchronous version of :meth:`socket.getaddrinfo`."
msgstr "Version asynchrone de :meth:`socket.getaddrinfo`."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:140
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.getnameinfo`"
msgstr "``await`` :meth:`loop.getnameinfo`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:141
2018-10-13 15:54:03 +00:00
msgid "Asynchronous version of :meth:`socket.getnameinfo`."
msgstr "Version asynchrone de :meth:`socket.getnameinfo`."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:144
2018-10-13 15:54:03 +00:00
msgid "Networking and IPC"
msgstr "Réseau et communication inter-processus"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:149
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.create_connection`"
msgstr "``await`` :meth:`loop.create_connection`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:150
2018-10-13 15:54:03 +00:00
msgid "Open a TCP connection."
msgstr "Ouvre une connexion TCP."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:152
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.create_server`"
msgstr "``await`` :meth:`loop.create_server`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:153
2018-10-13 15:54:03 +00:00
msgid "Create a TCP server."
msgstr "Crée un serveur TCP."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:155
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.create_unix_connection`"
msgstr "``await`` :meth:`loop.create_unix_connection`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:156
2018-10-13 15:54:03 +00:00
msgid "Open a Unix socket connection."
msgstr "Ouvre une connexion socket Unix."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:158
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.create_unix_server`"
msgstr "``await`` :meth:`loop.create_unix_server`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:159
2018-10-13 15:54:03 +00:00
msgid "Create a Unix socket server."
msgstr "Crée un serveur de socket Unix."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:161
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.connect_accepted_socket`"
msgstr "``await`` :meth:`loop.connect_accepted_socket`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:162
2018-10-13 15:54:03 +00:00
msgid "Wrap a :class:`~socket.socket` into a ``(transport, protocol)`` pair."
msgstr ""
"Enveloppe une :class:`~socket.socket` dans une paire ``(transport, "
"protocol)``."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:165
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.create_datagram_endpoint`"
msgstr "``await`` :meth:`loop.create_datagram_endpoint`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:166
2018-10-13 15:54:03 +00:00
msgid "Open a datagram (UDP) connection."
msgstr "Ouvre une connexion par datagramme (UDP)."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:168
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.sendfile`"
msgstr "``await`` :meth:`loop.sendfile`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:169
2018-10-13 15:54:03 +00:00
msgid "Send a file over a transport."
msgstr "Envoie un fichier via un transport."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:171
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.start_tls`"
msgstr "``await`` :meth:`loop.start_tls`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:172
2018-10-13 15:54:03 +00:00
msgid "Upgrade an existing connection to TLS."
msgstr "Bascule une connexion existante vers TLS."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:174
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.connect_read_pipe`"
msgstr "``await`` :meth:`loop.connect_read_pipe`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:175
2018-10-13 15:54:03 +00:00
msgid "Wrap a read end of a pipe into a ``(transport, protocol)`` pair."
msgstr ""
"Enveloppe une extrémité de lecture d'un tube dans une paire ``(transport, "
"protocol)``."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:177
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.connect_write_pipe`"
msgstr "``await`` :meth:`loop.connect_write_pipe`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:178
2018-10-13 15:54:03 +00:00
msgid "Wrap a write end of a pipe into a ``(transport, protocol)`` pair."
msgstr ""
"Enveloppe une extrémité d'écriture d'un tube dans une paire ``(transport, "
"protocol)``."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:181
2018-10-13 15:54:03 +00:00
msgid "Sockets"
msgstr "Interfaces de connexion (*sockets*)"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:186
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.sock_recv`"
msgstr "``await`` :meth:`loop.sock_recv`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:187
2018-10-13 15:54:03 +00:00
msgid "Receive data from the :class:`~socket.socket`."
msgstr "Reçoit les données de :class:`~socket.socket`."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:189
2018-10-13 15:54:03 +00:00
msgid "``await`` :meth:`loop.sock_recv_into`"
msgstr "``await`` :meth:`loop.sock_recv_into`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:190
2018-10-13 15:54:03 +00:00
msgid "Receive data from the :class:`~socket.socket` into a buffer."
msgstr "Reçoit les données de :class:`~socket.socket` dans un tampon."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:192
2022-03-23 17:40:12 +00:00
msgid "``await`` :meth:`loop.sock_recvfrom`"
msgstr "``await`` :meth:`loop.sock_recvfrom`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:193
2022-03-23 17:40:12 +00:00
msgid "Receive a datagram from the :class:`~socket.socket`."
msgstr "Reçoit un datagramme de :class:`~socket.socket`."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:195
2022-03-23 17:40:12 +00:00
msgid "``await`` :meth:`loop.sock_recvfrom_into`"
msgstr "``await`` :meth:`loop.sock_recvfrom_into`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:196
2022-03-23 17:40:12 +00:00
msgid "Receive a datagram from the :class:`~socket.socket` into a buffer."
msgstr "Reçoit un datagramme de :class:`~socket.socket` dans un tampon."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:198
2022-03-23 17:40:12 +00:00
msgid "``await`` :meth:`loop.sock_sendall`"
msgstr "``await`` :meth:`loop.sock_sendall`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:199
2022-03-23 17:40:12 +00:00
msgid "Send data to the :class:`~socket.socket`."
msgstr "Envoie des données à :class:`~socket.socket`."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:201
2022-03-23 17:40:12 +00:00
msgid "``await`` :meth:`loop.sock_sendto`"
msgstr "``await`` :meth:`loop.sock_sendto`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:202
2022-03-23 17:40:12 +00:00
msgid "Send a datagram via the :class:`~socket.socket` to the given address."
2023-07-23 12:39:39 +00:00
msgstr "Envoie un datagramme via :class:`~socket.socket` à l'adresse indiquée."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:204
2022-03-23 17:40:12 +00:00
msgid "``await`` :meth:`loop.sock_connect`"
msgstr "``await`` :meth:`loop.sock_connect`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:205
2022-03-23 17:40:12 +00:00
msgid "Connect the :class:`~socket.socket`."
msgstr "Connecte la :class:`~socket.socket`."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:207
2022-03-23 17:40:12 +00:00
msgid "``await`` :meth:`loop.sock_accept`"
msgstr "``await`` :meth:`loop.sock_accept`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:208
2022-03-23 17:40:12 +00:00
msgid "Accept a :class:`~socket.socket` connection."
msgstr "Accepte une connexion :class:`~socket.socket`."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:210
2022-03-23 17:40:12 +00:00
msgid "``await`` :meth:`loop.sock_sendfile`"
msgstr "``await`` :meth:`loop.sock_sendfile`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:211
2022-03-23 17:40:12 +00:00
msgid "Send a file over the :class:`~socket.socket`."
msgstr "Envoie un fichier via :class:`~socket.socket`."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:213
2022-03-23 17:40:12 +00:00
msgid ":meth:`loop.add_reader`"
msgstr ":meth:`loop.add_reader`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:214
2022-03-23 17:40:12 +00:00
msgid "Start watching a file descriptor for read availability."
msgstr ""
"Commence à observer un descripteur de fichier pour la disponibilité en "
"lecture."
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:216
msgid ":meth:`loop.remove_reader`"
msgstr ":meth:`loop.remove_reader`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:217
2022-03-23 17:40:12 +00:00
msgid "Stop watching a file descriptor for read availability."
msgstr ""
2023-07-23 12:39:39 +00:00
"Arrête d'observer un descripteur de fichier pour la disponibilité en lecture."
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:219
msgid ":meth:`loop.add_writer`"
msgstr ":meth:`loop.add_writer`"
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:220
msgid "Start watching a file descriptor for write availability."
msgstr ""
"Commence à observer un descripteur de fichier pour la disponibilité en "
"écriture."
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:222
msgid ":meth:`loop.remove_writer`"
msgstr ":meth:`loop.remove_writer`"
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:223
msgid "Stop watching a file descriptor for write availability."
msgstr ""
"Arrête d'observer un descripteur de fichier pour la disponibilité en "
"écriture."
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:226
2018-10-13 15:54:03 +00:00
msgid "Unix Signals"
2020-02-14 10:18:53 +00:00
msgstr "Signaux Unix"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:231
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.add_signal_handler`"
msgstr ":meth:`loop.add_signal_handler`"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:232
2018-10-13 15:54:03 +00:00
msgid "Add a handler for a :mod:`signal`."
msgstr "Ajoute un gestionnaire pour le :mod:`signal`."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:234
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.remove_signal_handler`"
msgstr ":meth:`loop.remove_signal_handler`"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:235
2018-10-13 15:54:03 +00:00
msgid "Remove a handler for a :mod:`signal`."
msgstr "Supprime un gestionnaire pour le :mod:`signal`."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:238
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
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:243
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.subprocess_exec`"
msgstr ":meth:`loop.subprocess_exec`"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:244
2018-10-13 15:54:03 +00:00
msgid "Spawn a subprocess."
msgstr "Crée un sous-processus."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:246
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.subprocess_shell`"
msgstr ":meth:`loop.subprocess_shell`"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:247
2018-10-13 15:54:03 +00:00
msgid "Spawn a subprocess from a shell command."
msgstr "Crée un sous-processus à partir d'une commande shell."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:250
2018-10-13 15:54:03 +00:00
msgid "Error Handling"
msgstr "Gestion des erreurs"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:255
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.call_exception_handler`"
msgstr ":meth:`loop.call_exception_handler`"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:256
2018-10-13 15:54:03 +00:00
msgid "Call the exception handler."
msgstr "Appelle le gestionnaire d'exceptions."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:258
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.set_exception_handler`"
msgstr ":meth:`loop.set_exception_handler`"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:259
2018-10-13 15:54:03 +00:00
msgid "Set a new exception handler."
msgstr "Définit un nouveau gestionnaire d'exceptions."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:261
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.get_exception_handler`"
msgstr ":meth:`loop.get_exception_handler`"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:262
2018-10-13 15:54:03 +00:00
msgid "Get the current exception handler."
msgstr "Renvoie le gestionnaire d'exceptions actuel."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:264
2018-10-13 15:54:03 +00:00
msgid ":meth:`loop.default_exception_handler`"
msgstr ":meth:`loop.default_exception_handler`"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:265
2018-10-13 15:54:03 +00:00
msgid "The default exception handler implementation."
msgstr "Implémentation du gestionnaire d'exceptions par défaut."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:270
2018-10-13 15:54:03 +00:00
msgid ""
":ref:`Using asyncio.new_event_loop() and loop.run_forever() "
2018-10-13 15:54:03 +00:00
"<asyncio_example_lowlevel_helloworld>`."
msgstr ""
":ref:`Utilisation d'asyncio.new_event_loop() et de loop.run_forever() "
"<asyncio_example_lowlevel_helloworld>`."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:273
2018-10-13 15:54:03 +00:00
msgid ":ref:`Using loop.call_later() <asyncio_example_call_later>`."
msgstr ":ref:`Utilisation de loop.call_later() <asyncio_example_call_later>`."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:275
2018-10-13 15:54:03 +00:00
msgid ""
"Using ``loop.create_connection()`` to implement :ref:`an echo-client "
"<asyncio_example_tcp_echo_client_protocol>`."
msgstr ""
2023-07-23 12:39:39 +00:00
"Utilisation de ``loop.create_connection()`` pour implémenter :ref:`un client "
"écho <asyncio_example_tcp_echo_client_protocol>`."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:278
2018-10-13 15:54:03 +00:00
msgid ""
"Using ``loop.create_connection()`` to :ref:`connect a socket "
"<asyncio_example_create_connection>`."
msgstr ""
"Utilisation de ``loop.create_connection()`` pour :ref:`connecter un socket "
"<asyncio_example_create_connection>`."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:281
2018-10-13 15:54:03 +00:00
msgid ""
":ref:`Using add_reader() to watch an FD for read events "
"<asyncio_example_watch_fd>`."
msgstr ""
":ref:`Utilisation de add_reader() pour surveiller un descripteur de fichier "
"pour les événements de lecture <asyncio_example_watch_fd>`."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:284
2018-10-13 15:54:03 +00:00
msgid ":ref:`Using loop.add_signal_handler() <asyncio_example_unix_signals>`."
msgstr ""
":ref:`Utilisation de loop.add_signal_handler() "
"<asyncio_example_unix_signals>`."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:286
2023-07-23 12:39:39 +00:00
msgid ":ref:`Using loop.subprocess_exec() <asyncio_example_subprocess_proto>`."
2018-10-13 15:54:03 +00:00
msgstr ""
":ref:`Utilisation de loop.subprocess_exec() "
"<asyncio_example_subprocess_proto>`."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:290
2018-10-13 15:54:03 +00:00
msgid "Transports"
msgstr "Transports"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:292
2018-10-13 15:54:03 +00:00
msgid "All transports implement the following methods:"
msgstr "Tous les transports mettent en œuvre les méthodes suivantes :"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:298
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.close() <BaseTransport.close>`"
msgstr ":meth:`transport.close() <BaseTransport.close>`"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:299
2018-10-13 15:54:03 +00:00
msgid "Close the transport."
2018-11-30 17:31:12 +00:00
msgstr "Ferme le transport."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:301
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.is_closing() <BaseTransport.is_closing>`"
msgstr ":meth:`transport.is_closing() <BaseTransport.is_closing>`"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:302
2018-10-13 15:54:03 +00:00
msgid "Return ``True`` if the transport is closing or is closed."
msgstr "Renvoie ``True`` si le transport se ferme ou est fermé."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:304
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.get_extra_info() <BaseTransport.get_extra_info>`"
msgstr ":meth:`transport.get_extra_info() <BaseTransport.get_extra_info>`"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:305
2018-10-13 15:54:03 +00:00
msgid "Request for information about the transport."
msgstr "Demande d'informations sur le transport."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:307
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.set_protocol() <BaseTransport.set_protocol>`"
msgstr ":meth:`transport.set_protocol() <BaseTransport.set_protocol>`"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:308
2018-10-13 15:54:03 +00:00
msgid "Set a new protocol."
2018-11-30 17:31:12 +00:00
msgstr "Change le protocole."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:310
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.get_protocol() <BaseTransport.get_protocol>`"
msgstr ":meth:`transport.get_protocol() <BaseTransport.get_protocol>`"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:311
2018-10-13 15:54:03 +00:00
msgid "Return the current protocol."
msgstr "Renvoie le protocole courant."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:314
2018-10-13 15:54:03 +00:00
msgid ""
"Transports that can receive data (TCP and Unix connections, pipes, etc). "
2023-07-23 12:39:39 +00:00
"Returned from methods like :meth:`loop.create_connection`, :meth:`loop."
"create_unix_connection`, :meth:`loop.connect_read_pipe`, etc:"
2018-10-13 15:54:03 +00:00
msgstr ""
"Transports pouvant recevoir des données (connexions TCP et Unix, pipes, "
2023-07-23 12:39:39 +00:00
"etc.). Renvoyé par des méthodes telles que :meth:`loop.create_connection`, :"
"meth:`loop.create_unix_connection`, :meth:`loop.connect_read_pipe`, etc :"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:319
2018-10-13 15:54:03 +00:00
msgid "Read Transports"
msgstr "Transports en lecture"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:324
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.is_reading() <ReadTransport.is_reading>`"
msgstr ":meth:`transport.is_reading() <ReadTransport.is_reading>`"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:325
2018-10-13 15:54:03 +00:00
msgid "Return ``True`` if the transport is receiving."
msgstr "Renvoie ``True`` si le transport est en cours de réception."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:327
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.pause_reading() <ReadTransport.pause_reading>`"
msgstr ":meth:`transport.pause_reading() <ReadTransport.pause_reading>`"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:328
2018-10-13 15:54:03 +00:00
msgid "Pause receiving."
msgstr "Suspend la réception."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:330
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.resume_reading() <ReadTransport.resume_reading>`"
msgstr ":meth:`transport.resume_reading() <ReadTransport.resume_reading>`"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:331
2018-10-13 15:54:03 +00:00
msgid "Resume receiving."
msgstr "Reprend la réception."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:334
2018-10-13 15:54:03 +00:00
msgid ""
"Transports that can Send data (TCP and Unix connections, pipes, etc). "
2023-07-23 12:39:39 +00:00
"Returned from methods like :meth:`loop.create_connection`, :meth:`loop."
"create_unix_connection`, :meth:`loop.connect_write_pipe`, etc:"
2018-10-13 15:54:03 +00:00
msgstr ""
"Transports pouvant envoyer des données (connexions TCP et Unix, pipes, "
2023-07-23 12:39:39 +00:00
"etc.). Renvoyé par des méthodes telles que :meth:`loop.create_connection`, :"
"meth:`loop.create_unix_connection`, :meth:`loop.connect_write_pipe`, etc :"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:339
2018-10-13 15:54:03 +00:00
msgid "Write Transports"
msgstr "Transports en écriture"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:344
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.write() <WriteTransport.write>`"
msgstr ":meth:`transport.write() <WriteTransport.write>`"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:345
2018-10-13 15:54:03 +00:00
msgid "Write data to the transport."
msgstr "Écrit des données dans le transport."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:347
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.writelines() <WriteTransport.writelines>`"
msgstr ":meth:`transport.writelines() <WriteTransport.writelines>`"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:348
2018-10-13 15:54:03 +00:00
msgid "Write buffers to the transport."
msgstr "Écrit des tampons dans le transport."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:350
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.can_write_eof() <WriteTransport.can_write_eof>`"
msgstr ":meth:`transport.can_write_eof() <WriteTransport.can_write_eof>`"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:351
2018-10-13 15:54:03 +00:00
msgid "Return :const:`True` if the transport supports sending EOF."
msgstr "Renvoie :const:`True` si le transport prend en charge l'envoi d'EOF."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:353
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.write_eof() <WriteTransport.write_eof>`"
msgstr ":meth:`transport.write_eof() <WriteTransport.write_eof>`"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:354
2018-10-13 15:54:03 +00:00
msgid "Close and send EOF after flushing buffered data."
msgstr ""
"Ferme et envoie EOF après avoir vidé les données mises en mémoire tampon."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:356
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.abort() <WriteTransport.abort>`"
msgstr ":meth:`transport.abort() <WriteTransport.abort>`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:357 library/asyncio-llapi-index.rst:383
2018-10-13 15:54:03 +00:00
msgid "Close the transport immediately."
msgstr "Ferme immédiatement le transport."
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:359
2018-10-13 15:54:03 +00:00
msgid ""
2023-07-23 12:39:39 +00:00
":meth:`transport.get_write_buffer_size() <WriteTransport."
"get_write_buffer_size>`"
2018-10-13 15:54:03 +00:00
msgstr ""
2023-07-23 12:39:39 +00:00
":meth:`transport.get_write_buffer_size() <WriteTransport."
"get_write_buffer_size>`"
2018-10-13 15:54:03 +00:00
2022-03-23 17:40:12 +00:00
#: library/asyncio-llapi-index.rst:361
#, fuzzy
msgid "Return the current size of the output buffer."
msgstr "Renvoie la taille actuelle du tampon de sortie."
#: library/asyncio-llapi-index.rst:363
msgid ""
2023-07-23 12:39:39 +00:00
":meth:`transport.get_write_buffer_limits() <WriteTransport."
"get_write_buffer_limits>`"
msgstr ""
2023-07-23 12:39:39 +00:00
":meth:`transport.get_write_buffer_limits() <WriteTransport."
"get_write_buffer_limits>`"
#: library/asyncio-llapi-index.rst:365
2018-10-13 15:54:03 +00:00
msgid "Return high and low water marks for write flow control."
msgstr "Renvoie les seuils haut et bas pour le contrôle du flux d'écriture."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:367
2018-10-13 15:54:03 +00:00
msgid ""
2023-07-23 12:39:39 +00:00
":meth:`transport.set_write_buffer_limits() <WriteTransport."
"set_write_buffer_limits>`"
2018-10-13 15:54:03 +00:00
msgstr ""
2023-07-23 12:39:39 +00:00
":meth:`transport.set_write_buffer_limits() <WriteTransport."
"set_write_buffer_limits>`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:369
2018-10-13 15:54:03 +00:00
msgid "Set new high and low water marks for write flow control."
msgstr ""
"Définit de nouvelles bornes hautes et basses pour le contrôle du flux "
"d'écriture."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:372
2018-10-13 15:54:03 +00:00
msgid "Transports returned by :meth:`loop.create_datagram_endpoint`:"
msgstr "Transports renvoyés par :meth:`loop.create_datagram_endpoint` :"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:374
2018-10-13 15:54:03 +00:00
msgid "Datagram Transports"
msgstr "Transports par datagrammes"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:379
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.sendto() <DatagramTransport.sendto>`"
msgstr ":meth:`transport.sendto() <DatagramTransport.sendto>`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:380
2018-10-13 15:54:03 +00:00
msgid "Send data to the remote peer."
msgstr "Envoie des données au pair distant."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:382
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.abort() <DatagramTransport.abort>`"
msgstr ":meth:`transport.abort() <DatagramTransport.abort>`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:386
2018-10-13 15:54:03 +00:00
msgid ""
2023-07-23 12:39:39 +00:00
"Low-level transport abstraction over subprocesses. Returned by :meth:`loop."
"subprocess_exec` and :meth:`loop.subprocess_shell`:"
2018-10-13 15:54:03 +00:00
msgstr ""
2023-07-23 12:39:39 +00:00
"Abstraction de transport de bas niveau sur les sous-processus. Renvoyé par :"
"meth:`loop.subprocess_exec` et :meth:`loop.subprocess_shell` :"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:390
2018-10-13 15:54:03 +00:00
msgid "Subprocess Transports"
2018-11-30 17:31:12 +00:00
msgstr "Transports vers des sous-processus"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:395
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.get_pid() <SubprocessTransport.get_pid>`"
msgstr ":meth:`transport.get_pid() <SubprocessTransport.get_pid>`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:396
2018-10-13 15:54:03 +00:00
msgid "Return the subprocess process id."
msgstr "Renvoie l'ID de processus du sous-processus."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:398
2018-10-13 15:54:03 +00:00
msgid ""
2023-07-23 12:39:39 +00:00
":meth:`transport.get_pipe_transport() <SubprocessTransport."
"get_pipe_transport>`"
2018-10-13 15:54:03 +00:00
msgstr ""
2023-07-23 12:39:39 +00:00
":meth:`transport.get_pipe_transport() <SubprocessTransport."
"get_pipe_transport>`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:400
2018-10-13 15:54:03 +00:00
msgid ""
"Return the transport for the requested communication pipe (*stdin*, "
"*stdout*, or *stderr*)."
msgstr ""
"Renvoie le transport pour le tube de communication demandé (*stdin*, "
"*stdout* ou *stderr*)."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:403
2023-07-23 12:39:39 +00:00
msgid ":meth:`transport.get_returncode() <SubprocessTransport.get_returncode>`"
2018-10-13 15:54:03 +00:00
msgstr ""
":meth:`transport.get_returncode() <SubprocessTransport.get_returncode>`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:404
2018-10-13 15:54:03 +00:00
msgid "Return the subprocess return code."
msgstr "Renvoie le code de retour du sous-processus."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:406
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.kill() <SubprocessTransport.kill>`"
msgstr ":meth:`transport.kill() <SubprocessTransport.kill>`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:407
2018-10-13 15:54:03 +00:00
msgid "Kill the subprocess."
2018-11-30 17:31:12 +00:00
msgstr "Tue le sous-processus."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:409
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.send_signal() <SubprocessTransport.send_signal>`"
msgstr ":meth:`transport.send_signal() <SubprocessTransport.send_signal>`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:410
2018-10-13 15:54:03 +00:00
msgid "Send a signal to the subprocess."
msgstr "Envoie un signal au sous-processus."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:412
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.terminate() <SubprocessTransport.terminate>`"
msgstr ":meth:`transport.terminate() <SubprocessTransport.terminate>`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:413
2018-10-13 15:54:03 +00:00
msgid "Stop the subprocess."
2018-11-30 17:31:12 +00:00
msgstr "Termine le sous-processus."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:415
2018-10-13 15:54:03 +00:00
msgid ":meth:`transport.close() <SubprocessTransport.close>`"
msgstr ":meth:`transport.close() <SubprocessTransport.close>`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:416
2018-10-13 15:54:03 +00:00
msgid "Kill the subprocess and close all pipes."
msgstr "Tue le sous-processus et ferme tous les tubes."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:420
2018-10-13 15:54:03 +00:00
msgid "Protocols"
msgstr "Protocoles"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:422
2018-10-13 15:54:03 +00:00
msgid "Protocol classes can implement the following **callback methods**:"
msgstr ""
"Les classes de protocole peuvent implémenter les **méthodes de rappel** "
"suivantes :"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:428
2018-10-13 15:54:03 +00:00
msgid "``callback`` :meth:`connection_made() <BaseProtocol.connection_made>`"
msgstr "``callback`` :meth:`connection_made() <BaseProtocol.connection_made>`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:429
2018-10-13 15:54:03 +00:00
msgid "Called when a connection is made."
msgstr "Appelée lorsqu'une connexion est établie."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:431
2018-10-13 15:54:03 +00:00
msgid "``callback`` :meth:`connection_lost() <BaseProtocol.connection_lost>`"
msgstr "``callback`` :meth:`connection_lost() <BaseProtocol.connection_lost>`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:432
2018-10-13 15:54:03 +00:00
msgid "Called when the connection is lost or closed."
msgstr "Appelé lorsqu'une connexion est perdue ou fermée."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:434
2018-10-13 15:54:03 +00:00
msgid "``callback`` :meth:`pause_writing() <BaseProtocol.pause_writing>`"
msgstr "``callback`` :meth:`pause_writing() <BaseProtocol.pause_writing>`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:435
2018-10-13 15:54:03 +00:00
msgid "Called when the transport's buffer goes over the high water mark."
msgstr "Appelée lorsque la mémoire tampon du transport dépasse le seuil haut."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:437
2018-10-13 15:54:03 +00:00
msgid "``callback`` :meth:`resume_writing() <BaseProtocol.resume_writing>`"
msgstr "``callback`` :meth:`resume_writing() <BaseProtocol.resume_writing>`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:438
2018-10-13 15:54:03 +00:00
msgid "Called when the transport's buffer drains below the low water mark."
msgstr ""
"Appelée lorsque la mémoire tampon du transport passe sous le seuil bas."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:441
2018-10-13 15:54:03 +00:00
msgid "Streaming Protocols (TCP, Unix Sockets, Pipes)"
msgstr "Protocoles de flux (TCP, Unix Sockets, Pipes)"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:446
2018-10-13 15:54:03 +00:00
msgid "``callback`` :meth:`data_received() <Protocol.data_received>`"
msgstr "``callback`` :meth:`data_received() <Protocol.data_received>`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:447
2018-10-13 15:54:03 +00:00
msgid "Called when some data is received."
msgstr "Appelée lorsque certaines données sont reçues."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:449
2018-10-13 15:54:03 +00:00
msgid "``callback`` :meth:`eof_received() <Protocol.eof_received>`"
msgstr "``callback`` :meth:`eof_received() <Protocol.eof_received>`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:450 library/asyncio-llapi-index.rst:465
2018-10-13 15:54:03 +00:00
msgid "Called when an EOF is received."
msgstr "Appelée lorsqu'un EOF est reçu."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:453
2018-10-13 15:54:03 +00:00
msgid "Buffered Streaming Protocols"
msgstr "Protocoles de flux tamponnés"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:458
2018-10-13 15:54:03 +00:00
msgid "``callback`` :meth:`get_buffer() <BufferedProtocol.get_buffer>`"
msgstr "``callback`` :meth:`get_buffer() <BufferedProtocol.get_buffer>`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:459
2018-10-13 15:54:03 +00:00
msgid "Called to allocate a new receive buffer."
msgstr "Appelée pour allouer un nouveau tampon de réception."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:461
2023-07-23 12:39:39 +00:00
msgid "``callback`` :meth:`buffer_updated() <BufferedProtocol.buffer_updated>`"
2018-10-13 15:54:03 +00:00
msgstr ""
"``callback`` :meth:`buffer_updated() <BufferedProtocol.buffer_updated>`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:462
2018-10-13 15:54:03 +00:00
msgid "Called when the buffer was updated with the received data."
msgstr "Appelée lorsque le tampon a été mis à jour avec les données reçues."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:464
2018-10-13 15:54:03 +00:00
msgid "``callback`` :meth:`eof_received() <BufferedProtocol.eof_received>`"
msgstr "``callback`` :meth:`eof_received() <BufferedProtocol.eof_received>`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:468
2018-10-13 15:54:03 +00:00
msgid "Datagram Protocols"
msgstr "Protocoles par datagrammes (non-connectés)"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:473
2018-10-13 15:54:03 +00:00
msgid ""
2023-07-23 12:39:39 +00:00
"``callback`` :meth:`datagram_received() <DatagramProtocol.datagram_received>`"
2018-10-13 15:54:03 +00:00
msgstr ""
2023-07-23 12:39:39 +00:00
"``callback`` :meth:`datagram_received() <DatagramProtocol.datagram_received>`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:475
2018-10-13 15:54:03 +00:00
msgid "Called when a datagram is received."
msgstr "Appelée lorsqu'un datagramme est reçu."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:477
2023-07-23 12:39:39 +00:00
msgid "``callback`` :meth:`error_received() <DatagramProtocol.error_received>`"
2018-10-13 15:54:03 +00:00
msgstr ""
"``callback`` :meth:`error_received() <DatagramProtocol.error_received>`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:478
2018-10-13 15:54:03 +00:00
msgid ""
"Called when a previous send or receive operation raises an :class:`OSError`."
msgstr ""
2023-07-23 12:39:39 +00:00
"Appelée lorsqu'une opération d'envoi ou de réception précédente lève une :"
"class:`OSError`."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:482
2018-10-13 15:54:03 +00:00
msgid "Subprocess Protocols"
2018-11-30 17:31:12 +00:00
msgstr "Protocoles liés aux sous-processus"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:487
2018-10-13 15:54:03 +00:00
msgid ""
2023-07-23 12:39:39 +00:00
"``callback`` :meth:`pipe_data_received() <SubprocessProtocol."
"pipe_data_received>`"
2018-10-13 15:54:03 +00:00
msgstr ""
2023-07-23 12:39:39 +00:00
"``callback`` :meth:`pipe_data_received() <SubprocessProtocol."
"pipe_data_received>`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:489
2018-10-13 15:54:03 +00:00
msgid ""
2023-07-23 12:39:39 +00:00
"Called when the child process writes data into its *stdout* or *stderr* pipe."
2018-10-13 15:54:03 +00:00
msgstr ""
2023-07-23 12:39:39 +00:00
"Appelée lorsqu'un processus enfant écrit sur sa sortie d'erreur ou sa sortie "
"standard."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:492
2018-10-13 15:54:03 +00:00
msgid ""
2023-07-23 12:39:39 +00:00
"``callback`` :meth:`pipe_connection_lost() <SubprocessProtocol."
"pipe_connection_lost>`"
2018-10-13 15:54:03 +00:00
msgstr ""
2023-07-23 12:39:39 +00:00
"``callback`` :meth:`pipe_connection_lost() <SubprocessProtocol."
"pipe_connection_lost>`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:494
2018-10-13 15:54:03 +00:00
msgid ""
"Called when one of the pipes communicating with the child process is closed."
msgstr ""
"Appelée lorsqu'un tube de communication avec un sous-processus est fermée."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:497
2018-10-13 15:54:03 +00:00
msgid ""
"``callback`` :meth:`process_exited() <SubprocessProtocol.process_exited>`"
msgstr ""
"``callback`` :meth:`process_exited() <SubprocessProtocol.process_exited>`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:499
2018-10-13 15:54:03 +00:00
msgid "Called when the child process has exited."
msgstr "Appelée lorsqu'un processus enfant se termine."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:503
2018-10-13 15:54:03 +00:00
msgid "Event Loop Policies"
msgstr "Politiques de boucle d'événements"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:505
2018-10-13 15:54:03 +00:00
msgid ""
2023-07-23 12:39:39 +00:00
"Policies is a low-level mechanism to alter the behavior of functions like :"
"func:`asyncio.get_event_loop`. See also the main :ref:`policies section "
2018-10-13 15:54:03 +00:00
"<asyncio-policies>` for more details."
msgstr ""
2023-07-23 12:39:39 +00:00
"Les politiques sont un mécanisme de bas niveau pour modifier le comportement "
"de fonctions telles que :func:`asyncio.get_event_loop`. Voir aussi la "
"section principale :ref:`asyncio-policies` pour plus de détails."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:511
2018-10-13 15:54:03 +00:00
msgid "Accessing Policies"
msgstr "Accès aux politiques"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:516
2018-10-13 15:54:03 +00:00
msgid ":meth:`asyncio.get_event_loop_policy`"
msgstr ":meth:`asyncio.get_event_loop_policy`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:517
2018-10-13 15:54:03 +00:00
msgid "Return the current process-wide policy."
msgstr "Renvoie la politique actuelle à l'échelle du processus."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:519
2018-10-13 15:54:03 +00:00
msgid ":meth:`asyncio.set_event_loop_policy`"
msgstr ":meth:`asyncio.set_event_loop_policy`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:520
2018-10-13 15:54:03 +00:00
msgid "Set a new process-wide policy."
msgstr "Définit une nouvelle politique à l'échelle du processus."
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:522
2018-10-13 15:54:03 +00:00
msgid ":class:`AbstractEventLoopPolicy`"
msgstr ":class:`AbstractEventLoopPolicy`"
2018-10-13 15:54:03 +00:00
#: library/asyncio-llapi-index.rst:523
2018-10-13 15:54:03 +00:00
msgid "Base class for policy objects."
msgstr "Classe mère pour les objets de politique."